@sphereon/ssi-sdk-ext.key-utils
Advanced tools
Comparing version 0.24.1-unstable.113 to 0.24.1-unstable.114
@@ -55,3 +55,3 @@ "use strict"; | ||
const getKms = (context, kms) => __awaiter(void 0, void 0, void 0, function* () { | ||
if (kms && kms !== 'default') { | ||
if (kms) { | ||
return kms; | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "@sphereon/ssi-sdk-ext.key-utils", | ||
"description": "Sphereon SSI-SDK plugin for key creation.", | ||
"version": "0.24.1-unstable.113+a6e506b", | ||
"version": "0.24.1-unstable.114+708742c", | ||
"source": "src/index.ts", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"@ethersproject/random": "^5.7.0", | ||
"@sphereon/ssi-sdk-ext.x509-utils": "0.24.1-unstable.113+a6e506b", | ||
"@sphereon/ssi-sdk-ext.x509-utils": "0.24.1-unstable.114+708742c", | ||
"@sphereon/ssi-types": "0.29.1-unstable.161", | ||
@@ -53,3 +53,3 @@ "@stablelib/ed25519": "^1.0.3", | ||
], | ||
"gitHead": "a6e506b4c8ea5800f7bde7e21b1fccdcb567cc95" | ||
"gitHead": "708742c013bc9e8cff9217e1eaff746ae0f8af00" | ||
} |
@@ -31,3 +31,3 @@ import { randomBytes } from '@ethersproject/random' | ||
export const getKms = async (context: IAgentContext<any>, kms?: string): Promise<string> => { | ||
if (kms && kms !== 'default') { | ||
if (kms) { | ||
return kms | ||
@@ -34,0 +34,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
142705