@sphereon/ssi-sdk.oid4vci-issuer 0.34.1-fix.226 → 0.34.1-fix.247

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 (1) hide show
  1. package/package.json +20 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.oid4vci-issuer",
3
- "version": "0.34.1-fix.226+0b5294f9",
3
+ "version": "0.34.1-fix.247+6c4b1882",
4
4
  "source": "./src/index.ts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -26,22 +26,23 @@
26
26
  "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
27
27
  },
28
28
  "dependencies": {
29
- "@sphereon/oid4vci-client": "0.19.1-feature.DIIPv4.170",
30
- "@sphereon/oid4vci-common": "0.19.1-feature.DIIPv4.170",
31
- "@sphereon/oid4vci-issuer": "0.19.1-feature.DIIPv4.170",
32
- "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.226+0b5294f9",
33
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.226+0b5294f9",
34
- "@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.226+0b5294f9",
35
- "@sphereon/ssi-sdk.agent-config": "0.34.1-fix.226+0b5294f9",
36
- "@sphereon/ssi-sdk.core": "0.34.1-fix.226+0b5294f9",
37
- "@sphereon/ssi-sdk.data-store": "0.34.1-fix.226+0b5294f9",
38
- "@sphereon/ssi-sdk.kv-store-temp": "0.34.1-fix.226+0b5294f9",
39
- "@sphereon/ssi-sdk.mdl-mdoc": "0.34.1-fix.226+0b5294f9",
40
- "@sphereon/ssi-sdk.oid4vci-issuer-store": "0.34.1-fix.226+0b5294f9",
41
- "@sphereon/ssi-sdk.sd-jwt": "0.34.1-fix.226+0b5294f9",
42
- "@sphereon/ssi-sdk.vc-status-list": "0.34.1-fix.226+0b5294f9",
43
- "@sphereon/ssi-sdk.vc-status-list-issuer": "0.34.1-fix.226+0b5294f9",
44
- "@sphereon/ssi-types": "0.34.1-fix.226+0b5294f9",
29
+ "@sphereon/oid4vci-client": "0.19.1-feature.DIIPv4.173",
30
+ "@sphereon/oid4vci-common": "0.19.1-feature.DIIPv4.173",
31
+ "@sphereon/oid4vci-issuer": "0.19.1-feature.DIIPv4.173",
32
+ "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.247+6c4b1882",
33
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.247+6c4b1882",
34
+ "@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.247+6c4b1882",
35
+ "@sphereon/ssi-sdk.agent-config": "0.34.1-fix.247+6c4b1882",
36
+ "@sphereon/ssi-sdk.core": "0.34.1-fix.247+6c4b1882",
37
+ "@sphereon/ssi-sdk.data-store": "0.34.1-fix.247+6c4b1882",
38
+ "@sphereon/ssi-sdk.data-store-types": "0.34.1-fix.247+6c4b1882",
39
+ "@sphereon/ssi-sdk.kv-store-temp": "0.34.1-fix.247+6c4b1882",
40
+ "@sphereon/ssi-sdk.mdl-mdoc": "0.34.1-fix.247+6c4b1882",
41
+ "@sphereon/ssi-sdk.oid4vci-issuer-store": "0.34.1-fix.247+6c4b1882",
42
+ "@sphereon/ssi-sdk.sd-jwt": "0.34.1-fix.247+6c4b1882",
43
+ "@sphereon/ssi-sdk.vc-status-list": "0.34.1-fix.247+6c4b1882",
44
+ "@sphereon/ssi-sdk.vc-status-list-issuer": "0.34.1-fix.247+6c4b1882",
45
+ "@sphereon/ssi-types": "0.34.1-fix.247+6c4b1882",
45
46
  "@types/uuid": "^9.0.8",
46
47
  "@veramo/core": "4.2.0",
47
48
  "@veramo/credential-w3c": "4.2.0",
@@ -50,7 +51,7 @@
50
51
  "uuid": "^9.0.1"
51
52
  },
52
53
  "devDependencies": {
53
- "@sphereon/did-auth-siop": "0.19.1-feature.DIIPv4.170",
54
+ "@sphereon/did-auth-siop": "0.19.1-feature.DIIPv4.173",
54
55
  "@sphereon/did-uni-client": "^0.6.3",
55
56
  "@veramo/did-provider-key": "4.2.0",
56
57
  "@veramo/did-resolver": "4.2.0",
@@ -84,5 +85,5 @@
84
85
  "OpenID Connect",
85
86
  "Authenticator"
86
87
  ],
87
- "gitHead": "0b5294f9513532c0bf553b1faf38363c5754b5af"
88
+ "gitHead": "6c4b188290980043b16a2aecce8bb0670d6e8ef2"
88
89
  }