@ocap/wallet 1.19.1 → 1.19.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/wallet",
|
3
|
-
"version": "1.19.
|
3
|
+
"version": "1.19.3",
|
4
4
|
"description": "Utility function to create and use an forge compatible crypto wallet",
|
5
5
|
"keywords": [
|
6
6
|
"crypto",
|
@@ -21,19 +21,11 @@
|
|
21
21
|
"homepage": "https://github.com/ArcBlock/blockchain/tree/master/core/forge-wallet",
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"main": "./lib/index.js",
|
24
|
-
"
|
25
|
-
"types": "./esm/index.d.ts",
|
24
|
+
"types": "./lib/index.d.ts",
|
26
25
|
"files": [
|
27
26
|
"lib",
|
28
27
|
"esm"
|
29
28
|
],
|
30
|
-
"exports": {
|
31
|
-
".": {
|
32
|
-
"import": "./esm/index.js",
|
33
|
-
"require": "./lib/index.js",
|
34
|
-
"default": "./esm/index.js"
|
35
|
-
}
|
36
|
-
},
|
37
29
|
"devDependencies": {
|
38
30
|
"@arcblock/eslint-config-ts": "0.3.3",
|
39
31
|
"@types/jest": "^29.5.13",
|
@@ -63,9 +55,9 @@
|
|
63
55
|
"url": "https://github.com/ArcBlock/blockchain/issues"
|
64
56
|
},
|
65
57
|
"dependencies": {
|
66
|
-
"@arcblock/did": "1.19.
|
67
|
-
"@ocap/mcrypto": "1.19.
|
68
|
-
"@ocap/util": "1.19.
|
58
|
+
"@arcblock/did": "1.19.3",
|
59
|
+
"@ocap/mcrypto": "1.19.3",
|
60
|
+
"@ocap/util": "1.19.3"
|
69
61
|
},
|
70
|
-
"gitHead": "
|
62
|
+
"gitHead": "756076dad0df7468beecc95c8effd55f8c4c4f49"
|
71
63
|
}
|