@ocap/wallet 1.18.95 → 1.18.97
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/wallet",
|
3
|
-
"version": "1.18.
|
3
|
+
"version": "1.18.97",
|
4
4
|
"description": "Utility function to create and use an forge compatible crypto wallet",
|
5
5
|
"keywords": [
|
6
6
|
"crypto",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"contributors": [
|
19
19
|
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
20
20
|
],
|
21
|
-
"homepage": "https://github.com/ArcBlock/
|
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
24
|
"typings": "lib/index.d.ts",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
},
|
37
37
|
"repository": {
|
38
38
|
"type": "git",
|
39
|
-
"url": "git+https://github.com/ArcBlock/
|
39
|
+
"url": "git+https://github.com/ArcBlock/blockchain.git"
|
40
40
|
},
|
41
41
|
"scripts": {
|
42
42
|
"lint": "eslint tests src",
|
@@ -49,12 +49,12 @@
|
|
49
49
|
"build:watch": "npm run build -- -w"
|
50
50
|
},
|
51
51
|
"bugs": {
|
52
|
-
"url": "https://github.com/ArcBlock/
|
52
|
+
"url": "https://github.com/ArcBlock/blockchain/issues"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@arcblock/did": "1.18.
|
56
|
-
"@ocap/mcrypto": "1.18.
|
57
|
-
"@ocap/util": "1.18.
|
55
|
+
"@arcblock/did": "1.18.97",
|
56
|
+
"@ocap/mcrypto": "1.18.97",
|
57
|
+
"@ocap/util": "1.18.97"
|
58
58
|
},
|
59
|
-
"gitHead": "
|
59
|
+
"gitHead": "691aabefd37f53b6fbcf771ce130f09197f0b268"
|
60
60
|
}
|