@ocap/asset 1.19.1 → 1.19.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -20
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.19.
|
4
|
+
"version": "1.19.3",
|
5
5
|
"author": {
|
6
6
|
"name": "wangshijun",
|
7
7
|
"email": "shijun@arcblock.io",
|
@@ -18,15 +18,15 @@
|
|
18
18
|
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
19
19
|
],
|
20
20
|
"dependencies": {
|
21
|
-
"@arcblock/did": "1.19.
|
22
|
-
"@arcblock/did-util": "1.19.
|
23
|
-
"@arcblock/validator": "1.19.
|
24
|
-
"@arcblock/vc": "1.19.
|
25
|
-
"@ocap/contract": "1.19.
|
26
|
-
"@ocap/mcrypto": "1.19.
|
27
|
-
"@ocap/types": "1.19.
|
28
|
-
"@ocap/util": "1.19.
|
29
|
-
"@ocap/wallet": "1.19.
|
21
|
+
"@arcblock/did": "1.19.3",
|
22
|
+
"@arcblock/did-util": "1.19.3",
|
23
|
+
"@arcblock/validator": "1.19.3",
|
24
|
+
"@arcblock/vc": "1.19.3",
|
25
|
+
"@ocap/contract": "1.19.3",
|
26
|
+
"@ocap/mcrypto": "1.19.3",
|
27
|
+
"@ocap/types": "1.19.3",
|
28
|
+
"@ocap/util": "1.19.3",
|
29
|
+
"@ocap/wallet": "1.19.3",
|
30
30
|
"debug": "^4.3.6",
|
31
31
|
"flat": "^5.0.2",
|
32
32
|
"is-absolute-url": "^3.0.3",
|
@@ -56,15 +56,7 @@
|
|
56
56
|
],
|
57
57
|
"license": "Apache-2.0",
|
58
58
|
"main": "./lib/index.js",
|
59
|
-
"
|
60
|
-
"types": "./esm/index.d.ts",
|
61
|
-
"exports": {
|
62
|
-
".": {
|
63
|
-
"import": "./esm/index.js",
|
64
|
-
"require": "./lib/index.js",
|
65
|
-
"default": "./esm/index.js"
|
66
|
-
}
|
67
|
-
},
|
59
|
+
"types": "./lib/index.d.ts",
|
68
60
|
"files": [
|
69
61
|
"lib",
|
70
62
|
"esm"
|
@@ -85,5 +77,5 @@
|
|
85
77
|
"build": "npm run build:cjs && npm run build:esm",
|
86
78
|
"build:watch": "npm run build -- -w"
|
87
79
|
},
|
88
|
-
"gitHead": "
|
80
|
+
"gitHead": "756076dad0df7468beecc95c8effd55f8c4c4f49"
|
89
81
|
}
|