@ocap/wallet 1.16.8 → 1.16.12
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +8 -6
package/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
|
4
4
|
[![docs](https://img.shields.io/badge/powered%20by-arcblock-green.svg)](https://docs.arcblock.io)
|
5
|
-
[![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](https://gitter.im/ArcBlock/community?utm_source=badge
|
5
|
+
[![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](https://gitter.im/ArcBlock/community?utm_source=badge\&utm_medium=badge\&utm_campaign=pr-badge)
|
6
6
|
|
7
7
|
> Utility function to create and use a forge compatible wallet, the wallet is also DID compatible.
|
8
8
|
|
package/package.json
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/wallet",
|
3
|
-
"version": "1.16.
|
3
|
+
"version": "1.16.12",
|
4
4
|
"description": "Utility function to create and use an forge compatible crypto wallet",
|
5
5
|
"keywords": [
|
6
6
|
"crypto",
|
7
|
-
"forge",
|
8
7
|
"arcblock",
|
9
8
|
"wallet"
|
10
9
|
],
|
@@ -16,6 +15,9 @@
|
|
16
15
|
"email": "shijun@arcblock.io",
|
17
16
|
"url": "https://github.com/wangshijun"
|
18
17
|
},
|
18
|
+
"contributors": [
|
19
|
+
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
20
|
+
],
|
19
21
|
"homepage": "https://github.com/ArcBlock/asset-chain/tree/master/core/forge-wallet",
|
20
22
|
"license": "Apache-2.0",
|
21
23
|
"main": "lib/index.js",
|
@@ -24,7 +26,7 @@
|
|
24
26
|
],
|
25
27
|
"devDependencies": {
|
26
28
|
"jest": "^27.3.1",
|
27
|
-
"jsdoc-to-markdown": "^
|
29
|
+
"jsdoc-to-markdown": "^7.1.1"
|
28
30
|
},
|
29
31
|
"repository": {
|
30
32
|
"type": "git",
|
@@ -45,8 +47,8 @@
|
|
45
47
|
"url": "https://github.com/ArcBlock/asset-chain/issues"
|
46
48
|
},
|
47
49
|
"dependencies": {
|
48
|
-
"@arcblock/did": "1.16.
|
49
|
-
"@ocap/mcrypto": "1.16.
|
50
|
+
"@arcblock/did": "1.16.12",
|
51
|
+
"@ocap/mcrypto": "1.16.12"
|
50
52
|
},
|
51
|
-
"gitHead": "
|
53
|
+
"gitHead": "fbae535a1a8b38bb6942a5d80c4e20f88163833a"
|
52
54
|
}
|