@sphereon/ssi-sdk-ext.key-manager
Advanced tools
Comparing version 0.13.1-next.7 to 0.13.1-next.8
@@ -39,3 +39,3 @@ "use strict"; | ||
} | ||
return yield _super.keyManagerSign.call(this, { keyRef: args.keyRef, data: args.data }); | ||
return yield _super.keyManagerSign.call(this, args); | ||
}); | ||
@@ -42,0 +42,0 @@ } |
{ | ||
"name": "@sphereon/ssi-sdk-ext.key-manager", | ||
"description": "Sphereon Key Manager plugin with BLS support", | ||
"version": "0.13.1-next.7+0f92566", | ||
"version": "0.13.1-next.8+0cd01c9", | ||
"source": "src/index.ts", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"@mattrglobal/bbs-signatures": "^1.1.0", | ||
"@sphereon/ssi-sdk-ext.kms-local": "0.13.1-next.7+0f92566", | ||
"@sphereon/ssi-sdk-ext.kms-local": "0.13.1-next.8+0cd01c9", | ||
"@veramo/core": "4.2.0", | ||
@@ -49,3 +49,3 @@ "@veramo/key-manager": "4.2.0" | ||
], | ||
"gitHead": "0f92566758eab0fe7edbf3ac8f04c32f6d9fdbb7" | ||
"gitHead": "0cd01c94210ea3314c5a6cd872e72e57ba2c1de0" | ||
} |
@@ -31,4 +31,4 @@ import { KeyManager, AbstractKeyManagementSystem, AbstractKeyStore } from '@veramo/key-manager' | ||
} | ||
return await super.keyManagerSign({ keyRef: args.keyRef, data: args.data }) | ||
return await super.keyManagerSign(args) | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
45873