@ocap/config 1.16.8 → 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/lib/default.js +1 -0
  2. package/package.json +9 -6
package/lib/default.js CHANGED
@@ -103,6 +103,7 @@ module.exports = {
103
103
  'fg:t:migrate_rollup_contract',
104
104
  'fg:t:migrate_rollup_token',
105
105
  'fg:t:claim_block_reward',
106
+ 'fg:t:create_asset',
106
107
  ],
107
108
  },
108
109
  vaults: {},
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.8",
6
+ "version": "1.16.9",
7
7
  "description": "OCAP config parsing/validation and default",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -17,16 +17,19 @@
17
17
  },
18
18
  "keywords": [],
19
19
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
20
+ "contributors": [
21
+ "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)"
22
+ ],
20
23
  "license": "MIT",
21
24
  "devDependencies": {
22
25
  "jest": "^27.3.1"
23
26
  },
24
27
  "dependencies": {
25
- "@arcblock/did": "1.16.8",
26
- "@arcblock/did-util": "1.16.8",
27
- "@arcblock/validator": "1.16.8",
28
- "@ocap/util": "1.16.8",
28
+ "@arcblock/did": "1.16.9",
29
+ "@arcblock/did-util": "1.16.9",
30
+ "@arcblock/validator": "1.16.9",
31
+ "@ocap/util": "1.16.9",
29
32
  "lodash": "^4.17.21"
30
33
  },
31
- "gitHead": "15e9623edafa6fcb628f67f0c9e26e64ab01bcd2"
34
+ "gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
32
35
  }