@ocap/message 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/README.md +1 -1
- package/lib/message.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
package/lib/message.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/message",
|
|
3
3
|
"description": "Utility functions to encode and decode message that can send to forge",
|
|
4
|
-
"version": "1.20.
|
|
4
|
+
"version": "1.20.4",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"access": "public"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@ocap/proto": "1.20.2",
|
|
22
|
-
"@ocap/util": "1.20.2",
|
|
23
21
|
"debug": "^4.3.6",
|
|
24
22
|
"google-protobuf": "3.21.0",
|
|
25
|
-
"lodash": "^4.17.21"
|
|
23
|
+
"lodash": "^4.17.21",
|
|
24
|
+
"@ocap/proto": "1.20.4",
|
|
25
|
+
"@ocap/util": "1.20.4"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"jest": "^29.7.0",
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"type": "git",
|
|
59
59
|
"url": "https://github.com/ArcBlock/blockchain/tree/master/core/forge-message"
|
|
60
60
|
},
|
|
61
|
+
"gitHead": "87990c8b5e215107fc587c1ced0d6b3e2cd2483e",
|
|
61
62
|
"scripts": {
|
|
62
63
|
"lint": "eslint lib *.js tests",
|
|
63
64
|
"lint:fix": "eslint --fix lib *.js tests",
|
|
64
|
-
"docs": "
|
|
65
|
+
"docs": "pnpm run gen-dts && pnpm run gen-docs && pnpm run cleanup-docs && pnpm run format-docs",
|
|
65
66
|
"cleanup-docs": "node ../../scripts/cleanup-docs.js docs/README.md $npm_package_name",
|
|
66
67
|
"gen-docs": "jsdoc2md lib/message.js > docs/README.md",
|
|
67
68
|
"format-docs": "remark . -o",
|
|
68
69
|
"gen-dts": "j2d index.js",
|
|
69
70
|
"test": "jest --forceExit --detectOpenHandles",
|
|
70
71
|
"coverage": "npm run test -- --coverage"
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
}
|
|
72
|
+
}
|
|
73
|
+
}
|