@ocap/asset 1.16.6 → 1.16.9
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +14 -12
package/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
|
4
4
|
[![docs](https://img.shields.io/badge/powered%20by-arcblock-green.svg)](https://docs.arcblock.io)
|
5
|
-
[![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](https://gitter.im/ArcBlock/community?utm_source=badge
|
5
|
+
[![Gitter](https://badges.gitter.im/ArcBlock/community.svg)](https://gitter.im/ArcBlock/community?utm_source=badge\&utm_medium=badge\&utm_campaign=pr-badge)
|
6
6
|
|
7
7
|
> Utility to create standard assets that can be rendered in [DID Wallet](https://www.abtwallet.io)
|
8
8
|
|
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.16.
|
4
|
+
"version": "1.16.9",
|
5
5
|
"author": {
|
6
6
|
"name": "wangshijun",
|
7
7
|
"email": "shijun@arcblock.io",
|
@@ -14,14 +14,17 @@
|
|
14
14
|
"publishConfig": {
|
15
15
|
"access": "public"
|
16
16
|
},
|
17
|
+
"contributors": [
|
18
|
+
"wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
|
19
|
+
],
|
17
20
|
"dependencies": {
|
18
|
-
"@arcblock/did": "1.16.
|
19
|
-
"@arcblock/did-util": "1.16.
|
20
|
-
"@arcblock/vc": "1.16.
|
21
|
-
"@ocap/contract": "1.16.
|
22
|
-
"@ocap/mcrypto": "1.16.
|
23
|
-
"@ocap/util": "1.16.
|
24
|
-
"@ocap/wallet": "1.16.
|
21
|
+
"@arcblock/did": "1.16.9",
|
22
|
+
"@arcblock/did-util": "1.16.9",
|
23
|
+
"@arcblock/vc": "1.16.9",
|
24
|
+
"@ocap/contract": "1.16.9",
|
25
|
+
"@ocap/mcrypto": "1.16.9",
|
26
|
+
"@ocap/util": "1.16.9",
|
27
|
+
"@ocap/wallet": "1.16.9",
|
25
28
|
"debug": "^4.3.3",
|
26
29
|
"empty-value": "^1.0.1",
|
27
30
|
"flat": "^5.0.2",
|
@@ -32,14 +35,13 @@
|
|
32
35
|
},
|
33
36
|
"devDependencies": {
|
34
37
|
"jest": "^27.3.1",
|
35
|
-
"remark-cli": "^
|
36
|
-
"remark-preset-github": "^
|
38
|
+
"remark-cli": "^10.0.1",
|
39
|
+
"remark-preset-github": "^4.0.1"
|
37
40
|
},
|
38
41
|
"remarkConfig": {
|
39
42
|
"plugins": [
|
40
43
|
"preset-github",
|
41
44
|
[
|
42
|
-
"validate-links",
|
43
45
|
{
|
44
46
|
"repository": "ArcBlock/asset-chain"
|
45
47
|
}
|
@@ -73,5 +75,5 @@
|
|
73
75
|
"test": "jest --forceExit --detectOpenHandles",
|
74
76
|
"coverage": "yarn test -- --coverage"
|
75
77
|
},
|
76
|
-
"gitHead": "
|
78
|
+
"gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
|
77
79
|
}
|