-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@emeraldpay/emerald-vault-core", | ||
"version": "0.12.0", | ||
"version": "0.13.0-dev", | ||
"description": "Emerald Vault Core data types", | ||
"author": "Igor Artamonov <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "emerald-vault-node" | ||
version = "0.12.0" | ||
version = "0.13.0-dev" | ||
authors = ["Igor Artamonov <[email protected]>"] | ||
license = "Apache-2.0" | ||
exclude = ["artifacts.json", "index.node"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@emeraldpay/emerald-vault-native", | ||
"version": "0.12.0", | ||
"version": "0.13.0-dev", | ||
"description": "Emerald Vault as NodeJS library", | ||
"author": "Igor Artamonov <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -59,7 +59,7 @@ | |
"prepack": "npm run clean && npm run build:ts" | ||
}, | ||
"dependencies": { | ||
"@emeraldpay/emerald-vault-core": "0.12.0", | ||
"@emeraldpay/emerald-vault-core": "0.13.0-dev", | ||
"@emeraldpay/neon-frame": "0.1.1" | ||
}, | ||
"devDependencies": { | ||
|