@ocap/asset 1.18.94 → 1.18.96
Sign up to get free protection for your applications and to get access to all the features.
- 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.
|
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/
|
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.
|
22
|
-
"@arcblock/did-util": "1.18.
|
23
|
-
"@arcblock/validator": "1.18.
|
24
|
-
"@arcblock/vc": "1.18.
|
25
|
-
"@ocap/contract": "1.18.
|
26
|
-
"@ocap/mcrypto": "1.18.
|
27
|
-
"@ocap/types": "1.18.
|
28
|
-
"@ocap/util": "1.18.
|
29
|
-
"@ocap/wallet": "1.18.
|
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/
|
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/
|
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": "
|
77
|
+
"gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453"
|
78
78
|
}
|