@ocap/proto 1.16.9 → 1.16.13

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/index.d.ts +1 -1
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // Generate by [js2dts@0.3.3](https://github.com/whxaxes/js2dts#readme)
2
2
 
3
- declare const _Lib: any;
3
+ declare const _Lib: object;
4
4
  export = _Lib;
5
5
 
6
6
  declare namespace Enums {
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.9",
4
+ "version": "1.16.13",
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": "16fb7ce43033d07f83794914f2d5dda731f80814"
50
+ "gitHead": "cd258659c9566874b2c7567efe3d1e45008bbb83"
51
51
  }