@arcblock/vc 1.18.95 → 1.18.97

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/vc",
3
- "version": "1.18.95",
3
+ "version": "1.18.97",
4
4
  "description": "Javascript lib to work with ArcBlock Verifiable Credentials",
5
5
  "keywords": [
6
6
  "arcblock",
@@ -19,7 +19,7 @@
19
19
  "contributors": [
20
20
  "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
21
21
  ],
22
- "homepage": "https://github.com/ArcBlock/asset-chain/tree/master/did/vc",
22
+ "homepage": "https://github.com/ArcBlock/blockchain/tree/master/did/vc",
23
23
  "license": "Apache-2.0",
24
24
  "main": "lib/index.js",
25
25
  "files": [
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "git+https://github.com/ArcBlock/asset-chain.git"
33
+ "url": "git+https://github.com/ArcBlock/blockchain.git"
34
34
  },
35
35
  "scripts": {
36
36
  "lint": "eslint tests lib",
@@ -44,17 +44,17 @@
44
44
  "coverage": "yarn test -- --coverage"
45
45
  },
46
46
  "bugs": {
47
- "url": "https://github.com/ArcBlock/asset-chain/issues"
47
+ "url": "https://github.com/ArcBlock/blockchain/issues"
48
48
  },
49
49
  "dependencies": {
50
- "@arcblock/did": "1.18.95",
51
- "@ocap/mcrypto": "1.18.95",
52
- "@ocap/util": "1.18.95",
53
- "@ocap/wallet": "1.18.95",
50
+ "@arcblock/did": "1.18.97",
51
+ "@ocap/mcrypto": "1.18.97",
52
+ "@ocap/util": "1.18.97",
53
+ "@ocap/wallet": "1.18.97",
54
54
  "debug": "^4.3.4",
55
55
  "is-absolute-url": "^3.0.3",
56
56
  "json-stable-stringify": "^1.0.1",
57
57
  "lodash": "^4.17.21"
58
58
  },
59
- "gitHead": "1d243016b59c4532a8ca6f01d810e4a8f4b3ccb2"
59
+ "gitHead": "691aabefd37f53b6fbcf771ce130f09197f0b268"
60
60
  }