@ocap/asset 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 +14 -14
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@ocap/asset",
3
3
  "description": "Utility to work with asset and factory on ArcBlock blockchain",
4
- "version": "1.18.95",
4
+ "version": "1.18.96",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
8
8
  "url": "https://github.com/wangshijun"
9
9
  },
10
10
  "bugs": {
11
- "url": "https://github.com/ArcBlock/asset-chain/issues",
11
+ "url": "https://github.com/ArcBlock/blockchain/issues",
12
12
  "email": "shijun@arcblock.io"
13
13
  },
14
14
  "publishConfig": {
@@ -18,15 +18,15 @@
18
18
  "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
19
19
  ],
20
20
  "dependencies": {
21
- "@arcblock/did": "1.18.95",
22
- "@arcblock/did-util": "1.18.95",
23
- "@arcblock/validator": "1.18.95",
24
- "@arcblock/vc": "1.18.95",
25
- "@ocap/contract": "1.18.95",
26
- "@ocap/mcrypto": "1.18.95",
27
- "@ocap/types": "1.18.95",
28
- "@ocap/util": "1.18.95",
29
- "@ocap/wallet": "1.18.95",
21
+ "@arcblock/did": "1.18.96",
22
+ "@arcblock/did-util": "1.18.96",
23
+ "@arcblock/validator": "1.18.96",
24
+ "@arcblock/vc": "1.18.96",
25
+ "@ocap/contract": "1.18.96",
26
+ "@ocap/mcrypto": "1.18.96",
27
+ "@ocap/types": "1.18.96",
28
+ "@ocap/util": "1.18.96",
29
+ "@ocap/wallet": "1.18.96",
30
30
  "debug": "^4.3.4",
31
31
  "flat": "^5.0.2",
32
32
  "is-absolute-url": "^3.0.3",
@@ -47,7 +47,7 @@
47
47
  "type-fest": "^3.1.0",
48
48
  "typescript": "^4.8.4"
49
49
  },
50
- "homepage": "https://github.com/ArcBlock/asset-chain/tree/master/core/asset",
50
+ "homepage": "https://github.com/ArcBlock/blockchain/tree/master/core/asset",
51
51
  "keywords": [
52
52
  "blockchain",
53
53
  "arcblock",
@@ -62,7 +62,7 @@
62
62
  ],
63
63
  "repository": {
64
64
  "type": "git",
65
- "url": "https://github.com/ArcBlock/asset-chain/tree/master/core/asset"
65
+ "url": "https://github.com/ArcBlock/blockchain/tree/master/core/asset"
66
66
  },
67
67
  "scripts": {
68
68
  "lint": "eslint src tests",
@@ -74,5 +74,5 @@
74
74
  "build": "tsc",
75
75
  "build:watch": "npm run build -- -w"
76
76
  },
77
- "gitHead": "1d243016b59c4532a8ca6f01d810e4a8f4b3ccb2"
77
+ "gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453"
78
78
  }