Skip to content

Commit b0893c4

Browse files
Update pkcs11js to v2 (#683)
This uses the newer Node-API for native code integration instead of the older Native Abstractions for Node.js API. There should be no functional difference but it removes one external dependency (on the `nan` package) and keeps fabric-gateway on the latest supported pkcs11js version. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent 4f2ae79 commit b0893c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"google-protobuf": "^3.21.0"
4242
},
4343
"optionalDependencies": {
44-
"pkcs11js": "^1.3.0"
44+
"pkcs11js": "^2.1.0"
4545
},
4646
"devDependencies": {
4747
"@cyclonedx/cyclonedx-npm": "^1.14.3",

0 commit comments

Comments
 (0)