Skip to content

Commit

Permalink
chore: update version for js wrapper (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris authored Apr 9, 2024
1 parent e1c6dff commit 84eca69
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions wrappers/javascript/aries-askar-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/aries-askar-nodejs",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Aries Askar",
"source": "src/index",
Expand Down Expand Up @@ -46,9 +46,9 @@
"typescript": "4.5.5"
},
"dependencies": {
"@2060.io/ffi-napi": "4.0.9",
"@2060.io/ref-napi": "3.0.6",
"@hyperledger/aries-askar-shared": "0.2.0",
"@2060.io/ffi-napi": "^4.0.9",
"@2060.io/ref-napi": "^3.0.6",
"@hyperledger/aries-askar-shared": "0.2.1",
"@mapbox/node-pre-gyp": "^1.0.10",
"node-cache": "^5.1.2",
"ref-array-di": "^1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions wrappers/javascript/aries-askar-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/aries-askar-react-native",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"description": "React Native wrapper for Aries Askar",
"main": "build/index",
Expand Down Expand Up @@ -35,7 +35,7 @@
"install": "node-pre-gyp install"
},
"dependencies": {
"@hyperledger/aries-askar-shared": "0.2.0",
"@hyperledger/aries-askar-shared": "0.2.1",
"@mapbox/node-pre-gyp": "^1.0.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/aries-askar-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/aries-askar-shared",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"description": "Shared library for using Aries Askar with NodeJS and React Native",
"main": "build/index",
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.2.0",
"version": "0.2.1",
"npmClient": "yarn"
}
1 change: 1 addition & 0 deletions wrappers/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock",
"example": "yarn --cwd react-native-example",
"react-native": "yarn --cwd aries-askar-react-native",
"set-version": "npx lerna version --exact --no-git-tag-version --no-push --yes",
"shared": "yarn --cwd aries-askar-shared",
"nodejs": "yarn --cwd aries-askar-nodejs",
"test": "cross-env yarn nodejs test",
Expand Down
4 changes: 2 additions & 2 deletions wrappers/javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@2060.io/[email protected]":
"@2060.io/ffi-napi@^4.0.9":
version "4.0.9"
resolved "https://registry.yarnpkg.com/@2060.io/ffi-napi/-/ffi-napi-4.0.9.tgz#194fca2132932ba02e62d716c786d20169b20b8d"
integrity sha512-JfVREbtkJhMXSUpya3JCzDumdjeZDCKv4PemiWK+pts5CYgdoMidxeySVlFeF5pHqbBpox4I0Be7sDwAq4N0VQ==
Expand All @@ -14,7 +14,7 @@
node-gyp-build "^4.2.1"
ref-struct-di "^1.1.0"

"@2060.io/ref-napi@3.0.6", "@2060.io/ref-napi@^3.0.6":
"@2060.io/ref-napi@^3.0.6":
version "3.0.6"
resolved "https://registry.yarnpkg.com/@2060.io/ref-napi/-/ref-napi-3.0.6.tgz#32b1a257cada096f95345fd7abae746385ecc5dd"
integrity sha512-8VAIXLdKL85E85jRYpPcZqATBL6fGnC/XjBGNeSgRSMJtrAMSmfRksqIq5AmuZkA2eeJXMWCiN6UQOUdozcymg==
Expand Down

0 comments on commit 84eca69

Please sign in to comment.