@sphereon/ssi-sdk-ext.did-resolver-jwk 0.22.1-unstable.8 → 0.23.1-next.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,7 +26,7 @@ The options object when creating an identifier is as follows:
26
26
 
27
27
  ```typescript
28
28
  export interface KeyOpts {
29
- key?: MinimalImportableKey // Optional key to import. If not specified a key with random kid will be created
29
+ key?: MinimalImportableKey // Optional key to import. If not specified a key with random kmsKeyRef will be created
30
30
  type?: Key // The key type. Defaults to Secp256k1
31
31
  use?: KeyUse // The key use
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk-ext.did-resolver-jwk",
3
3
  "description": "DIF resolver for resolution of did:jwk identifiers.",
4
- "version": "0.22.1-unstable.8+32494e4",
4
+ "version": "0.23.1-next.3+a9dbfa6",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "build:clean": "tsc --build --clean && tsc --build"
11
11
  },
12
12
  "dependencies": {
13
- "@sphereon/ssi-types": "0.25.0",
13
+ "@sphereon/ssi-types": "0.27.0",
14
14
  "base64url": "^3.0.1",
15
15
  "debug": "^4.3.4",
16
16
  "did-resolver": "^4.1.0",
@@ -40,5 +40,5 @@
40
40
  "DID",
41
41
  "Veramo"
42
42
  ],
43
- "gitHead": "32494e4c4900e0793efc825ce8000e3c0c2459ce"
43
+ "gitHead": "a9dbfa67d0db3283326e1f7185b50a973e677126"
44
44
  }