@arcblock/vc 1.16.8 → 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 +9 -7
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
  > Javascript library to manipulate Verifiable Credentials (VC) to DID Protocol
8
8
 
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@arcblock/vc",
3
- "version": "1.16.8",
3
+ "version": "1.16.9",
4
4
  "description": "Javascript lib to work with ArcBlock Verifiable Credentials",
5
5
  "keywords": [
6
- "forge",
7
6
  "arcblock",
8
7
  "blockchain",
9
8
  "did",
@@ -17,6 +16,9 @@
17
16
  "email": "shijun@arcblock.io",
18
17
  "url": "https://github.com/wangshijun"
19
18
  },
19
+ "contributors": [
20
+ "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
21
+ ],
20
22
  "homepage": "https://github.com/ArcBlock/asset-chain/tree/master/did/vc",
21
23
  "license": "Apache-2.0",
22
24
  "main": "lib/index.js",
@@ -45,14 +47,14 @@
45
47
  "url": "https://github.com/ArcBlock/asset-chain/issues"
46
48
  },
47
49
  "dependencies": {
48
- "@arcblock/did": "1.16.8",
49
- "@ocap/mcrypto": "1.16.8",
50
- "@ocap/util": "1.16.8",
51
- "@ocap/wallet": "1.16.8",
50
+ "@arcblock/did": "1.16.9",
51
+ "@ocap/mcrypto": "1.16.9",
52
+ "@ocap/util": "1.16.9",
53
+ "@ocap/wallet": "1.16.9",
52
54
  "debug": "^4.3.3",
53
55
  "is-absolute-url": "^3.0.3",
54
56
  "json-stable-stringify": "^1.0.1",
55
57
  "lodash": "^4.17.21"
56
58
  },
57
- "gitHead": "15e9623edafa6fcb628f67f0c9e26e64ab01bcd2"
59
+ "gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
58
60
  }