@ocap/config 1.18.43 → 1.18.44
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.
- package/lib/default.js +3 -0
- package/package.json +6 -6
package/lib/default.js
CHANGED
@@ -14,6 +14,7 @@ module.exports = {
|
|
14
14
|
'fg:t:transfer_v2': 664,
|
15
15
|
'fg:t:transfer_v3': 4096,
|
16
16
|
'fg:t:update_asset': 65881,
|
17
|
+
'fg:t:consume_asset': 1691,
|
17
18
|
'fg:t:acquire_asset_v2': 4096,
|
18
19
|
'fg:t:acquire_asset_v3': 4096,
|
19
20
|
'fg:t:mint_asset': 4096,
|
@@ -78,6 +79,7 @@ module.exports = {
|
|
78
79
|
'fg:t:revoke_delegate',
|
79
80
|
'fg:t:create_asset',
|
80
81
|
'fg:t:update_asset',
|
82
|
+
'fg:t:consume_asset',
|
81
83
|
'fg:t:create_factory',
|
82
84
|
'fg:t:acquire_asset_v2',
|
83
85
|
'fg:t:acquire_asset_v3',
|
@@ -116,6 +118,7 @@ module.exports = {
|
|
116
118
|
'fg:t:migrate_rollup',
|
117
119
|
'fg:t:claim_block_reward',
|
118
120
|
'fg:t:create_asset',
|
121
|
+
'fg:t:consume_asset',
|
119
122
|
],
|
120
123
|
},
|
121
124
|
vaults: {},
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.18.
|
6
|
+
"version": "1.18.44",
|
7
7
|
"description": "OCAP config parsing/validation and default",
|
8
8
|
"main": "lib/index.js",
|
9
9
|
"files": [
|
@@ -25,11 +25,11 @@
|
|
25
25
|
"jest": "^27.5.1"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@arcblock/did": "1.18.
|
29
|
-
"@arcblock/did-util": "1.18.
|
30
|
-
"@arcblock/validator": "1.18.
|
31
|
-
"@ocap/util": "1.18.
|
28
|
+
"@arcblock/did": "1.18.44",
|
29
|
+
"@arcblock/did-util": "1.18.44",
|
30
|
+
"@arcblock/validator": "1.18.44",
|
31
|
+
"@ocap/util": "1.18.44",
|
32
32
|
"lodash": "^4.17.21"
|
33
33
|
},
|
34
|
-
"gitHead": "
|
34
|
+
"gitHead": "563803a77461e59d630e283f0c00e975c47f6ebf"
|
35
35
|
}
|