@sphereon/ssi-sdk-ext.identifier-resolution 0.26.1-next.28 → 0.26.1-next.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk-ext.identifier-resolution",
3
- "version": "0.26.1-next.28+683ddb7",
3
+ "version": "0.26.1-next.30+b1c6ff7",
4
4
  "source": "src/index.ts",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,9 +15,9 @@
15
15
  "generate-plugin-schema": "sphereon dev generate-plugin-schema"
16
16
  },
17
17
  "dependencies": {
18
- "@sphereon/ssi-sdk-ext.did-utils": "0.26.1-next.28+683ddb7",
19
- "@sphereon/ssi-sdk-ext.key-utils": "0.26.1-next.28+683ddb7",
20
- "@sphereon/ssi-sdk-ext.x509-utils": "0.26.1-next.28+683ddb7",
18
+ "@sphereon/ssi-sdk-ext.did-utils": "0.26.1-next.30+b1c6ff7",
19
+ "@sphereon/ssi-sdk-ext.key-utils": "0.26.1-next.30+b1c6ff7",
20
+ "@sphereon/ssi-sdk-ext.x509-utils": "0.26.1-next.30+b1c6ff7",
21
21
  "@sphereon/ssi-sdk.agent-config": "0.30.2-feature.SDK.41.oidf.support.286",
22
22
  "@sphereon/ssi-sdk.oidf-client": " 0.30.2-feature.SDK.41.oidf.support.286",
23
23
  "@sphereon/ssi-types": "0.30.2-feature.SDK.41.oidf.support.286",
@@ -28,10 +28,10 @@
28
28
  "uint8arrays": "^3.1.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.26.1-next.28+683ddb7",
32
- "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.26.1-next.28+683ddb7",
33
- "@sphereon/ssi-sdk-ext.key-manager": "0.26.1-next.28+683ddb7",
34
- "@sphereon/ssi-sdk-ext.kms-local": "0.26.1-next.28+683ddb7",
31
+ "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.26.1-next.30+b1c6ff7",
32
+ "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.26.1-next.30+b1c6ff7",
33
+ "@sphereon/ssi-sdk-ext.key-manager": "0.26.1-next.30+b1c6ff7",
34
+ "@sphereon/ssi-sdk-ext.kms-local": "0.26.1-next.30+b1c6ff7",
35
35
  "@sphereon/ssi-sdk.dev": "0.30.2-feature.SDK.41.oidf.support.286",
36
36
  "@veramo/data-store": "4.2.0",
37
37
  "@veramo/did-manager": "4.2.0",
@@ -65,5 +65,5 @@
65
65
  "X.509 Certificates",
66
66
  "ARF"
67
67
  ],
68
- "gitHead": "683ddb776b3b6d8e54bcf944cc4c32c7a7fecefc"
68
+ "gitHead": "b1c6ff753ba397e3d7732d768c23699e83047f6d"
69
69
  }
@@ -45,6 +45,9 @@
45
45
  "type": "string"
46
46
  }
47
47
  },
48
+ "allowNoTrustAnchorsFound": {
49
+ "type": "boolean"
50
+ },
48
51
  "trustRootWhenNoAnchors": {
49
52
  "type": "boolean"
50
53
  },
@@ -448,6 +451,9 @@
448
451
  "type": "string"
449
452
  }
450
453
  },
454
+ "allowNoTrustAnchorsFound": {
455
+ "type": "boolean"
456
+ },
451
457
  "trustRootWhenNoAnchors": {
452
458
  "type": "boolean"
453
459
  },