@ocap/wallet 1.16.6 → 1.16.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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&utm_medium=badge&utm_campaign=pr-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.6",
3
+ "version": "1.16.9",
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": "^5.0.0"
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.6",
49
- "@ocap/mcrypto": "1.16.6"
50
+ "@arcblock/did": "1.16.9",
51
+ "@ocap/mcrypto": "1.16.9"
50
52
  },
51
- "gitHead": "c37106e25f4ac2b4e64230e5ab559bdafb5a6a7e"
53
+ "gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
52
54
  }