@sphereon/ssi-sdk-ext.did-provider-jwk 0.23.0 → 0.23.1-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ The options object when creating an identifier is as follows:
|
|
|
25
25
|
|
|
26
26
|
```typescript
|
|
27
27
|
export interface KeyOpts {
|
|
28
|
-
key?: MinimalImportableKey // Optional key to import. If not specified a key with random
|
|
28
|
+
key?: MinimalImportableKey // Optional key to import. If not specified a key with random kmsKeyRef will be created
|
|
29
29
|
type?: Key // The key type. Defaults to Secp256k1
|
|
30
30
|
use?: KeyUse // The key use
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk-ext.did-provider-jwk",
|
|
3
3
|
"description": "Sphereon SSI-SDK plugin for management of did:key identifiers.",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.1-next.5+37fc76f",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@ethersproject/random": "^5.7.0",
|
|
14
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.23.
|
|
15
|
-
"@sphereon/ssi-sdk-ext.key-utils": "0.23.
|
|
14
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.5+37fc76f",
|
|
15
|
+
"@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.5+37fc76f",
|
|
16
16
|
"@sphereon/ssi-types": "0.27.0",
|
|
17
17
|
"@stablelib/ed25519": "^1.0.3",
|
|
18
18
|
"@veramo/core": "4.2.0",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@or13/did-jwk": "^0.0.4",
|
|
27
|
-
"@sphereon/ssi-sdk-ext.key-manager": "0.23.
|
|
28
|
-
"@sphereon/ssi-sdk-ext.kms-local": "0.23.
|
|
27
|
+
"@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.5+37fc76f",
|
|
28
|
+
"@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.5+37fc76f",
|
|
29
29
|
"@veramo/did-resolver": "4.2.0",
|
|
30
30
|
"@veramo/key-manager": "4.2.0",
|
|
31
31
|
"jose": "^4.14.6",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"DID",
|
|
50
50
|
"Veramo"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "37fc76fa35d4c4498b12ec9d43bf3fc9db94ec47"
|
|
53
53
|
}
|