@sphereon/ssi-sdk.contact-manager-rest-api 0.36.1-feature.SSISDK.70.integrate.digidentity.10 → 0.36.1-feature.SSISDK.70.integrate.digidentity.56
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.contact-manager-rest-api",
|
|
3
|
-
"version": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
3
|
+
"version": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"start:dev": "ts-node __tests__/RestAPI.ts"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@sphereon/ssi-express-support": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
27
|
-
"@sphereon/ssi-sdk-ext.key-manager": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
28
|
-
"@sphereon/ssi-sdk-ext.key-utils": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
29
|
-
"@sphereon/ssi-sdk.contact-manager": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
30
|
-
"@sphereon/ssi-sdk.core": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
31
|
-
"@sphereon/ssi-sdk.data-store": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
32
|
-
"@sphereon/ssi-sdk.data-store-types": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
33
|
-
"@sphereon/ssi-sdk.kv-store-temp": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
34
|
-
"@sphereon/ssi-types": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
26
|
+
"@sphereon/ssi-express-support": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
27
|
+
"@sphereon/ssi-sdk-ext.key-manager": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
28
|
+
"@sphereon/ssi-sdk-ext.key-utils": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
29
|
+
"@sphereon/ssi-sdk.contact-manager": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
30
|
+
"@sphereon/ssi-sdk.core": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
31
|
+
"@sphereon/ssi-sdk.data-store": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
32
|
+
"@sphereon/ssi-sdk.data-store-types": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
33
|
+
"@sphereon/ssi-sdk.kv-store-temp": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
34
|
+
"@sphereon/ssi-types": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
35
35
|
"@veramo/core": "4.2.0",
|
|
36
36
|
"body-parser": "^1.20.2",
|
|
37
37
|
"casbin": "^5.30.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@decentralized-identity/ion-sdk": "^0.6.0",
|
|
49
|
-
"@sphereon/ssi-sdk.agent-config": "0.36.1-feature.SSISDK.70.integrate.digidentity.
|
|
49
|
+
"@sphereon/ssi-sdk.agent-config": "0.36.1-feature.SSISDK.70.integrate.digidentity.56+a91ccbf4",
|
|
50
50
|
"@types/body-parser": "^1.19.5",
|
|
51
51
|
"@types/cookie-parser": "^1.4.7",
|
|
52
52
|
"@types/cors": "^2.8.17",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"REST",
|
|
94
94
|
"API"
|
|
95
95
|
],
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "a91ccbf4bacb6f2b99dd713942be0a1521128e13"
|
|
97
97
|
}
|