@ocap/proto 1.20.2 → 1.20.4
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/provider.js +1 -1
- package/package.json +8 -8
package/lib/provider.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @fileOverview Contains all static generated javascript files from forge-abi and forge-core-protocols
|
|
3
3
|
* @module @ocap/proto
|
|
4
4
|
* @example
|
|
5
|
-
*
|
|
5
|
+
* pnpm install @ocap/proto
|
|
6
6
|
*
|
|
7
7
|
* const { enums, fromTypeUrl, toTypeUrl } = require('@ocap/proto'); // full version, larger bundle
|
|
8
8
|
*/
|
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.20.
|
|
4
|
+
"version": "1.20.4",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -35,6 +35,11 @@
|
|
|
35
35
|
"type": "git",
|
|
36
36
|
"url": "https://github.com/ArcBlock/blockchain/tree/master/core/proto"
|
|
37
37
|
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"debug": "^4.3.6",
|
|
40
|
+
"lodash": "^4.17.21"
|
|
41
|
+
},
|
|
42
|
+
"gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e",
|
|
38
43
|
"scripts": {
|
|
39
44
|
"build": "make build && make build-deps",
|
|
40
45
|
"lint": "eslint tests lib/*.js",
|
|
@@ -43,10 +48,5 @@
|
|
|
43
48
|
"gen-dts": "j2d lib/index.js && node tools/gen-dts.js && bash tools/patch-dts.sh && prettier --write lib/*.d.ts",
|
|
44
49
|
"test": "jest --forceExit --detectOpenHandles",
|
|
45
50
|
"coverage": "npm run test -- --coverage"
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
"debug": "^4.3.6",
|
|
49
|
-
"lodash": "^4.17.21"
|
|
50
|
-
},
|
|
51
|
-
"gitHead": "70ddd9b43070605879fed7dff50a9f19f5325ea8"
|
|
52
|
-
}
|
|
51
|
+
}
|
|
52
|
+
}
|