@ocap/proto 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.
package/lib/proto.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ declare const forgeTypes: any;
2
+ export const vendorTypes: {};
3
+ export { forgeTypes as types };
@@ -0,0 +1,2 @@
1
+ declare function _exports(proto: object, json: object, urls?: object): object;
2
+ export = _exports;
package/lib/provider.js CHANGED
@@ -205,6 +205,7 @@ module.exports = function createProvider(proto, json, urls = {}) {
205
205
  'ClaimBlockRewardTx',
206
206
  'MigrateRollupContractTx',
207
207
  'MigrateRollupTokenTx',
208
+ 'CreateAssetTx',
208
209
  ].filter((x) => enums.SupportedTxs.includes(x)),
209
210
 
210
211
  stakes: enums.SupportedStakes,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocap/proto",
3
3
  "description": "Static modules generated from forge-sdk protobuf files",
4
- "version": "1.16.6",
4
+ "version": "1.16.9",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -47,5 +47,5 @@
47
47
  "debug": "^4.3.3",
48
48
  "lodash": "^4.17.21"
49
49
  },
50
- "gitHead": "c37106e25f4ac2b4e64230e5ab559bdafb5a6a7e"
50
+ "gitHead": "16fb7ce43033d07f83794914f2d5dda731f80814"
51
51
  }