@ocap/asset 1.16.7 → 1.16.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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&utm_medium=badge&utm_campaign=pr-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.7",
4
+ "version": "1.16.10",
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.7",
19
- "@arcblock/did-util": "1.16.7",
20
- "@arcblock/vc": "1.16.7",
21
- "@ocap/contract": "1.16.7",
22
- "@ocap/mcrypto": "1.16.7",
23
- "@ocap/util": "1.16.7",
24
- "@ocap/wallet": "1.16.7",
21
+ "@arcblock/did": "1.16.10",
22
+ "@arcblock/did-util": "1.16.10",
23
+ "@arcblock/vc": "1.16.10",
24
+ "@ocap/contract": "1.16.10",
25
+ "@ocap/mcrypto": "1.16.10",
26
+ "@ocap/util": "1.16.10",
27
+ "@ocap/wallet": "1.16.10",
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": "^5.0.0",
36
- "remark-preset-github": "^0.0.9"
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": "2d9b07c134cf57b6f73bf1ff2e76406fb682318e"
78
+ "gitHead": "af4399f2194e20eb83e14dbd3d946cb18eaa0879"
77
79
  }