@sphereon/ssi-sdk.contact-manager-rest-api 0.27.1-unstable.8 → 0.28.0
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 +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.contact-manager-rest-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,41 +11,41 @@
|
|
|
11
11
|
"start:dev": "ts-node __tests__/RestAPI.ts"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@sphereon/ssi-express-support": "0.
|
|
15
|
-
"@sphereon/ssi-sdk-ext.key-manager": "0.
|
|
16
|
-
"@sphereon/ssi-sdk-ext.key-utils": "0.
|
|
17
|
-
"@sphereon/ssi-sdk.contact-manager": "0.
|
|
18
|
-
"@sphereon/ssi-sdk.core": "0.
|
|
19
|
-
"@sphereon/ssi-sdk.data-store": "0.
|
|
20
|
-
"@sphereon/ssi-sdk.kv-store-temp": "0.
|
|
21
|
-
"@sphereon/ssi-types": "0.
|
|
14
|
+
"@sphereon/ssi-express-support": "0.28.0",
|
|
15
|
+
"@sphereon/ssi-sdk-ext.key-manager": "0.23.0",
|
|
16
|
+
"@sphereon/ssi-sdk-ext.key-utils": "0.23.0",
|
|
17
|
+
"@sphereon/ssi-sdk.contact-manager": "0.28.0",
|
|
18
|
+
"@sphereon/ssi-sdk.core": "0.28.0",
|
|
19
|
+
"@sphereon/ssi-sdk.data-store": "0.28.0",
|
|
20
|
+
"@sphereon/ssi-sdk.kv-store-temp": "0.28.0",
|
|
21
|
+
"@sphereon/ssi-types": "0.28.0",
|
|
22
22
|
"@veramo/core": "4.2.0",
|
|
23
|
-
"body-parser": "^1.
|
|
24
|
-
"casbin": "^5.
|
|
25
|
-
"cookie-parser": "^1.4.
|
|
23
|
+
"body-parser": "^1.20.2",
|
|
24
|
+
"casbin": "^5.30.0",
|
|
25
|
+
"cookie-parser": "^1.4.6",
|
|
26
26
|
"cors": "^2.8.5",
|
|
27
27
|
"cross-fetch": "^3.1.8",
|
|
28
|
-
"debug": "^4.3.
|
|
29
|
-
"dotenv-flow": "^3.
|
|
30
|
-
"express": "^4.
|
|
28
|
+
"debug": "^4.3.5",
|
|
29
|
+
"dotenv-flow": "^3.3.0",
|
|
30
|
+
"express": "^4.19.2",
|
|
31
31
|
"short-uuid": "^4.2.2",
|
|
32
32
|
"uuid": "^9.0.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@decentralized-identity/ion-sdk": "^0.6.0",
|
|
36
|
-
"@sphereon/ssi-sdk.agent-config": "0.
|
|
37
|
-
"@types/body-parser": "^1.19.
|
|
38
|
-
"@types/cookie-parser": "^1.4.
|
|
39
|
-
"@types/cors": "^2.8.
|
|
40
|
-
"@types/debug": "^4.1.
|
|
41
|
-
"@types/dotenv-flow": "^3.
|
|
42
|
-
"@types/express": "^4.17.
|
|
43
|
-
"@types/express-http-proxy": "^1.6.
|
|
44
|
-
"@types/morgan": "^1.9.
|
|
45
|
-
"@types/node": "^18.
|
|
46
|
-
"@types/passport": "^1.0.
|
|
47
|
-
"@types/passport-azure-ad": "^4.3.
|
|
48
|
-
"@types/uuid": "^9.0.
|
|
36
|
+
"@sphereon/ssi-sdk.agent-config": "0.28.0",
|
|
37
|
+
"@types/body-parser": "^1.19.5",
|
|
38
|
+
"@types/cookie-parser": "^1.4.7",
|
|
39
|
+
"@types/cors": "^2.8.17",
|
|
40
|
+
"@types/debug": "^4.1.12",
|
|
41
|
+
"@types/dotenv-flow": "^3.3.3",
|
|
42
|
+
"@types/express": "^4.17.21",
|
|
43
|
+
"@types/express-http-proxy": "^1.6.6",
|
|
44
|
+
"@types/morgan": "^1.9.9",
|
|
45
|
+
"@types/node": "^18.19.41",
|
|
46
|
+
"@types/passport": "^1.0.16",
|
|
47
|
+
"@types/passport-azure-ad": "^4.3.6",
|
|
48
|
+
"@types/uuid": "^9.0.8",
|
|
49
49
|
"@veramo/data-store": "4.2.0",
|
|
50
50
|
"@veramo/did-manager": "4.2.0",
|
|
51
51
|
"@veramo/did-provider-ion": "4.2.0",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"@veramo/kms-local": "4.2.0",
|
|
54
54
|
"@veramo/utils": "4.2.0",
|
|
55
55
|
"morgan": "^1.10.0",
|
|
56
|
-
"nock": "^13.
|
|
56
|
+
"nock": "^13.5.4",
|
|
57
57
|
"passport": "^0.6.0",
|
|
58
58
|
"passport-http-bearer": "^1.0.1",
|
|
59
|
-
"ts-node": "^10.9.
|
|
59
|
+
"ts-node": "^10.9.2",
|
|
60
60
|
"typeorm": "^0.3.20"
|
|
61
61
|
},
|
|
62
62
|
"files": [
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"REST",
|
|
81
81
|
"API"
|
|
82
82
|
],
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "68cefab777b90a5db4b844c38bf1f3af3da38e2e"
|
|
84
84
|
}
|