@sphereon/ssi-sdk.mdl-mdoc 0.33.1-feature.vcdm2.tsup.30 → 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.mdl-mdoc",
|
|
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,11 +30,11 @@
|
|
|
29
30
|
"@sphereon/kmp-mdoc-core": "0.3.1",
|
|
30
31
|
"@sphereon/pex": "5.0.0-unstable.28",
|
|
31
32
|
"@sphereon/pex-models": "^2.3.2",
|
|
32
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.28.1-feature.esm.cjs.
|
|
33
|
-
"@sphereon/ssi-sdk-ext.key-utils": "0.28.1-feature.esm.cjs.
|
|
34
|
-
"@sphereon/ssi-sdk-ext.x509-utils": "0.28.1-feature.esm.cjs.
|
|
35
|
-
"@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.
|
|
36
|
-
"@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.key-utils": "0.28.1-feature.esm.cjs.17",
|
|
35
|
+
"@sphereon/ssi-sdk-ext.x509-utils": "0.28.1-feature.esm.cjs.17",
|
|
36
|
+
"@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
37
|
+
"@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
37
38
|
"@veramo/core": "4.2.0",
|
|
38
39
|
"@veramo/did-manager": "4.2.0",
|
|
39
40
|
"@veramo/utils": "4.2.0",
|
|
@@ -48,12 +49,12 @@
|
|
|
48
49
|
"devDependencies": {
|
|
49
50
|
"@sphereon/oid4vci-client": "0.17.1-feature.esm.cjs.39",
|
|
50
51
|
"@sphereon/oid4vci-common": "0.17.1-feature.esm.cjs.39",
|
|
51
|
-
"@sphereon/ssi-express-support": "^0.33.1-feature.vcdm2.tsup.
|
|
52
|
-
"@sphereon/ssi-sdk-ext.key-manager": "0.28.1-feature.esm.cjs.
|
|
53
|
-
"@sphereon/ssi-sdk-ext.kms-local": "0.28.1-feature.esm.cjs.
|
|
54
|
-
"@sphereon/ssi-sdk.agent-config": "^0.33.1-feature.vcdm2.tsup.
|
|
55
|
-
"@sphereon/ssi-sdk.data-store": "^0.33.1-feature.vcdm2.tsup.
|
|
56
|
-
"@sphereon/ssi-sdk.public-key-hosting": "^0.33.1-feature.vcdm2.tsup.
|
|
52
|
+
"@sphereon/ssi-express-support": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
53
|
+
"@sphereon/ssi-sdk-ext.key-manager": "0.28.1-feature.esm.cjs.17",
|
|
54
|
+
"@sphereon/ssi-sdk-ext.kms-local": "0.28.1-feature.esm.cjs.17",
|
|
55
|
+
"@sphereon/ssi-sdk.agent-config": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
56
|
+
"@sphereon/ssi-sdk.data-store": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
57
|
+
"@sphereon/ssi-sdk.public-key-hosting": "^0.33.1-feature.vcdm2.tsup.32+203a9d60",
|
|
57
58
|
"@transmute/json-web-signature": "0.7.0-unstable.81",
|
|
58
59
|
"@types/cors": "^2.8.17",
|
|
59
60
|
"@types/express": "^4.17.21",
|
|
@@ -68,7 +69,7 @@
|
|
|
68
69
|
"cors": "^2.8.5",
|
|
69
70
|
"express": "^4.19.2",
|
|
70
71
|
"jose": "^5.6.3",
|
|
71
|
-
"typeorm": "
|
|
72
|
+
"typeorm": "0.3.20"
|
|
72
73
|
},
|
|
73
74
|
"files": [
|
|
74
75
|
"plugin.schema.json",
|
|
@@ -88,5 +89,5 @@
|
|
|
88
89
|
"EBSI",
|
|
89
90
|
"EBSI Authorization Client"
|
|
90
91
|
],
|
|
91
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "203a9d6076275e58d7959b7d212b8b938ad6a49e"
|
|
92
93
|
}
|