@ocap/asset 1.16.17 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +11 -13
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.
|
4
|
+
"version": "1.17.0",
|
5
5
|
"author": {
|
6
6
|
"name": "wangshijun",
|
7
7
|
"email": "shijun@arcblock.io",
|
@@ -18,22 +18,19 @@
|
|
18
18
|
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
|
-
"@arcblock/did": "1.
|
22
|
-
"@arcblock/did-util": "1.
|
23
|
-
"@arcblock/vc": "1.
|
24
|
-
"@ocap/contract": "1.
|
25
|
-
"@ocap/mcrypto": "1.
|
26
|
-
"@ocap/util": "1.
|
27
|
-
"@ocap/wallet": "1.
|
21
|
+
"@arcblock/did": "1.17.0",
|
22
|
+
"@arcblock/did-util": "1.17.0",
|
23
|
+
"@arcblock/vc": "1.17.0",
|
24
|
+
"@ocap/contract": "1.17.0",
|
25
|
+
"@ocap/mcrypto": "1.17.0",
|
26
|
+
"@ocap/util": "1.17.0",
|
27
|
+
"@ocap/wallet": "1.17.0",
|
28
28
|
"debug": "^4.3.3",
|
29
|
-
"express": "^4.17.3",
|
30
29
|
"flat": "^5.0.2",
|
31
30
|
"is-absolute-url": "^3.0.3",
|
32
31
|
"json-stable-stringify": "^1.0.1",
|
33
32
|
"lodash": "^4.17.21",
|
34
|
-
"mustache": "^4.1.0"
|
35
|
-
"prettier": "^2.3.2",
|
36
|
-
"web3-utils": "^1.5.2"
|
33
|
+
"mustache": "^4.1.0"
|
37
34
|
},
|
38
35
|
"devDependencies": {
|
39
36
|
"@arcblock/eslint-config-ts": "0.2.2",
|
@@ -43,6 +40,7 @@
|
|
43
40
|
"@types/node": "^17.0.38",
|
44
41
|
"eslint": "^8.17.0",
|
45
42
|
"jest": "^28.1.0",
|
43
|
+
"prettier": "^2.3.2",
|
46
44
|
"ts-jest": "^28.0.3",
|
47
45
|
"typescript": "^4.7.3"
|
48
46
|
},
|
@@ -73,5 +71,5 @@
|
|
73
71
|
"build": "tsc",
|
74
72
|
"build:watch": "npm run build -- -w"
|
75
73
|
},
|
76
|
-
"gitHead": "
|
74
|
+
"gitHead": "f0944b60a5fb4115e1a3727bb07f68174bc56c5c"
|
77
75
|
}
|