@ocap/asset 1.16.6 → 1.16.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.6",
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.6",
19
- "@arcblock/did-util": "1.16.6",
20
- "@arcblock/vc": "1.16.6",
21
- "@ocap/contract": "1.16.6",
22
- "@ocap/mcrypto": "1.16.6",
23
- "@ocap/util": "1.16.6",
24
- "@ocap/wallet": "1.16.6",
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": "^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": "c37106e25f4ac2b4e64230e5ab559bdafb5a6a7e"
78
+ "gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
77
79
  }