protobufjs-cli
Advanced tools
+16
-0
| # Changelog | ||
| ## [2.5.3](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.5.2...protobufjs-cli-v2.5.3) (2026-06-09) | ||
| ### Bug Fixes | ||
| * Discard unknown fields by default ([#2310](https://github.com/protobufjs/protobuf.js/issues/2310)) ([bf12d56](https://github.com/protobufjs/protobuf.js/commit/bf12d566c5ba1e1bc24af5882c127bbfd1e2e1d6)) | ||
| ### Dependencies | ||
| * The following workspace dependencies were updated | ||
| * devDependencies | ||
| * protobufjs bumped from file:.. to 8.6.2 | ||
| * peerDependencies | ||
| * protobufjs bumped from ^8.6.1 to ^8.6.2 | ||
| ## [2.5.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v2.5.1...protobufjs-cli-v2.5.2) (2026-06-07) | ||
@@ -4,0 +20,0 @@ |
+2
-2
| { | ||
| "name": "protobufjs-cli", | ||
| "description": "Translates between file formats and generates static code as well as TypeScript definitions.", | ||
| "version": "2.5.2", | ||
| "version": "2.5.3", | ||
| "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
| "peerDependencies": { | ||
| "protobufjs": "^8.6.1" | ||
| "protobufjs": "^8.6.2" | ||
| }, | ||
@@ -26,0 +26,0 @@ "dependencies": { |
@@ -713,3 +713,3 @@ "use strict"; | ||
| } | ||
| typeDef.push("@property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding"); | ||
| typeDef.push("@property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled"); | ||
| push(""); | ||
@@ -750,3 +750,3 @@ pushComment(typeDef); | ||
| }); | ||
| classDef.push("@property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding"); | ||
| classDef.push("@property {Array.<Uint8Array>} [$unknowns] Unknown fields preserved while decoding when enabled"); | ||
| } | ||
@@ -753,0 +753,0 @@ pushComment(classDef); |
Sorry, the diff of this file is too big to display
431397
2.57%