@bufbuild/protobuf 2.2.0 → 2.2.2

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.
@@ -230,7 +230,7 @@ const DELIMITED = 2;
230
230
  const OPEN = 1;
231
231
  // prettier-ignore
232
232
  // bootstrap-inject defaults: EDITION_PROTO2 to EDITION_2023: export const minimumEdition: SupportedEdition = $minimumEdition, maximumEdition: SupportedEdition = $maximumEdition;
233
- // generated from protoc v28.0
233
+ // generated from protoc v28.3
234
234
  exports.minimumEdition = 998, exports.maximumEdition = 1000;
235
235
  const featureDefaults = {
236
236
  // EDITION_PROTO2
@@ -224,7 +224,7 @@ const DELIMITED = 2;
224
224
  const OPEN = 1;
225
225
  // prettier-ignore
226
226
  // bootstrap-inject defaults: EDITION_PROTO2 to EDITION_2023: export const minimumEdition: SupportedEdition = $minimumEdition, maximumEdition: SupportedEdition = $maximumEdition;
227
- // generated from protoc v28.0
227
+ // generated from protoc v28.3
228
228
  export const minimumEdition = 998, maximumEdition = 1000;
229
229
  const featureDefaults = {
230
230
  // EDITION_PROTO2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bufbuild/protobuf",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "license": "(Apache-2.0 AND BSD-3-Clause)",
5
5
  "description": "A complete implementation of Protocol Buffers in TypeScript, suitable for web browsers and Node.js.",
6
6
  "keywords": [