@ocap/asset 1.17.7 → 1.17.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +21 -21
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ocap/asset",
|
3
3
|
"description": "Utility to work with asset and factory on ArcBlock blockchain",
|
4
|
-
"version": "1.17.
|
4
|
+
"version": "1.17.8",
|
5
5
|
"author": {
|
6
6
|
"name": "wangshijun",
|
7
7
|
"email": "shijun@arcblock.io",
|
@@ -18,33 +18,33 @@
|
|
18
18
|
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
|
-
"@arcblock/did": "1.17.
|
22
|
-
"@arcblock/did-util": "1.17.
|
23
|
-
"@arcblock/vc": "1.17.
|
24
|
-
"@ocap/contract": "1.17.
|
25
|
-
"@ocap/mcrypto": "1.17.
|
26
|
-
"@ocap/types": "1.17.
|
27
|
-
"@ocap/util": "1.17.
|
28
|
-
"@ocap/wallet": "1.17.
|
29
|
-
"debug": "^4.3.
|
21
|
+
"@arcblock/did": "1.17.8",
|
22
|
+
"@arcblock/did-util": "1.17.8",
|
23
|
+
"@arcblock/vc": "1.17.8",
|
24
|
+
"@ocap/contract": "1.17.8",
|
25
|
+
"@ocap/mcrypto": "1.17.8",
|
26
|
+
"@ocap/types": "1.17.8",
|
27
|
+
"@ocap/util": "1.17.8",
|
28
|
+
"@ocap/wallet": "1.17.8",
|
29
|
+
"debug": "^4.3.4",
|
30
30
|
"flat": "^5.0.2",
|
31
31
|
"is-absolute-url": "^3.0.3",
|
32
32
|
"json-stable-stringify": "^1.0.1",
|
33
33
|
"lodash": "^4.17.21",
|
34
|
-
"mustache": "^4.
|
35
|
-
"type-fest": "^2.
|
34
|
+
"mustache": "^4.2.0",
|
35
|
+
"type-fest": "^2.18.0"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
38
|
"@arcblock/eslint-config-ts": "0.2.2",
|
39
39
|
"@types/flat": "^5.0.2",
|
40
|
-
"@types/jest": "^28.1.
|
41
|
-
"@types/mustache": "^4.1
|
42
|
-
"@types/node": "^17.0.
|
43
|
-
"eslint": "^8.
|
44
|
-
"jest": "^28.1.
|
45
|
-
"prettier": "^2.
|
46
|
-
"ts-jest": "^28.0.
|
47
|
-
"typescript": "^4.7.
|
40
|
+
"@types/jest": "^28.1.6",
|
41
|
+
"@types/mustache": "^4.2.1",
|
42
|
+
"@types/node": "^17.0.45",
|
43
|
+
"eslint": "^8.21.0",
|
44
|
+
"jest": "^28.1.3",
|
45
|
+
"prettier": "^2.7.1",
|
46
|
+
"ts-jest": "^28.0.7",
|
47
|
+
"typescript": "^4.7.4"
|
48
48
|
},
|
49
49
|
"homepage": "https://github.com/ArcBlock/asset-chain/tree/master/core/asset",
|
50
50
|
"keywords": [
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"build": "tsc",
|
74
74
|
"build:watch": "npm run build -- -w"
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "04da221a224c17054eedf6317645e09e76258476"
|
77
77
|
}
|