@bufbuild/protobuf 2.2.0 → 2.2.1
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/dist/cjs/registry.js +1 -1
- package/dist/esm/registry.js +1 -1
- package/package.json +1 -1
package/dist/cjs/registry.js
CHANGED
|
@@ -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.
|
|
233
|
+
// generated from protoc v28.3
|
|
234
234
|
exports.minimumEdition = 998, exports.maximumEdition = 1000;
|
|
235
235
|
const featureDefaults = {
|
|
236
236
|
// EDITION_PROTO2
|
package/dist/esm/registry.js
CHANGED
|
@@ -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.
|
|
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