@arcblock/vc 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 +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
|
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.
|
3
|
+
"version": "1.16.12",
|
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.
|
49
|
-
"@ocap/mcrypto": "1.16.
|
50
|
-
"@ocap/util": "1.16.
|
51
|
-
"@ocap/wallet": "1.16.
|
50
|
+
"@arcblock/did": "1.16.12",
|
51
|
+
"@ocap/mcrypto": "1.16.12",
|
52
|
+
"@ocap/util": "1.16.12",
|
53
|
+
"@ocap/wallet": "1.16.12",
|
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": "
|
59
|
+
"gitHead": "fbae535a1a8b38bb6942a5d80c4e20f88163833a"
|
58
60
|
}
|