Skip to content

Commit

Permalink
Merge pull request #254 from hyperledger/chore/add-types-ref-array-di
Browse files Browse the repository at this point in the history
fix(js): add missing type
  • Loading branch information
swcurran authored Feb 13, 2024
2 parents f9f9752 + 1ba985c commit 7be13ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions wrappers/javascript/indy-vdr-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
"typescript": "~4.9.4"
},
"dependencies": {
"@hyperledger/indy-vdr-shared": "0.2.0-dev.6",
"@mapbox/node-pre-gyp": "^1.0.10",
"@2060.io/ffi-napi": "4.0.8",
"@2060.io/ref-napi": "3.0.6",
"@hyperledger/indy-vdr-shared": "0.2.0-dev.6",
"@mapbox/node-pre-gyp": "^1.0.10",
"@types/ref-array-di": "^1.2.8",
"ref-array-di": "^1.2.2",
"ref-struct-di": "^1.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions wrappers/javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2013,10 +2013,10 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/ref-array-di@^1.2.5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@types/ref-array-di/-/ref-array-di-1.2.5.tgz#822b9be5b934398fafd5c26264d8de80d487747d"
integrity sha512-dA/Himb7ca/Tf5vqLOhi7LewAAoOXghlocw7gAqvNrmLybAtu+w2BLzEsbFWAtx5ElNzMEHDaRybueYViFROjQ==
"@types/ref-array-di@^1.2.8":
version "1.2.8"
resolved "https://registry.yarnpkg.com/@types/ref-array-di/-/ref-array-di-1.2.8.tgz#2b44567b8eaae72c59db68a482f5d26297e955be"
integrity sha512-+re5xrhRXDUR3sicMvN9N3C+6mklq5kd7FkN3ciRWio3BAvUDh2OEUTTG+619r10dqc6de25LIDtgpHtXCKGbA==
dependencies:
"@types/ref-napi" "*"

Expand Down

0 comments on commit 7be13ee

Please sign in to comment.