diff --git a/package-lock.json b/package-lock.json index 5829f886c..e4040d182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9245,8 +9245,8 @@ "name": "@bufbuild/bundle-size", "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "2.0.0-alpha.2", - "@bufbuild/protoplugin": "2.0.0-alpha.2", + "@bufbuild/protobuf": "2.0.0-alpha.3", + "@bufbuild/protoplugin": "2.0.0-alpha.3", "@types/brotli": "^1.3.4", "brotli": "^1.3.3", "esbuild": "^0.20.2", @@ -9255,7 +9255,7 @@ }, "packages/protobuf": { "name": "@bufbuild/protobuf", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "license": "(Apache-2.0 AND BSD-3-Clause)", "devDependencies": { "upstream-protobuf": "*" @@ -9264,7 +9264,7 @@ "packages/protobuf-conformance": { "name": "@bufbuild/protobuf-conformance", "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.2" + "@bufbuild/protobuf": "2.0.0-alpha.3" }, "devDependencies": { "upstream-protobuf": "*" @@ -9275,15 +9275,15 @@ "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "2.0.0-alpha.2", - "@bufbuild/protoc-gen-es": "2.0.0-alpha.2", + "@bufbuild/protobuf": "2.0.0-alpha.3", + "@bufbuild/protoc-gen-es": "2.0.0-alpha.3", "typescript": "^5.2.2" } }, "packages/protobuf-test": { "name": "@bufbuild/protobuf-test", "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.2", + "@bufbuild/protobuf": "2.0.0-alpha.3", "@types/benchmark": "^2.1.5", "0x": "^5.7.0", "benchmark": "^2.1.4", @@ -9294,11 +9294,11 @@ }, "packages/protoc-gen-es": { "name": "@bufbuild/protoc-gen-es", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "license": "Apache-2.0", "dependencies": { - "@bufbuild/protobuf": "^2.0.0-alpha.2", - "@bufbuild/protoplugin": "2.0.0-alpha.2" + "@bufbuild/protobuf": "^2.0.0-alpha.3", + "@bufbuild/protoplugin": "2.0.0-alpha.3" }, "bin": { "protoc-gen-es": "bin/protoc-gen-es" @@ -9307,7 +9307,7 @@ "node": ">=14" }, "peerDependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.2" + "@bufbuild/protobuf": "2.0.0-alpha.3" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { @@ -9317,10 +9317,10 @@ }, "packages/protoplugin": { "name": "@bufbuild/protoplugin", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.2", + "@bufbuild/protobuf": "2.0.0-alpha.3", "@typescript/vfs": "^1.4.0", "typescript": "4.5.2" }, @@ -9330,13 +9330,13 @@ }, "packages/protoplugin-example": { "name": "@bufbuild/protoplugin-example", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "license": "Apache-2.0", "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "^2.0.0-alpha.2", - "@bufbuild/protoc-gen-es": "^2.0.0-alpha.2", - "@bufbuild/protoplugin": "^2.0.0-alpha.2", + "@bufbuild/protobuf": "^2.0.0-alpha.3", + "@bufbuild/protoc-gen-es": "^2.0.0-alpha.3", + "@bufbuild/protoplugin": "^2.0.0-alpha.3", "@types/node": "~20.8.6", "tsx": "^4.7.0", "typescript": "^5.2.2" @@ -9353,7 +9353,7 @@ "packages/protoplugin-test": { "name": "@bufbuild/protoplugin-test", "dependencies": { - "@bufbuild/protoplugin": "2.0.0-alpha.2", + "@bufbuild/protoplugin": "2.0.0-alpha.3", "upstream-protobuf": "*" } }, diff --git a/packages/bundle-size/package.json b/packages/bundle-size/package.json index 1b5836c3c..877589c49 100644 --- a/packages/bundle-size/package.json +++ b/packages/bundle-size/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "2.0.0-alpha.2", - "@bufbuild/protoplugin": "2.0.0-alpha.2", + "@bufbuild/protobuf": "2.0.0-alpha.3", + "@bufbuild/protoplugin": "2.0.0-alpha.3", "@types/brotli": "^1.3.4", "brotli": "^1.3.3", "esbuild": "^0.20.2", diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/annotations_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/annotations_pb.ts index 58a3bc893..52eb53aef 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/annotations_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/annotations_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/annotations.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/client_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/client_pb.ts index 2f31236b6..81af88be8 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/client_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/client_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/client.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/checked_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/checked_pb.ts index 2e0630985..55c24103e 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/checked_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/checked_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1alpha1/checked.proto (package google.api.expr.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/eval_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/eval_pb.ts index ecbfd7388..49eea1ef7 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/eval_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/eval_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1alpha1/eval.proto (package google.api.expr.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/explain_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/explain_pb.ts index f48ca9f62..2a6da4d16 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/explain_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/explain_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1alpha1/explain.proto (package google.api.expr.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/syntax_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/syntax_pb.ts index cf2a96c61..8f8f4bf0e 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/syntax_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/syntax_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1alpha1/syntax.proto (package google.api.expr.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/value_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/value_pb.ts index 5adb518bc..bac98c86c 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/value_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1alpha1/value_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1alpha1/value.proto (package google.api.expr.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/decl_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/decl_pb.ts index 319b7af7e..3f5c9b41e 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/decl_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/decl_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1beta1/decl.proto (package google.api.expr.v1beta1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/eval_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/eval_pb.ts index 9960cbfe0..f0925f039 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/eval_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/eval_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1beta1/eval.proto (package google.api.expr.v1beta1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/expr_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/expr_pb.ts index 723450a7c..bc52921a2 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/expr_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/expr_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1beta1/expr.proto (package google.api.expr.v1beta1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/source_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/source_pb.ts index e92a198b5..95856bbcc 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/source_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/source_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1beta1/source.proto (package google.api.expr.v1beta1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/value_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/value_pb.ts index 1d8adc00a..48561917c 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/value_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/expr/v1beta1/value_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/expr/v1beta1/value.proto (package google.api.expr.v1beta1, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/field_behavior_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/field_behavior_pb.ts index 00dbd8663..88d820628 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/field_behavior_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/field_behavior_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/field_behavior.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/field_info_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/field_info_pb.ts index 0640c644b..108a06f2a 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/field_info_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/field_info_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/field_info.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/http_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/http_pb.ts index f107e0f97..29586a064 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/http_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/http_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/http.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/httpbody_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/httpbody_pb.ts index 73a311958..9b5594bc6 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/httpbody_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/httpbody_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/httpbody.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/launch_stage_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/launch_stage_pb.ts index 80e227285..45dff3ec0 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/launch_stage_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/launch_stage_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/launch_stage.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/resource_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/resource_pb.ts index 8dbf020e0..5a73ac4dc 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/resource_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/resource_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/resource.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/api/visibility_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/api/visibility_pb.ts index 59233b767..ff40a8f57 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/api/visibility_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/api/visibility_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/api/visibility.proto (package google.api, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/bytestream/bytestream_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/bytestream/bytestream_pb.ts index 97b4d9d94..b06d0b21e 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/bytestream/bytestream_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/bytestream/bytestream_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/bytestream/bytestream.proto (package google.bytestream, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/geo/type/viewport_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/geo/type/viewport_pb.ts index 1fce17137..3e0d3819a 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/geo/type/viewport_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/geo/type/viewport_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/geo/type/viewport.proto (package google.geo.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/longrunning/operations_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/longrunning/operations_pb.ts index 7af421e94..946b7a7f8 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/longrunning/operations_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/longrunning/operations_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/longrunning/operations.proto (package google.longrunning, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/rpc/code_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/rpc/code_pb.ts index ce3537e3d..710981d7f 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/rpc/code_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/rpc/code_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/rpc/code.proto (package google.rpc, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/rpc/context/attribute_context_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/rpc/context/attribute_context_pb.ts index 8a484051f..3e6c9a913 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/rpc/context/attribute_context_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/rpc/context/attribute_context_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/rpc/context/attribute_context.proto (package google.rpc.context, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/rpc/error_details_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/rpc/error_details_pb.ts index e70b91ec1..2c9655135 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/rpc/error_details_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/rpc/error_details_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/rpc/error_details.proto (package google.rpc, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/rpc/status_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/rpc/status_pb.ts index 511f6b277..569da6034 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/rpc/status_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/rpc/status_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/rpc/status.proto (package google.rpc, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/calendar_period_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/calendar_period_pb.ts index 3e1acb879..80736cb01 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/calendar_period_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/calendar_period_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/calendar_period.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/color_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/color_pb.ts index 2fa869786..8b8a13a04 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/color_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/color_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/color.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/date_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/date_pb.ts index ae71c3771..be8ed4c02 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/date_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/date_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/date.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/datetime_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/datetime_pb.ts index 2271f5640..e40162bf7 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/datetime_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/datetime_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/datetime.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/dayofweek_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/dayofweek_pb.ts index 2f41778b5..dc6a67a21 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/dayofweek_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/dayofweek_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/dayofweek.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/decimal_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/decimal_pb.ts index 969d7fcbd..03969d2dc 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/decimal_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/decimal_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/decimal.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/expr_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/expr_pb.ts index e391634e6..b91079737 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/expr_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/expr_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/expr.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/fraction_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/fraction_pb.ts index 8de2fb68b..d11b2de26 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/fraction_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/fraction_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/fraction.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/interval_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/interval_pb.ts index bbd154bfc..a4e2203d8 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/interval_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/interval_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/interval.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/latlng_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/latlng_pb.ts index 7e9bca8b1..1aa15b8ea 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/latlng_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/latlng_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/latlng.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/localized_text_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/localized_text_pb.ts index e460ee4d8..3e44f4d85 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/localized_text_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/localized_text_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/localized_text.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/money_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/money_pb.ts index ec62b9fa0..0e85fbc4f 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/money_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/money_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/money.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/month_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/month_pb.ts index e11d2ae7b..5c78aaac7 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/month_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/month_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/month.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/phone_number_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/phone_number_pb.ts index aa834ad6a..3ed5b42f9 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/phone_number_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/phone_number_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/phone_number.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/postal_address_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/postal_address_pb.ts index 45d295842..329478cc8 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/postal_address_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/postal_address_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/postal_address.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/quaternion_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/quaternion_pb.ts index 185c5844b..575a6f14a 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/quaternion_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/quaternion_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/quaternion.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/bundle-size/src/gen/protobuf-es/google/type/timeofday_pb.ts b/packages/bundle-size/src/gen/protobuf-es/google/type/timeofday_pb.ts index e1b14b877..2dfa5f932 100644 --- a/packages/bundle-size/src/gen/protobuf-es/google/type/timeofday_pb.ts +++ b/packages/bundle-size/src/gen/protobuf-es/google/type/timeofday_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/type/timeofday.proto (package google.type, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-conformance/package.json b/packages/protobuf-conformance/package.json index 7a20a9847..4cf601a4a 100644 --- a/packages/protobuf-conformance/package.json +++ b/packages/protobuf-conformance/package.json @@ -19,7 +19,7 @@ "default": "./dist/esm/index.js" }, "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.2" + "@bufbuild/protobuf": "2.0.0-alpha.3" }, "devDependencies": { "upstream-protobuf": "*" diff --git a/packages/protobuf-conformance/src/gen/conformance/conformance_pb.ts b/packages/protobuf-conformance/src/gen/conformance/conformance_pb.ts index ecf454232..24160ea2c 100644 --- a/packages/protobuf-conformance/src/gen/conformance/conformance_pb.ts +++ b/packages/protobuf-conformance/src/gen/conformance/conformance_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file conformance/conformance.proto (package conformance, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_edition2023_pb.ts b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_edition2023_pb.ts index d8bf61c42..01d532e25 100644 --- a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_edition2023_pb.ts +++ b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_edition2023_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/test_messages_edition2023.proto (package protobuf_test_messages.editions, edition 2023) /* eslint-disable */ diff --git a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_editions_pb.ts b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_editions_pb.ts index c41670ce0..04df8606c 100644 --- a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_editions_pb.ts +++ b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_editions_pb.ts @@ -14,7 +14,7 @@ // LINT: ALLOW_GROUPS -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/test_messages_proto2_editions.proto (package protobuf_test_messages.editions.proto2, edition 2023) // option features.enum_type = CLOSED; // option features.repeated_field_encoding = EXPANDED; diff --git a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_pb.ts b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_pb.ts index 6d64dc73a..d839c6fb9 100644 --- a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_pb.ts +++ b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_pb.ts @@ -14,7 +14,7 @@ // LINT: ALLOW_GROUPS -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/test_messages_proto2.proto (package protobuf_test_messages.proto2, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_editions_pb.ts b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_editions_pb.ts index 1a2bb0ac5..d353d7b84 100644 --- a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_editions_pb.ts +++ b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_editions_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/test_messages_proto3_editions.proto (package protobuf_test_messages.editions.proto3, edition 2023) // option features.field_presence = IMPLICIT; /* eslint-disable */ diff --git a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_pb.ts b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_pb.ts index 6806f416e..85d83f11b 100644 --- a/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_pb.ts +++ b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/test_messages_proto3.proto (package protobuf_test_messages.proto3, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-example/package.json b/packages/protobuf-example/package.json index e3a8cb141..346385f43 100644 --- a/packages/protobuf-example/package.json +++ b/packages/protobuf-example/package.json @@ -12,8 +12,8 @@ "type": "module", "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "2.0.0-alpha.2", - "@bufbuild/protoc-gen-es": "2.0.0-alpha.2", + "@bufbuild/protobuf": "2.0.0-alpha.3", + "@bufbuild/protoc-gen-es": "2.0.0-alpha.3", "typescript": "^5.2.2" } } diff --git a/packages/protobuf-example/src/gen/addressbook_pb.ts b/packages/protobuf-example/src/gen/addressbook_pb.ts index 82543688e..d286b3f86 100644 --- a/packages/protobuf-example/src/gen/addressbook_pb.ts +++ b/packages/protobuf-example/src/gen/addressbook_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "target=ts" // @generated from file addressbook.proto (package example, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/package.json b/packages/protobuf-test/package.json index fa0164628..955ab1e77 100644 --- a/packages/protobuf-test/package.json +++ b/packages/protobuf-test/package.json @@ -26,7 +26,7 @@ "default": "./dist/esm/index.js" }, "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.2", + "@bufbuild/protobuf": "2.0.0-alpha.3", "@types/benchmark": "^2.1.5", "0x": "^5.7.0", "benchmark": "^2.1.4", diff --git a/packages/protobuf-test/src/gen/js/extra/comments_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/comments_pb.d.ts index bb35eac40..f278b9001 100644 --- a/packages/protobuf-test/src/gen/js/extra/comments_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/comments_pb.d.ts @@ -16,7 +16,7 @@ // Comment before syntax. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/comments.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/comments_pb.js b/packages/protobuf-test/src/gen/js/extra/comments_pb.js index ec94a1758..c9914f599 100644 --- a/packages/protobuf-test/src/gen/js/extra/comments_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/comments_pb.js @@ -16,7 +16,7 @@ // Comment before syntax. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/comments.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/deprecation-explicit_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/deprecation-explicit_pb.d.ts index 5fde82462..71430a107 100644 --- a/packages/protobuf-test/src/gen/js/extra/deprecation-explicit_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/deprecation-explicit_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/deprecation-explicit.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/deprecation-explicit_pb.js b/packages/protobuf-test/src/gen/js/extra/deprecation-explicit_pb.js index c58c05903..a4b9f48e8 100644 --- a/packages/protobuf-test/src/gen/js/extra/deprecation-explicit_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/deprecation-explicit_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/deprecation-explicit.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/deprecation-implicit_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/deprecation-implicit_pb.d.ts index 99aa892a4..5f2fa620e 100644 --- a/packages/protobuf-test/src/gen/js/extra/deprecation-implicit_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/deprecation-implicit_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/deprecation-implicit.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/deprecation-implicit_pb.js b/packages/protobuf-test/src/gen/js/extra/deprecation-implicit_pb.js index c5d46a131..7d9f2479f 100644 --- a/packages/protobuf-test/src/gen/js/extra/deprecation-implicit_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/deprecation-implicit_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/deprecation-implicit.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/edition2023-map-encoding_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/edition2023-map-encoding_pb.d.ts index eb363acdc..6b2f26953 100644 --- a/packages/protobuf-test/src/gen/js/extra/edition2023-map-encoding_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/edition2023-map-encoding_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/edition2023-map-encoding.proto (package spec, edition 2023) // option features.message_encoding = DELIMITED; /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/edition2023-map-encoding_pb.js b/packages/protobuf-test/src/gen/js/extra/edition2023-map-encoding_pb.js index 80b3d5f6b..f4d3111e7 100644 --- a/packages/protobuf-test/src/gen/js/extra/edition2023-map-encoding_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/edition2023-map-encoding_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/edition2023-map-encoding.proto (package spec, edition 2023) // option features.message_encoding = DELIMITED; /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/edition2023-proto2_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/edition2023-proto2_pb.d.ts index 66681ba6f..229169df7 100644 --- a/packages/protobuf-test/src/gen/js/extra/edition2023-proto2_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/edition2023-proto2_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/edition2023-proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/edition2023-proto2_pb.js b/packages/protobuf-test/src/gen/js/extra/edition2023-proto2_pb.js index 5cea816fd..6e7de42f7 100644 --- a/packages/protobuf-test/src/gen/js/extra/edition2023-proto2_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/edition2023-proto2_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/edition2023-proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/edition2023-proto3_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/edition2023-proto3_pb.d.ts index af4677e58..31ce91f9c 100644 --- a/packages/protobuf-test/src/gen/js/extra/edition2023-proto3_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/edition2023-proto3_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/edition2023-proto3.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/edition2023-proto3_pb.js b/packages/protobuf-test/src/gen/js/extra/edition2023-proto3_pb.js index 4514755d9..66868bf29 100644 --- a/packages/protobuf-test/src/gen/js/extra/edition2023-proto3_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/edition2023-proto3_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/edition2023-proto3.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/edition2023_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/edition2023_pb.d.ts index 69a212791..2de14eb32 100644 --- a/packages/protobuf-test/src/gen/js/extra/edition2023_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/edition2023_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/edition2023.proto (package spec, edition 2023) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/edition2023_pb.js b/packages/protobuf-test/src/gen/js/extra/edition2023_pb.js index 17a16793d..10b674eae 100644 --- a/packages/protobuf-test/src/gen/js/extra/edition2023_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/edition2023_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/edition2023.proto (package spec, edition 2023) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/empty-file_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/empty-file_pb.d.ts index 1dc1f10bd..faa482c93 100644 --- a/packages/protobuf-test/src/gen/js/extra/empty-file_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/empty-file_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/empty-file.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/empty-file_pb.js b/packages/protobuf-test/src/gen/js/extra/empty-file_pb.js index c549a52ff..fe2700b2b 100644 --- a/packages/protobuf-test/src/gen/js/extra/empty-file_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/empty-file_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/empty-file.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/example_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/example_pb.d.ts index a349ee683..edc7a1bca 100644 --- a/packages/protobuf-test/src/gen/js/extra/example_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/example_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/example.proto (package docs, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/example_pb.js b/packages/protobuf-test/src/gen/js/extra/example_pb.js index 6642b286b..005727e14 100644 --- a/packages/protobuf-test/src/gen/js/extra/example_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/example_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/example.proto (package docs, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/extensions-proto2_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/extensions-proto2_pb.d.ts index a237b62bc..c1306ba76 100644 --- a/packages/protobuf-test/src/gen/js/extra/extensions-proto2_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/extensions-proto2_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/extensions-proto2.proto (package proto2ext, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/extensions-proto2_pb.js b/packages/protobuf-test/src/gen/js/extra/extensions-proto2_pb.js index 41087866f..84299d7d6 100644 --- a/packages/protobuf-test/src/gen/js/extra/extensions-proto2_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/extensions-proto2_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/extensions-proto2.proto (package proto2ext, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/extensions-proto3_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/extensions-proto3_pb.d.ts index 4468ae5e5..0ad44eb9e 100644 --- a/packages/protobuf-test/src/gen/js/extra/extensions-proto3_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/extensions-proto3_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/extensions-proto3.proto (package proto3ext, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/extensions-proto3_pb.js b/packages/protobuf-test/src/gen/js/extra/extensions-proto3_pb.js index 21395dd35..61903c245 100644 --- a/packages/protobuf-test/src/gen/js/extra/extensions-proto3_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/extensions-proto3_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/extensions-proto3.proto (package proto3ext, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/jstype-proto2_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/jstype-proto2_pb.d.ts index 3c4e3d27e..3933e9e60 100644 --- a/packages/protobuf-test/src/gen/js/extra/jstype-proto2_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/jstype-proto2_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/jstype-proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/jstype-proto2_pb.js b/packages/protobuf-test/src/gen/js/extra/jstype-proto2_pb.js index 570f75f25..dba3a7fb7 100644 --- a/packages/protobuf-test/src/gen/js/extra/jstype-proto2_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/jstype-proto2_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/jstype-proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-json-names_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/msg-json-names_pb.d.ts index cb7ac29e5..6b75043f4 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-json-names_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/msg-json-names_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-json-names.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-json-names_pb.js b/packages/protobuf-test/src/gen/js/extra/msg-json-names_pb.js index a489b28d7..188063159 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-json-names_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/msg-json-names_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-json-names.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-maps_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/msg-maps_pb.d.ts index 1ff885794..75cde0c2f 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-maps_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/msg-maps_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-maps.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-maps_pb.js b/packages/protobuf-test/src/gen/js/extra/msg-maps_pb.js index d48b0946d..c397990b5 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-maps_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/msg-maps_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-maps.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-message_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/msg-message_pb.d.ts index 25c597f63..343397261 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-message_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/msg-message_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-message.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-message_pb.js b/packages/protobuf-test/src/gen/js/extra/msg-message_pb.js index 84a0493e1..00655ab61 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-message_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/msg-message_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-message.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-oneof_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/msg-oneof_pb.d.ts index 619ae2871..ec31e6963 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-oneof_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/msg-oneof_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-oneof.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-oneof_pb.js b/packages/protobuf-test/src/gen/js/extra/msg-oneof_pb.js index 317cf9a9b..84100b6dc 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-oneof_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/msg-oneof_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-oneof.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-scalar_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/msg-scalar_pb.d.ts index 642508252..073b2e1b7 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-scalar_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/msg-scalar_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-scalar.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-scalar_pb.js b/packages/protobuf-test/src/gen/js/extra/msg-scalar_pb.js index 8a6bd84d7..1dc4cd812 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-scalar_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/msg-scalar_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/msg-scalar.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/name-clash_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/name-clash_pb.d.ts index 7ddbca7fb..9fa507481 100644 --- a/packages/protobuf-test/src/gen/js/extra/name-clash_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/name-clash_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/name-clash.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/name-clash_pb.js b/packages/protobuf-test/src/gen/js/extra/name-clash_pb.js index a95bea836..1ec212006 100644 --- a/packages/protobuf-test/src/gen/js/extra/name-clash_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/name-clash_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/name-clash.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/option-usage_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/option-usage_pb.d.ts index ad6fdfb47..df5636d51 100644 --- a/packages/protobuf-test/src/gen/js/extra/option-usage_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/option-usage_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/option-usage.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/option-usage_pb.js b/packages/protobuf-test/src/gen/js/extra/option-usage_pb.js index f5800933f..363039b8c 100644 --- a/packages/protobuf-test/src/gen/js/extra/option-usage_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/option-usage_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/option-usage.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/options_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/options_pb.d.ts index d023fa906..dcbbdcd31 100644 --- a/packages/protobuf-test/src/gen/js/extra/options_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/options_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/options.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/options_pb.js b/packages/protobuf-test/src/gen/js/extra/options_pb.js index 2236bb080..d7ee5be07 100644 --- a/packages/protobuf-test/src/gen/js/extra/options_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/options_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/options.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/perf_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/perf_pb.d.ts index 6f76c2db6..f80299d40 100644 --- a/packages/protobuf-test/src/gen/js/extra/perf_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/perf_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/perf.proto (package perf.v1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/perf_pb.js b/packages/protobuf-test/src/gen/js/extra/perf_pb.js index 66616909b..a397406d0 100644 --- a/packages/protobuf-test/src/gen/js/extra/perf_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/perf_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/perf.proto (package perf.v1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/proto2_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/proto2_pb.d.ts index 4a0f3eb25..c0a88deb3 100644 --- a/packages/protobuf-test/src/gen/js/extra/proto2_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/proto2_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/proto2_pb.js b/packages/protobuf-test/src/gen/js/extra/proto2_pb.js index 3ca823c15..1e4634efe 100644 --- a/packages/protobuf-test/src/gen/js/extra/proto2_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/proto2_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/proto3_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/proto3_pb.d.ts index 020397235..3e0c571d7 100644 --- a/packages/protobuf-test/src/gen/js/extra/proto3_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/proto3_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/proto3.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/proto3_pb.js b/packages/protobuf-test/src/gen/js/extra/proto3_pb.js index 37ee302ff..7f490ba44 100644 --- a/packages/protobuf-test/src/gen/js/extra/proto3_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/proto3_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/proto3.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/service-all_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/service-all_pb.d.ts index f064b6223..c7ac5dedd 100644 --- a/packages/protobuf-test/src/gen/js/extra/service-all_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/service-all_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/service-all.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/service-all_pb.js b/packages/protobuf-test/src/gen/js/extra/service-all_pb.js index 7f6959c23..db4b8c067 100644 --- a/packages/protobuf-test/src/gen/js/extra/service-all_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/service-all_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/service-all.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/service-example_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/service-example_pb.d.ts index 1be7f6cbc..47ab17874 100644 --- a/packages/protobuf-test/src/gen/js/extra/service-example_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/service-example_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/service-example.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/service-example_pb.js b/packages/protobuf-test/src/gen/js/extra/service-example_pb.js index 021fdac45..b6920ab02 100644 --- a/packages/protobuf-test/src/gen/js/extra/service-example_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/service-example_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/service-example.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/wkt-wrappers_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/wkt-wrappers_pb.d.ts index 91c622f0f..f50bdf617 100644 --- a/packages/protobuf-test/src/gen/js/extra/wkt-wrappers_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/wkt-wrappers_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/wkt-wrappers.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/wkt-wrappers_pb.js b/packages/protobuf-test/src/gen/js/extra/wkt-wrappers_pb.js index 43bccec01..8ee574d22 100644 --- a/packages/protobuf-test/src/gen/js/extra/wkt-wrappers_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/wkt-wrappers_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file extra/wkt-wrappers.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/map_proto2_unittest_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/map_proto2_unittest_pb.d.ts index 61a0fe1b6..450b309ff 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/map_proto2_unittest_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/map_proto2_unittest_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/map_proto2_unittest.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/map_proto2_unittest_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/map_proto2_unittest_pb.js index 7860095bc..628d50099 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/map_proto2_unittest_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/map_proto2_unittest_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/map_proto2_unittest.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto2_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto2_pb.d.ts index 1b4f24fdc..2876cb224 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto2_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto2_pb.d.ts @@ -14,7 +14,7 @@ // LINT: ALLOW_GROUPS -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/test_messages_proto2.proto (package protobuf_test_messages.proto2, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto2_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto2_pb.js index d42e72f15..2fea0fbe1 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto2_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto2_pb.js @@ -14,7 +14,7 @@ // LINT: ALLOW_GROUPS -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/test_messages_proto2.proto (package protobuf_test_messages.proto2, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto3_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto3_pb.d.ts index 27d0974b4..121ad36a2 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto3_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto3_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/test_messages_proto3.proto (package protobuf_test_messages.proto3, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto3_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto3_pb.js index f20448fa1..9828b9d73 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto3_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/test_messages_proto3_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/test_messages_proto3.proto (package protobuf_test_messages.proto3, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/type_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/type_pb.d.ts index 7bda949f7..8b98f8df9 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/type_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/type_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/type.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/type_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/type_pb.js index 874e07507..fd8abf46f 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/type_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/type_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/type.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_custom_options_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_custom_options_pb.d.ts index 0e7e21a64..88dd28de3 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_custom_options_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_custom_options_pb.d.ts @@ -18,7 +18,7 @@ // // A proto file used to test the "custom options" feature of google.protobuf. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_custom_options.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_custom_options_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_custom_options_pb.js index e0b401a1a..5672daa77 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_custom_options_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_custom_options_pb.js @@ -18,7 +18,7 @@ // // A proto file used to test the "custom options" feature of google.protobuf. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_custom_options.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_embed_optimize_for_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_embed_optimize_for_pb.d.ts index 06919efc5..da289a571 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_embed_optimize_for_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_embed_optimize_for_pb.d.ts @@ -18,7 +18,7 @@ // // A proto file which imports a proto file that uses optimize_for = CODE_SIZE. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_embed_optimize_for.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_embed_optimize_for_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_embed_optimize_for_pb.js index 11eb1f2e2..fea93e062 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_embed_optimize_for_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_embed_optimize_for_pb.js @@ -18,7 +18,7 @@ // // A proto file which imports a proto file that uses optimize_for = CODE_SIZE. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_embed_optimize_for.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_empty_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_empty_pb.d.ts index c4bff331c..964a6fcf0 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_empty_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_empty_pb.d.ts @@ -28,7 +28,7 @@ // This file intentionally left blank. (At one point this wouldn't compile // correctly.) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_empty.proto (syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_empty_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_empty_pb.js index 0ebfaed2b..b84ffc07d 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_empty_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_empty_pb.js @@ -28,7 +28,7 @@ // This file intentionally left blank. (At one point this wouldn't compile // correctly.) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_empty.proto (syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.d.ts index bc52a54ba..25de17b8c 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.d.ts @@ -21,7 +21,7 @@ // descriptors over 64k don't break language-specific limits in generated code, // such as the string literal length limit in Java. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_enormous_descriptor.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.js index f42d366aa..253117a68 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.js @@ -21,7 +21,7 @@ // descriptors over 64k don't break language-specific limits in generated code, // such as the string literal length limit in Java. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_enormous_descriptor.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_extension_set_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_extension_set_pb.d.ts index 5e51f665a..a955ae0b5 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_extension_set_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_extension_set_pb.d.ts @@ -18,7 +18,7 @@ // // This file contains messages for testing extensions. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_extension_set.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_extension_set_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_extension_set_pb.js index 7b6c39931..6ff1521ec 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_extension_set_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_extension_set_pb.js @@ -18,7 +18,7 @@ // // This file contains messages for testing extensions. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_extension_set.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_features_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_features_pb.d.ts index 6edbf1801..052a8c459 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_features_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_features_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_features.proto (package pb, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_features_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_features_pb.js index ce5e02a5d..2ecc20215 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_features_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_features_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_features.proto (package pb, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_pb.d.ts index f4d20087b..00f7eca0f 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_pb.d.ts @@ -18,7 +18,7 @@ // // A proto file which is imported by unittest.proto to test importing. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_import.proto (package protobuf_unittest_import, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_pb.js index 7d30756e4..cfa3d8403 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_pb.js @@ -18,7 +18,7 @@ // // A proto file which is imported by unittest.proto to test importing. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_import.proto (package protobuf_unittest_import, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_pb.d.ts index a9fb9cb96..db381c058 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_pb.d.ts @@ -14,7 +14,7 @@ // Author: liujisi@google.com (Pherl Liu) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_import_public.proto (package protobuf_unittest_import, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_pb.js index 5aef5942f..49edda33d 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_pb.js @@ -14,7 +14,7 @@ // Author: liujisi@google.com (Pherl Liu) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_import_public.proto (package protobuf_unittest_import, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_invalid_features_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_invalid_features_pb.d.ts index 28236301e..81db0f9aa 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_invalid_features_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_invalid_features_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_invalid_features.proto (package pb, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_invalid_features_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_invalid_features_pb.js index dcee722fb..f0d2bda78 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_invalid_features_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_invalid_features_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_invalid_features.proto (package pb, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_imports_nonlite_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_imports_nonlite_pb.d.ts index e4e73e472..45c754943 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_imports_nonlite_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_imports_nonlite_pb.d.ts @@ -16,7 +16,7 @@ // // Tests that a "lite" message can import a regular message. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_lite_imports_nonlite.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_imports_nonlite_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_imports_nonlite_pb.js index 1641f9ced..285540753 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_imports_nonlite_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_imports_nonlite_pb.js @@ -16,7 +16,7 @@ // // Tests that a "lite" message can import a regular message. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_lite_imports_nonlite.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_pb.d.ts index 9e78e2aa2..b0e66a900 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_pb.d.ts @@ -19,7 +19,7 @@ // This file is similar to unittest_mset_wire_format.proto, but does not // have a TestMessageSet, so it can be downgraded to proto1. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_mset.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_pb.js index 2d7aa2ea8..4df70b927 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_pb.js @@ -19,7 +19,7 @@ // This file is similar to unittest_mset_wire_format.proto, but does not // have a TestMessageSet, so it can be downgraded to proto1. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_mset.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_wire_format_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_wire_format_pb.d.ts index f89fc2155..ce0cdb319 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_wire_format_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_wire_format_pb.d.ts @@ -18,7 +18,7 @@ // // This file contains messages for testing message_set_wire_format. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_mset_wire_format.proto (package proto2_wireformat_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_wire_format_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_wire_format_pb.js index df0cf4760..0078f39d9 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_wire_format_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_mset_wire_format_pb.js @@ -18,7 +18,7 @@ // // This file contains messages for testing message_set_wire_format. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_mset_wire_format.proto (package proto2_wireformat_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_no_generic_services_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_no_generic_services_pb.d.ts index 9e1e0246b..5f41e13e7 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_no_generic_services_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_no_generic_services_pb.d.ts @@ -14,7 +14,7 @@ // Author: kenton@google.com (Kenton Varda) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_no_generic_services.proto (package protobuf_unittest.no_generic_services_test, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_no_generic_services_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_no_generic_services_pb.js index 30fc3d2f2..5a650979c 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_no_generic_services_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_no_generic_services_pb.js @@ -14,7 +14,7 @@ // Author: kenton@google.com (Kenton Varda) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_no_generic_services.proto (package protobuf_unittest.no_generic_services_test, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_optimize_for_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_optimize_for_pb.d.ts index 200521a3b..bca941147 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_optimize_for_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_optimize_for_pb.d.ts @@ -18,7 +18,7 @@ // // A proto file which uses optimize_for = CODE_SIZE. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_optimize_for.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_optimize_for_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_optimize_for_pb.js index 3a0bda945..2e707929a 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_optimize_for_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_optimize_for_pb.js @@ -18,7 +18,7 @@ // // A proto file which uses optimize_for = CODE_SIZE. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_optimize_for.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_pb.d.ts index a3f050653..95cd1c7b0 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_pb.d.ts @@ -20,7 +20,7 @@ // // LINT: ALLOW_GROUPS, LEGACY_NAMES -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_pb.js index 3edad3495..78e24f8b5 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_pb.js @@ -20,7 +20,7 @@ // // LINT: ALLOW_GROUPS, LEGACY_NAMES -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_bad_macros_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_bad_macros_pb.d.ts index a853353bd..ee675ac1e 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_bad_macros_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_bad_macros_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3_bad_macros.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_bad_macros_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_bad_macros_pb.js index 606a112b5..f0ce7d7e7 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_bad_macros_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_bad_macros_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3_bad_macros.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_optional_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_optional_pb.d.ts index bd84ec4c7..ad80c95cf 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_optional_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_optional_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3_optional.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_optional_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_optional_pb.js index ae820ff8a..cc72c891a 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_optional_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_optional_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3_optional.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_pb.d.ts index a44dab3e3..b2c61666b 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3.proto (package proto3_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_pb.js index 9f8f37024..59a957dab 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3.proto (package proto3_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_retention_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_retention_pb.d.ts index 177e091cb..86dfbe82e 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_retention_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_retention_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_retention.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_retention_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_retention_pb.js index b46fce03e..180664151 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_retention_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_retention_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_retention.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_well_known_types_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_well_known_types_pb.d.ts index d8ca5a1f7..ac14b81e2 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_well_known_types_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_well_known_types_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_well_known_types.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_well_known_types_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_well_known_types_pb.js index 8c39f481d..ebd3d9958 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_well_known_types_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_well_known_types_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" // @generated from file google/protobuf/unittest_well_known_types.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/comments_pb.ts b/packages/protobuf-test/src/gen/ts/extra/comments_pb.ts index 06a77187a..74977b4d1 100644 --- a/packages/protobuf-test/src/gen/ts/extra/comments_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/comments_pb.ts @@ -16,7 +16,7 @@ // Comment before syntax. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/comments.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/deprecation-explicit_pb.ts b/packages/protobuf-test/src/gen/ts/extra/deprecation-explicit_pb.ts index a6d3c3244..cf8d8f487 100644 --- a/packages/protobuf-test/src/gen/ts/extra/deprecation-explicit_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/deprecation-explicit_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/deprecation-explicit.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/deprecation-implicit_pb.ts b/packages/protobuf-test/src/gen/ts/extra/deprecation-implicit_pb.ts index 852d470d1..874621f86 100644 --- a/packages/protobuf-test/src/gen/ts/extra/deprecation-implicit_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/deprecation-implicit_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/deprecation-implicit.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/edition2023-map-encoding_pb.ts b/packages/protobuf-test/src/gen/ts/extra/edition2023-map-encoding_pb.ts index f51527c15..cdbc9cb42 100644 --- a/packages/protobuf-test/src/gen/ts/extra/edition2023-map-encoding_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/edition2023-map-encoding_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/edition2023-map-encoding.proto (package spec, edition 2023) // option features.message_encoding = DELIMITED; /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/edition2023-proto2_pb.ts b/packages/protobuf-test/src/gen/ts/extra/edition2023-proto2_pb.ts index 40a4e8f16..7e87e91e4 100644 --- a/packages/protobuf-test/src/gen/ts/extra/edition2023-proto2_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/edition2023-proto2_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/edition2023-proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/edition2023-proto3_pb.ts b/packages/protobuf-test/src/gen/ts/extra/edition2023-proto3_pb.ts index ba370d3b8..2412625b7 100644 --- a/packages/protobuf-test/src/gen/ts/extra/edition2023-proto3_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/edition2023-proto3_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/edition2023-proto3.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/edition2023_pb.ts b/packages/protobuf-test/src/gen/ts/extra/edition2023_pb.ts index 7a4604cac..5b0221f9e 100644 --- a/packages/protobuf-test/src/gen/ts/extra/edition2023_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/edition2023_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/edition2023.proto (package spec, edition 2023) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/empty-file_pb.ts b/packages/protobuf-test/src/gen/ts/extra/empty-file_pb.ts index e0143f24d..5ef78f784 100644 --- a/packages/protobuf-test/src/gen/ts/extra/empty-file_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/empty-file_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/empty-file.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/example_pb.ts b/packages/protobuf-test/src/gen/ts/extra/example_pb.ts index 5fa297889..e74ca8fb2 100644 --- a/packages/protobuf-test/src/gen/ts/extra/example_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/example_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/example.proto (package docs, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/extensions-proto2_pb.ts b/packages/protobuf-test/src/gen/ts/extra/extensions-proto2_pb.ts index ae738e6bc..2a6650255 100644 --- a/packages/protobuf-test/src/gen/ts/extra/extensions-proto2_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/extensions-proto2_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/extensions-proto2.proto (package proto2ext, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/extensions-proto3_pb.ts b/packages/protobuf-test/src/gen/ts/extra/extensions-proto3_pb.ts index 46d6855d2..f2a1aa4e2 100644 --- a/packages/protobuf-test/src/gen/ts/extra/extensions-proto3_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/extensions-proto3_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/extensions-proto3.proto (package proto3ext, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/jstype-proto2_pb.ts b/packages/protobuf-test/src/gen/ts/extra/jstype-proto2_pb.ts index 11b4c829b..c32996307 100644 --- a/packages/protobuf-test/src/gen/ts/extra/jstype-proto2_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/jstype-proto2_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/jstype-proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/msg-json-names_pb.ts b/packages/protobuf-test/src/gen/ts/extra/msg-json-names_pb.ts index 674d31832..b03a3a184 100644 --- a/packages/protobuf-test/src/gen/ts/extra/msg-json-names_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/msg-json-names_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/msg-json-names.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/msg-maps_pb.ts b/packages/protobuf-test/src/gen/ts/extra/msg-maps_pb.ts index 5dffbf07b..71e666a24 100644 --- a/packages/protobuf-test/src/gen/ts/extra/msg-maps_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/msg-maps_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/msg-maps.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/msg-message_pb.ts b/packages/protobuf-test/src/gen/ts/extra/msg-message_pb.ts index 923e04739..a70e49278 100644 --- a/packages/protobuf-test/src/gen/ts/extra/msg-message_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/msg-message_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/msg-message.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/msg-oneof_pb.ts b/packages/protobuf-test/src/gen/ts/extra/msg-oneof_pb.ts index ba520755b..d83c971c3 100644 --- a/packages/protobuf-test/src/gen/ts/extra/msg-oneof_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/msg-oneof_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/msg-oneof.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/msg-scalar_pb.ts b/packages/protobuf-test/src/gen/ts/extra/msg-scalar_pb.ts index 65844dac1..09aa300fa 100644 --- a/packages/protobuf-test/src/gen/ts/extra/msg-scalar_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/msg-scalar_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/msg-scalar.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/name-clash_pb.ts b/packages/protobuf-test/src/gen/ts/extra/name-clash_pb.ts index 7278549b0..1c088b1d6 100644 --- a/packages/protobuf-test/src/gen/ts/extra/name-clash_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/name-clash_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/name-clash.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/option-usage_pb.ts b/packages/protobuf-test/src/gen/ts/extra/option-usage_pb.ts index c0fb60633..ea16029cd 100644 --- a/packages/protobuf-test/src/gen/ts/extra/option-usage_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/option-usage_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/option-usage.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/options_pb.ts b/packages/protobuf-test/src/gen/ts/extra/options_pb.ts index 8c9413e67..21c0ee78a 100644 --- a/packages/protobuf-test/src/gen/ts/extra/options_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/options_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/options.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/perf_pb.ts b/packages/protobuf-test/src/gen/ts/extra/perf_pb.ts index a065181aa..f557369a0 100644 --- a/packages/protobuf-test/src/gen/ts/extra/perf_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/perf_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/perf.proto (package perf.v1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/proto2_pb.ts b/packages/protobuf-test/src/gen/ts/extra/proto2_pb.ts index 605a852a7..04d921baa 100644 --- a/packages/protobuf-test/src/gen/ts/extra/proto2_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/proto2_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/proto3_pb.ts b/packages/protobuf-test/src/gen/ts/extra/proto3_pb.ts index 3f3fa207f..915a22090 100644 --- a/packages/protobuf-test/src/gen/ts/extra/proto3_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/proto3_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/proto3.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/service-all_pb.ts b/packages/protobuf-test/src/gen/ts/extra/service-all_pb.ts index e654f3b10..4c0ed1fc7 100644 --- a/packages/protobuf-test/src/gen/ts/extra/service-all_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/service-all_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/service-all.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/service-example_pb.ts b/packages/protobuf-test/src/gen/ts/extra/service-example_pb.ts index 00d47e57f..4c5716501 100644 --- a/packages/protobuf-test/src/gen/ts/extra/service-example_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/service-example_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/service-example.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/wkt-wrappers_pb.ts b/packages/protobuf-test/src/gen/ts/extra/wkt-wrappers_pb.ts index 17835ef1a..58806b313 100644 --- a/packages/protobuf-test/src/gen/ts/extra/wkt-wrappers_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/wkt-wrappers_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file extra/wkt-wrappers.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/map_proto2_unittest_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/map_proto2_unittest_pb.ts index d0e5548ed..40bf77a74 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/map_proto2_unittest_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/map_proto2_unittest_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/map_proto2_unittest.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/test_messages_proto2_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/test_messages_proto2_pb.ts index a09f72d91..1c23d9c51 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/test_messages_proto2_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/test_messages_proto2_pb.ts @@ -14,7 +14,7 @@ // LINT: ALLOW_GROUPS -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/test_messages_proto2.proto (package protobuf_test_messages.proto2, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/test_messages_proto3_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/test_messages_proto3_pb.ts index dfc198841..386da48eb 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/test_messages_proto3_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/test_messages_proto3_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/test_messages_proto3.proto (package protobuf_test_messages.proto3, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/type_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/type_pb.ts index e1077c904..5170b01aa 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/type_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/type_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/type.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_custom_options_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_custom_options_pb.ts index 3f6d60800..04283a6d9 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_custom_options_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_custom_options_pb.ts @@ -18,7 +18,7 @@ // // A proto file used to test the "custom options" feature of google.protobuf. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_custom_options.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_embed_optimize_for_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_embed_optimize_for_pb.ts index f264103e4..35abcc57c 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_embed_optimize_for_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_embed_optimize_for_pb.ts @@ -18,7 +18,7 @@ // // A proto file which imports a proto file that uses optimize_for = CODE_SIZE. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_embed_optimize_for.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_empty_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_empty_pb.ts index 0d393d26f..1718f1037 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_empty_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_empty_pb.ts @@ -28,7 +28,7 @@ // This file intentionally left blank. (At one point this wouldn't compile // correctly.) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_empty.proto (syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_enormous_descriptor_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_enormous_descriptor_pb.ts index 23cf64681..72f11d74f 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_enormous_descriptor_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_enormous_descriptor_pb.ts @@ -21,7 +21,7 @@ // descriptors over 64k don't break language-specific limits in generated code, // such as the string literal length limit in Java. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_enormous_descriptor.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_extension_set_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_extension_set_pb.ts index bd70e8312..31cb354fe 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_extension_set_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_extension_set_pb.ts @@ -18,7 +18,7 @@ // // This file contains messages for testing extensions. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_extension_set.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_features_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_features_pb.ts index 87396943d..78f1b60ae 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_features_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_features_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_features.proto (package pb, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_pb.ts index a05fd6313..94085d312 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_pb.ts @@ -18,7 +18,7 @@ // // A proto file which is imported by unittest.proto to test importing. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_import.proto (package protobuf_unittest_import, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_public_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_public_pb.ts index a2485f209..42d2e395b 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_public_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_public_pb.ts @@ -14,7 +14,7 @@ // Author: liujisi@google.com (Pherl Liu) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_import_public.proto (package protobuf_unittest_import, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_invalid_features_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_invalid_features_pb.ts index 25a23c0ce..445ca5042 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_invalid_features_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_invalid_features_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_invalid_features.proto (package pb, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_lite_imports_nonlite_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_lite_imports_nonlite_pb.ts index bbab41478..efe84fdea 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_lite_imports_nonlite_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_lite_imports_nonlite_pb.ts @@ -16,7 +16,7 @@ // // Tests that a "lite" message can import a regular message. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_lite_imports_nonlite.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_mset_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_mset_pb.ts index d549abc4d..dc5a1b3f1 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_mset_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_mset_pb.ts @@ -19,7 +19,7 @@ // This file is similar to unittest_mset_wire_format.proto, but does not // have a TestMessageSet, so it can be downgraded to proto1. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_mset.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_mset_wire_format_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_mset_wire_format_pb.ts index c981e7a15..0d2ddc0cd 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_mset_wire_format_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_mset_wire_format_pb.ts @@ -18,7 +18,7 @@ // // This file contains messages for testing message_set_wire_format. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_mset_wire_format.proto (package proto2_wireformat_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_no_generic_services_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_no_generic_services_pb.ts index 16cc92cf0..df165e110 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_no_generic_services_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_no_generic_services_pb.ts @@ -14,7 +14,7 @@ // Author: kenton@google.com (Kenton Varda) -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_no_generic_services.proto (package protobuf_unittest.no_generic_services_test, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_optimize_for_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_optimize_for_pb.ts index c611c0c6f..2bf4ee032 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_optimize_for_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_optimize_for_pb.ts @@ -18,7 +18,7 @@ // // A proto file which uses optimize_for = CODE_SIZE. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_optimize_for.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_pb.ts index 2dca08ff9..452f13237 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_pb.ts @@ -20,7 +20,7 @@ // // LINT: ALLOW_GROUPS, LEGACY_NAMES -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_bad_macros_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_bad_macros_pb.ts index e9b524a6a..6f3245f53 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_bad_macros_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_bad_macros_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3_bad_macros.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_optional_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_optional_pb.ts index 3e3391f59..f90a7bebb 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_optional_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_optional_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3_optional.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_pb.ts index c664bb22d..d8fe0ee85 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_proto3.proto (package proto3_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_retention_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_retention_pb.ts index abe1bb9ea..99d993905 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_retention_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_retention_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_retention.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_well_known_types_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_well_known_types_pb.ts index bcb555bc8..c3e3db88d 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_well_known_types_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_well_known_types_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "ts_nocheck=false,target=ts,import_extension=.js" // @generated from file google/protobuf/unittest_well_known_types.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/package.json b/packages/protobuf/package.json index 33a2c89e1..bf11875d8 100644 --- a/packages/protobuf/package.json +++ b/packages/protobuf/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protobuf", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "license": "(Apache-2.0 AND BSD-3-Clause)", "description": "A complete implementation of Protocol Buffers in TypeScript, suitable for web browsers and Node.js.", "repository": { diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/any_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/any_pb.ts index 416dd99f6..4fa01e94e 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/any_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/any_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/any.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/api_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/api_pb.ts index 740df12e1..503b54649 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/api_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/api_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/api.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/compiler/plugin_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/compiler/plugin_pb.ts index 018210532..7db67e1b0 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/compiler/plugin_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/compiler/plugin_pb.ts @@ -25,7 +25,7 @@ // plugin should be named "protoc-gen-$NAME", and will then be used when the // flag "--${NAME}_out" is passed to protoc. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/compiler/plugin.proto (package google.protobuf.compiler, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/descriptor_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/descriptor_pb.ts index 165d66eff..b0d0a7c8f 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/descriptor_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/descriptor_pb.ts @@ -20,7 +20,7 @@ // A valid .proto file can be translated directly to a FileDescriptorProto // without any other information (e.g. without reading its imports). -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/descriptor.proto (package google.protobuf, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/duration_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/duration_pb.ts index f125c6ffe..ed7cb82e6 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/duration_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/duration_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/duration.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/empty_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/empty_pb.ts index 149bc95b8..b575b09b3 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/empty_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/empty_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/empty.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/field_mask_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/field_mask_pb.ts index 5c0080e52..c5a636277 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/field_mask_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/field_mask_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/field_mask.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/source_context_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/source_context_pb.ts index fa042328e..177a3039b 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/source_context_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/source_context_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/source_context.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/struct_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/struct_pb.ts index 6d7022532..1325ada9a 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/struct_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/struct_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/struct.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/timestamp_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/timestamp_pb.ts index 1436f178f..1d6e5d1cd 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/timestamp_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/timestamp_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/timestamp.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/type_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/type_pb.ts index 8faac9e84..97b48f300 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/type_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/type_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/type.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/wkt/gen/google/protobuf/wrappers_pb.ts b/packages/protobuf/src/wkt/gen/google/protobuf/wrappers_pb.ts index 727a7d5f1..4c047cd66 100644 --- a/packages/protobuf/src/wkt/gen/google/protobuf/wrappers_pb.ts +++ b/packages/protobuf/src/wkt/gen/google/protobuf/wrappers_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" // @generated from file google/protobuf/wrappers.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protoc-gen-es/package.json b/packages/protoc-gen-es/package.json index 04206636e..bc7a8d9e2 100644 --- a/packages/protoc-gen-es/package.json +++ b/packages/protoc-gen-es/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protoc-gen-es", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "description": "Protocol Buffers code generator for ECMAScript", "license": "Apache-2.0", "repository": { @@ -20,11 +20,11 @@ }, "preferUnplugged": true, "dependencies": { - "@bufbuild/protobuf": "^2.0.0-alpha.2", - "@bufbuild/protoplugin": "2.0.0-alpha.2" + "@bufbuild/protobuf": "^2.0.0-alpha.3", + "@bufbuild/protoplugin": "2.0.0-alpha.3" }, "peerDependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.2" + "@bufbuild/protobuf": "2.0.0-alpha.3" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { diff --git a/packages/protoplugin-example/package.json b/packages/protoplugin-example/package.json index d00fa6d1b..6f2c1e61e 100644 --- a/packages/protoplugin-example/package.json +++ b/packages/protoplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protoplugin-example", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "private": true, "scripts": { "build": "../../node_modules/typescript/bin/tsc --noEmit", @@ -11,9 +11,9 @@ "license": "Apache-2.0", "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "^2.0.0-alpha.2", - "@bufbuild/protoc-gen-es": "^2.0.0-alpha.2", - "@bufbuild/protoplugin": "^2.0.0-alpha.2", + "@bufbuild/protobuf": "^2.0.0-alpha.3", + "@bufbuild/protoc-gen-es": "^2.0.0-alpha.3", + "@bufbuild/protoplugin": "^2.0.0-alpha.3", "typescript": "^5.2.2", "tsx": "^4.7.0", "@types/node": "~20.8.6" diff --git a/packages/protoplugin-example/src/gen/connectrpc/eliza_pb.ts b/packages/protoplugin-example/src/gen/connectrpc/eliza_pb.ts index 8efb09a34..51fd9d523 100644 --- a/packages/protoplugin-example/src/gen/connectrpc/eliza_pb.ts +++ b/packages/protoplugin-example/src/gen/connectrpc/eliza_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "target=ts" // @generated from file connectrpc/eliza.proto (package connectrpc.eliza.v1, syntax proto3) /* eslint-disable */ diff --git a/packages/protoplugin-example/src/gen/connectrpc/eliza_twirp.ts b/packages/protoplugin-example/src/gen/connectrpc/eliza_twirp.ts index 76e3a9cfa..515577f53 100644 --- a/packages/protoplugin-example/src/gen/connectrpc/eliza_twirp.ts +++ b/packages/protoplugin-example/src/gen/connectrpc/eliza_twirp.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-twirp-es v2.0.0-alpha.2 with parameter "target=ts" +// @generated by protoc-gen-twirp-es v2.0.0-alpha.3 with parameter "target=ts" // @generated from file connectrpc/eliza.proto (package connectrpc.eliza.v1, syntax proto3) /* eslint-disable */ diff --git a/packages/protoplugin-example/src/gen/customoptions/default_host_pb.ts b/packages/protoplugin-example/src/gen/customoptions/default_host_pb.ts index a54278fa5..21f8ff45a 100644 --- a/packages/protoplugin-example/src/gen/customoptions/default_host_pb.ts +++ b/packages/protoplugin-example/src/gen/customoptions/default_host_pb.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.3 with parameter "target=ts" // @generated from file customoptions/default_host.proto (package customoptions, syntax proto3) /* eslint-disable */ diff --git a/packages/protoplugin-test/package.json b/packages/protoplugin-test/package.json index 09b99f39f..b45ad0c58 100644 --- a/packages/protoplugin-test/package.json +++ b/packages/protoplugin-test/package.json @@ -18,6 +18,6 @@ }, "dependencies": { "upstream-protobuf": "*", - "@bufbuild/protoplugin": "2.0.0-alpha.2" + "@bufbuild/protoplugin": "2.0.0-alpha.3" } } diff --git a/packages/protoplugin/package.json b/packages/protoplugin/package.json index 1b55658ba..e48522372 100644 --- a/packages/protoplugin/package.json +++ b/packages/protoplugin/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protoplugin", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "license": "(Apache-2.0 AND BSD-3-Clause)", "description": "Helps to create your own Protocol Buffers code generators.", "repository": { @@ -25,7 +25,7 @@ } }, "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.2", + "@bufbuild/protobuf": "2.0.0-alpha.3", "@typescript/vfs": "^1.4.0", "typescript": "4.5.2" },