@ocap/wallet 1.18.95 → 1.18.96

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/wallet",
3
- "version": "1.18.95",
3
+ "version": "1.18.96",
4
4
  "description": "Utility function to create and use an forge compatible crypto wallet",
5
5
  "keywords": [
6
6
  "crypto",
@@ -18,7 +18,7 @@
18
18
  "contributors": [
19
19
  "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
20
20
  ],
21
- "homepage": "https://github.com/ArcBlock/asset-chain/tree/master/core/forge-wallet",
21
+ "homepage": "https://github.com/ArcBlock/blockchain/tree/master/core/forge-wallet",
22
22
  "license": "Apache-2.0",
23
23
  "main": "lib/index.js",
24
24
  "typings": "lib/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "git+https://github.com/ArcBlock/asset-chain.git"
39
+ "url": "git+https://github.com/ArcBlock/blockchain.git"
40
40
  },
41
41
  "scripts": {
42
42
  "lint": "eslint tests src",
@@ -49,12 +49,12 @@
49
49
  "build:watch": "npm run build -- -w"
50
50
  },
51
51
  "bugs": {
52
- "url": "https://github.com/ArcBlock/asset-chain/issues"
52
+ "url": "https://github.com/ArcBlock/blockchain/issues"
53
53
  },
54
54
  "dependencies": {
55
- "@arcblock/did": "1.18.95",
56
- "@ocap/mcrypto": "1.18.95",
57
- "@ocap/util": "1.18.95"
55
+ "@arcblock/did": "1.18.96",
56
+ "@ocap/mcrypto": "1.18.96",
57
+ "@ocap/util": "1.18.96"
58
58
  },
59
- "gitHead": "1d243016b59c4532a8ca6f01d810e4a8f4b3ccb2"
59
+ "gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453"
60
60
  }