protobufjs 7.3.3 → 7.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protobufjs",
3
- "version": "7.3.3",
3
+ "version": "7.4.0",
4
4
  "versionScheme": "~",
5
5
  "description": "Protocol Buffers for JavaScript (& TypeScript).",
6
6
  "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
@@ -40,6 +40,7 @@
40
40
  "lint:types": "tslint \"**/*.d.ts\" -e \"**/node_modules/**\" -t stylish -c config/tslint.json",
41
41
  "pages": "node scripts/pages",
42
42
  "prepublish": "cd cli && npm install && cd .. && npm run build",
43
+ "prepublishOnly": "cd cli && npm install && cd .. && npm run build",
43
44
  "postinstall": "node scripts/postinstall",
44
45
  "prof": "node bench/prof",
45
46
  "test": "npm run test:sources && npm run test:types",