@sphereon/ssi-sdk.oid4vci-holder 0.31.1-next.30 → 0.31.1-next.33
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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.oid4vci-holder",
|
|
3
|
-
"version": "0.31.1-next.
|
|
3
|
+
"version": "0.31.1-next.33+1382c06f",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,24 +14,24 @@
|
|
|
14
14
|
"build:clean": "tsc --build --clean && tsc --build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.
|
|
17
|
+
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.25",
|
|
18
18
|
"@sphereon/oid4vci-client": "0.16.1-next.224",
|
|
19
19
|
"@sphereon/oid4vci-common": "0.16.1-next.224",
|
|
20
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.26.1-next.
|
|
21
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.26.1-next.
|
|
22
|
-
"@sphereon/ssi-sdk-ext.jwt-service": "0.26.1-next.
|
|
23
|
-
"@sphereon/ssi-sdk-ext.key-utils": "0.26.1-next.
|
|
24
|
-
"@sphereon/ssi-sdk.contact-manager": "0.31.1-next.
|
|
25
|
-
"@sphereon/ssi-sdk.core": "0.31.1-next.
|
|
26
|
-
"@sphereon/ssi-sdk.credential-store": "0.31.1-next.
|
|
27
|
-
"@sphereon/ssi-sdk.credential-validation": "0.31.1-next.
|
|
28
|
-
"@sphereon/ssi-sdk.data-store": "0.31.1-next.
|
|
29
|
-
"@sphereon/ssi-sdk.issuance-branding": "0.31.1-next.
|
|
30
|
-
"@sphereon/ssi-sdk.mdl-mdoc": "0.31.1-next.
|
|
31
|
-
"@sphereon/ssi-sdk.oidf-client": "0.31.1-next.
|
|
32
|
-
"@sphereon/ssi-sdk.sd-jwt": "0.31.1-next.
|
|
33
|
-
"@sphereon/ssi-sdk.xstate-machine-persistence": "0.31.1-next.
|
|
34
|
-
"@sphereon/ssi-types": "0.31.1-next.
|
|
20
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.26.1-next.34",
|
|
21
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.26.1-next.34",
|
|
22
|
+
"@sphereon/ssi-sdk-ext.jwt-service": "0.26.1-next.34",
|
|
23
|
+
"@sphereon/ssi-sdk-ext.key-utils": "0.26.1-next.34",
|
|
24
|
+
"@sphereon/ssi-sdk.contact-manager": "0.31.1-next.33+1382c06f",
|
|
25
|
+
"@sphereon/ssi-sdk.core": "0.31.1-next.33+1382c06f",
|
|
26
|
+
"@sphereon/ssi-sdk.credential-store": "0.31.1-next.33+1382c06f",
|
|
27
|
+
"@sphereon/ssi-sdk.credential-validation": "0.31.1-next.33+1382c06f",
|
|
28
|
+
"@sphereon/ssi-sdk.data-store": "0.31.1-next.33+1382c06f",
|
|
29
|
+
"@sphereon/ssi-sdk.issuance-branding": "0.31.1-next.33+1382c06f",
|
|
30
|
+
"@sphereon/ssi-sdk.mdl-mdoc": "0.31.1-next.33+1382c06f",
|
|
31
|
+
"@sphereon/ssi-sdk.oidf-client": "0.31.1-next.33+1382c06f",
|
|
32
|
+
"@sphereon/ssi-sdk.sd-jwt": "0.31.1-next.33+1382c06f",
|
|
33
|
+
"@sphereon/ssi-sdk.xstate-machine-persistence": "0.31.1-next.33+1382c06f",
|
|
34
|
+
"@sphereon/ssi-types": "0.31.1-next.33+1382c06f",
|
|
35
35
|
"@veramo/core": "4.2.0",
|
|
36
36
|
"@veramo/data-store": "4.2.0",
|
|
37
37
|
"@veramo/utils": "4.2.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@sphereon/oid4vc-common": "0.16.1-next.187",
|
|
47
|
-
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.26.1-next.
|
|
47
|
+
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.26.1-next.34",
|
|
48
48
|
"@types/i18n-js": "^3.8.9",
|
|
49
49
|
"@types/lodash.memoize": "^4.1.9",
|
|
50
50
|
"@types/uuid": "^9.0.8",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"State Machine"
|
|
75
75
|
],
|
|
76
76
|
"nx": {},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "1382c06f9e0941fa34f2016116a4bf25baa11d06"
|
|
78
78
|
}
|