@sphereon/ssi-sdk.siopv2-oid4vp-rp-auth 0.33.1-feature.vcdm2.tsup.31 → 0.33.1-feature.vcdm2.tsup.32
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 +15 -14
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.siopv2-oid4vp-rp-auth",
|
|
3
|
-
"version": "0.33.1-feature.vcdm2.tsup.
|
|
3
|
+
"version": "0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"exports": {
|
|
10
|
+
"react-native": "./dist/index.js",
|
|
10
11
|
"import": {
|
|
11
12
|
"types": "./dist/index.d.ts",
|
|
12
13
|
"import": "./dist/index.js"
|
|
@@ -29,18 +30,18 @@
|
|
|
29
30
|
"@sphereon/did-auth-siop-adapter": "0.17.1-feature.esm.cjs.39",
|
|
30
31
|
"@sphereon/oid4vc-common": "0.17.1-feature.esm.cjs.39",
|
|
31
32
|
"@sphereon/pex": "5.0.0-unstable.28",
|
|
32
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.
|
|
33
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.esm.cjs.
|
|
34
|
-
"@sphereon/ssi-sdk-ext.jwt-service": "0.28.1-feature.esm.cjs.
|
|
35
|
-
"@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.
|
|
36
|
-
"@sphereon/ssi-sdk.credential-validation": "^0.33.1-feature.vcdm2.tsup.
|
|
37
|
-
"@sphereon/ssi-sdk.kv-store-temp": "^0.33.1-feature.vcdm2.tsup.
|
|
38
|
-
"@sphereon/ssi-sdk.mdl-mdoc": "^0.33.1-feature.vcdm2.tsup.
|
|
39
|
-
"@sphereon/ssi-sdk.pd-manager": "^0.33.1-feature.vcdm2.tsup.
|
|
40
|
-
"@sphereon/ssi-sdk.presentation-exchange": "^0.33.1-feature.vcdm2.tsup.
|
|
41
|
-
"@sphereon/ssi-sdk.sd-jwt": "^0.33.1-feature.vcdm2.tsup.
|
|
42
|
-
"@sphereon/ssi-sdk.siopv2-oid4vp-common": "^0.33.1-feature.vcdm2.tsup.
|
|
43
|
-
"@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.
|
|
33
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.17",
|
|
34
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.28.1-feature.esm.cjs.17",
|
|
35
|
+
"@sphereon/ssi-sdk-ext.jwt-service": "0.28.1-feature.esm.cjs.17",
|
|
36
|
+
"@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
37
|
+
"@sphereon/ssi-sdk.credential-validation": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
38
|
+
"@sphereon/ssi-sdk.kv-store-temp": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
39
|
+
"@sphereon/ssi-sdk.mdl-mdoc": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
40
|
+
"@sphereon/ssi-sdk.pd-manager": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
41
|
+
"@sphereon/ssi-sdk.presentation-exchange": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
42
|
+
"@sphereon/ssi-sdk.sd-jwt": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
43
|
+
"@sphereon/ssi-sdk.siopv2-oid4vp-common": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
44
|
+
"@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
44
45
|
"@sphereon/wellknown-dids-client": "^0.1.3",
|
|
45
46
|
"@veramo/core": "4.2.0",
|
|
46
47
|
"@veramo/credential-w3c": "4.2.0",
|
|
@@ -83,5 +84,5 @@
|
|
|
83
84
|
"OpenID Connect",
|
|
84
85
|
"Authenticator"
|
|
85
86
|
],
|
|
86
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "203a9d6076275e58d7959b7d212b8b938ad6a49e"
|
|
87
88
|
}
|