@sphereon/ssi-sdk-web3.headless-provider 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 +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk-web3.headless-provider",
|
|
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",
|
|
@@ -15,46 +15,46 @@
|
|
|
15
15
|
"@ethersproject/properties": "^5.7.0",
|
|
16
16
|
"@ethersproject/strings": "^5.7.0",
|
|
17
17
|
"@ethersproject/transactions": "^5.7.0",
|
|
18
|
-
"@metamask/eth-sig-util": "^6.0.
|
|
19
|
-
"@sphereon/ssi-express-support": "0.
|
|
18
|
+
"@metamask/eth-sig-util": "^6.0.2",
|
|
19
|
+
"@sphereon/ssi-express-support": "0.28.0",
|
|
20
20
|
"@veramo/core": "4.2.0",
|
|
21
21
|
"@veramo/key-manager": "4.2.0",
|
|
22
22
|
"bn.js": "^5.2.1",
|
|
23
|
-
"casbin": "^5.
|
|
23
|
+
"casbin": "^5.30.0",
|
|
24
24
|
"cors": "^2.8.5",
|
|
25
|
-
"dotenv-flow": "^3.
|
|
25
|
+
"dotenv-flow": "^3.3.0",
|
|
26
26
|
"elliptic": "6.5.4",
|
|
27
|
-
"ethereum-cryptography": "^2.1
|
|
27
|
+
"ethereum-cryptography": "^2.2.1",
|
|
28
28
|
"ethers": "^5.7.2",
|
|
29
|
-
"express": "^4.
|
|
30
|
-
"express-session": "^1.
|
|
29
|
+
"express": "^4.19.2",
|
|
30
|
+
"express-session": "^1.18.0",
|
|
31
31
|
"passport": "^0.6.0",
|
|
32
32
|
"rxjs": "^7.8.1",
|
|
33
|
-
"typed-rpc": "^4.
|
|
33
|
+
"typed-rpc": "^4.2.2",
|
|
34
34
|
"uint8arrays": "3.1.1",
|
|
35
|
-
"web3-core": "^4.0
|
|
36
|
-
"web3-errors": "^1.
|
|
37
|
-
"web3-eth-accounts": "^4.
|
|
38
|
-
"web3-types": "^1.
|
|
39
|
-
"web3-utils": "^4.
|
|
40
|
-
"web3-validator": "^2.0.
|
|
35
|
+
"web3-core": "^4.5.0",
|
|
36
|
+
"web3-errors": "^1.2.0",
|
|
37
|
+
"web3-eth-accounts": "^4.1.3",
|
|
38
|
+
"web3-types": "^1.7.0",
|
|
39
|
+
"web3-utils": "^4.3.1",
|
|
40
|
+
"web3-validator": "^2.0.6"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@sphereon/ssi-sdk-ext.key-manager": "0.
|
|
44
|
-
"@sphereon/ssi-sdk-ext.kms-local": "0.
|
|
45
|
-
"@types/body-parser": "^1.19.
|
|
46
|
-
"@types/cors": "^2.8.
|
|
47
|
-
"@types/dotenv-flow": "^3.
|
|
48
|
-
"@types/express": "^4.17.
|
|
49
|
-
"@types/express-serve-static-core": "^4.
|
|
50
|
-
"@types/express-session": "^1.
|
|
51
|
-
"@types/jest": "^29.5.
|
|
52
|
-
"@types/passport": "^1.0.
|
|
43
|
+
"@sphereon/ssi-sdk-ext.key-manager": "0.23.0",
|
|
44
|
+
"@sphereon/ssi-sdk-ext.kms-local": "0.23.0",
|
|
45
|
+
"@types/body-parser": "^1.19.5",
|
|
46
|
+
"@types/cors": "^2.8.17",
|
|
47
|
+
"@types/dotenv-flow": "^3.3.3",
|
|
48
|
+
"@types/express": "^4.17.21",
|
|
49
|
+
"@types/express-serve-static-core": "^4.19.5",
|
|
50
|
+
"@types/express-session": "^1.18.0",
|
|
51
|
+
"@types/jest": "^29.5.12",
|
|
52
|
+
"@types/passport": "^1.0.16",
|
|
53
53
|
"@veramo/did-manager": "4.2.0",
|
|
54
54
|
"@veramo/did-provider-key": "4.2.0",
|
|
55
55
|
"@veramo/did-resolver": "4.2.0",
|
|
56
56
|
"did-resolver": "^4.1.0",
|
|
57
|
-
"jest": "^29.
|
|
57
|
+
"jest": "^29.7.0",
|
|
58
58
|
"typescript": "5.4.2"
|
|
59
59
|
},
|
|
60
60
|
"files": [
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"SSI",
|
|
75
75
|
"Agent"
|
|
76
76
|
],
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "68cefab777b90a5db4b844c38bf1f3af3da38e2e"
|
|
78
78
|
}
|