Skip to content

Commit

Permalink
fix: use caret to not lock into specific ffi-napi/ref-napi
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris committed Apr 8, 2024
1 parent 05ca54e commit a1ca570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wrappers/javascript/packages/anoncreds-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"install": "node scripts/install.js"
},
"dependencies": {
"@2060.io/ffi-napi": "4.0.9",
"@2060.io/ref-napi": "3.0.6",
"@2060.io/ffi-napi": "^4.0.9",
"@2060.io/ref-napi": "^3.0.6",
"@hyperledger/anoncreds-shared": "workspace:*",
"@mapbox/node-pre-gyp": "^1.0.11",
"ref-array-di": "1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions wrappers/javascript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1ca570

Please sign in to comment.