@transmute/did-key-secp256k1
Advanced tools
Comparing version 0.3.0-unstable.9 to 0.3.0-unstable.10
@@ -6,2 +6,10 @@ # Change Log | ||
# 0.3.0-unstable.10 (2022-12-12) | ||
**Note:** Version bump only for package @transmute/did-key-secp256k1 | ||
# 0.3.0-unstable.9 (2022-08-06) | ||
@@ -8,0 +16,0 @@ |
import { Secp256k1KeyPair } from '@transmute/secp256k1-key-pair'; | ||
export { Secp256k1KeyPair }; | ||
export declare const generate: (keyGenOptions: any, resolutionOptions?: any) => Promise<{ | ||
export declare const generate: (keyGenOptions: any, resolutionOptions?: import("@transmute/did-key-common/dist/types").ResolutionOptions | undefined) => Promise<{ | ||
didDocument: import("@transmute/did-key-common/dist/types").DidDocument; | ||
@@ -5,0 +5,0 @@ keys: any[]; |
@@ -5,3 +5,3 @@ { | ||
"module": "dist/did-key-secp256k1.esm.js", | ||
"version": "0.3.0-unstable.9", | ||
"version": "0.3.0-unstable.10", | ||
"license": "Apache-2.0", | ||
@@ -61,6 +61,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@transmute/did-key-common": "^0.3.0-unstable.9", | ||
"@transmute/did-key-common": "^0.3.0-unstable.10", | ||
"@transmute/secp256k1-key-pair": "^0.7.0-unstable.2" | ||
}, | ||
"gitHead": "13fe71dbd0048e7c3719d99b265588cf1f03fd31" | ||
"gitHead": "0bf2d381d17c260f35246d18170865a60aac3897" | ||
} |
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
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
40908