diff --git a/package-lock.json b/package-lock.json index d60c8f114..5afecc9ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9083,7 +9083,7 @@ }, "packages/protobuf": { "name": "@bufbuild/protobuf", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "license": "(Apache-2.0 AND BSD-3-Clause)", "devDependencies": { "upstream-protobuf": "*" @@ -9093,7 +9093,7 @@ "name": "@bufbuild/protobuf-bench", "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "2.0.0-alpha.1", + "@bufbuild/protobuf": "2.0.0-alpha.2", "brotli": "^1.3.3", "esbuild": "^0.20.2", "google-protobuf": "3.21.2" @@ -9102,7 +9102,7 @@ "packages/protobuf-conformance": { "name": "@bufbuild/protobuf-conformance", "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.1" + "@bufbuild/protobuf": "2.0.0-alpha.2" }, "devDependencies": { "upstream-protobuf": "*" @@ -9113,15 +9113,15 @@ "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "2.0.0-alpha.1", - "@bufbuild/protoc-gen-es": "2.0.0-alpha.1", + "@bufbuild/protobuf": "2.0.0-alpha.2", + "@bufbuild/protoc-gen-es": "2.0.0-alpha.2", "typescript": "^5.2.2" } }, "packages/protobuf-test": { "name": "@bufbuild/protobuf-test", "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.1", + "@bufbuild/protobuf": "2.0.0-alpha.2", "@types/benchmark": "^2.1.5", "0x": "^5.7.0", "benchmark": "^2.1.4", @@ -9132,11 +9132,11 @@ }, "packages/protoc-gen-es": { "name": "@bufbuild/protoc-gen-es", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "license": "Apache-2.0", "dependencies": { - "@bufbuild/protobuf": "^2.0.0-alpha.1", - "@bufbuild/protoplugin": "2.0.0-alpha.1" + "@bufbuild/protobuf": "^2.0.0-alpha.2", + "@bufbuild/protoplugin": "2.0.0-alpha.2" }, "bin": { "protoc-gen-es": "bin/protoc-gen-es" @@ -9145,7 +9145,7 @@ "node": ">=14" }, "peerDependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.1" + "@bufbuild/protobuf": "2.0.0-alpha.2" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { @@ -9155,10 +9155,10 @@ }, "packages/protoplugin": { "name": "@bufbuild/protoplugin", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.1", + "@bufbuild/protobuf": "2.0.0-alpha.2", "@typescript/vfs": "^1.4.0", "typescript": "4.5.2" }, @@ -9168,13 +9168,13 @@ }, "packages/protoplugin-example": { "name": "@bufbuild/protoplugin-example", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "license": "Apache-2.0", "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "^2.0.0-alpha.1", - "@bufbuild/protoc-gen-es": "^2.0.0-alpha.1", - "@bufbuild/protoplugin": "^2.0.0-alpha.1", + "@bufbuild/protobuf": "^2.0.0-alpha.2", + "@bufbuild/protoc-gen-es": "^2.0.0-alpha.2", + "@bufbuild/protoplugin": "^2.0.0-alpha.2", "@types/node": "~20.8.6", "tsx": "^4.7.0", "typescript": "^5.2.2" @@ -9190,7 +9190,7 @@ "packages/protoplugin-test": { "name": "@bufbuild/protoplugin-test", "dependencies": { - "@bufbuild/protoplugin": "2.0.0-alpha.1", + "@bufbuild/protoplugin": "2.0.0-alpha.2", "upstream-protobuf": "*" } }, diff --git a/packages/protobuf-bench/package.json b/packages/protobuf-bench/package.json index 0a5e39311..191c155d7 100644 --- a/packages/protobuf-bench/package.json +++ b/packages/protobuf-bench/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@bufbuild/buf": "^1.29.0", - "@bufbuild/protobuf": "2.0.0-alpha.1", + "@bufbuild/protobuf": "2.0.0-alpha.2", "brotli": "^1.3.3", "esbuild": "^0.20.2", "google-protobuf": "3.21.2" diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/envelope_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/envelope_pb.ts index 3b938b27f..45cf7a543 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/envelope_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/envelope_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/audit/v1alpha1/envelope.proto (package buf.alpha.audit.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/module_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/module_pb.ts index 3a82209c4..5fed6b381 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/module_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/module_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/audit/v1alpha1/module.proto (package buf.alpha.audit.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/plugin_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/plugin_pb.ts index 9fb2bdb19..23c433e93 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/plugin_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/plugin_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/audit/v1alpha1/plugin.proto (package buf.alpha.audit.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/repository_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/repository_pb.ts index 5ab8fb5bc..c54d5f2ef 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/repository_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/repository_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/audit/v1alpha1/repository.proto (package buf.alpha.audit.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/role_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/role_pb.ts index 6fc69cdbf..ca7f5a1a4 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/role_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/role_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/audit/v1alpha1/role.proto (package buf.alpha.audit.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/search_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/search_pb.ts index a69e1aa75..218725f0a 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/search_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/search_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/audit/v1alpha1/search.proto (package buf.alpha.audit.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/user_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/user_pb.ts index 5f1079bbd..d6b6952cd 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/user_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/audit/v1alpha1/user_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/audit/v1alpha1/user.proto (package buf.alpha.audit.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/breaking/v1/config_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/breaking/v1/config_pb.ts index b2512f36d..ce4e6e63d 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/breaking/v1/config_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/breaking/v1/config_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/breaking/v1/config.proto (package buf.alpha.breaking.v1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/image/v1/image_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/image/v1/image_pb.ts index 1c0d932fd..88f6643d5 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/image/v1/image_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/image/v1/image_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/image/v1/image.proto (package buf.alpha.image.v1, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/lint/v1/config_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/lint/v1/config_pb.ts index d9679490e..3e98adee6 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/lint/v1/config_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/lint/v1/config_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/lint/v1/config.proto (package buf.alpha.lint.v1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/module/v1alpha1/module_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/module/v1alpha1/module_pb.ts index 8a5f4b559..fe1ef3804 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/module/v1alpha1/module_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/module/v1alpha1/module_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/module/v1alpha1/module.proto (package buf.alpha.module.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/admin_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/admin_pb.ts index c0826d39e..2302b1922 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/admin_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/admin_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/admin.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/audit_logs_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/audit_logs_pb.ts index d900a8dcb..9a8478409 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/audit_logs_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/audit_logs_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/audit_logs.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/authn_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/authn_pb.ts index 3a03c80b4..1cc6a1575 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/authn_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/authn_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/authn.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/authz_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/authz_pb.ts index f9af39403..0322f651c 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/authz_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/authz_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/authz.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/display_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/display_pb.ts index 3a64f0588..b59580a7b 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/display_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/display_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/display.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/doc_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/doc_pb.ts index 05feb79f3..68818603d 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/doc_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/doc_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/doc.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/download_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/download_pb.ts index afba1e501..55d03372d 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/download_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/download_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/download.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/generate_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/generate_pb.ts index 0f6d8c508..7a5539e24 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/generate_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/generate_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/generate.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/image_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/image_pb.ts index 8816f66f8..004298794 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/image_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/image_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/image.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/jsonschema_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/jsonschema_pb.ts index 28a8fd10f..e4139bb43 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/jsonschema_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/jsonschema_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/jsonschema.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/module_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/module_pb.ts index 704481efb..82dd37e40 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/module_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/module_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/module.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/organization_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/organization_pb.ts index c04b36c07..716b30276 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/organization_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/organization_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/organization.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/owner_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/owner_pb.ts index a34e3adb8..9282b050f 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/owner_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/owner_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/owner.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/plugin_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/plugin_pb.ts index 106237601..7d6ac26d7 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/plugin_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/plugin_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/plugin.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/push_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/push_pb.ts index 16825cef6..bf336e69f 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/push_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/push_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/push.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/recommendation_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/recommendation_pb.ts index b3a5944f1..0c8c2bf56 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/recommendation_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/recommendation_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/recommendation.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/reference_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/reference_pb.ts index adaedd8bb..4f40b609a 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/reference_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/reference_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/reference.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_branch_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_branch_pb.ts index 78faf4af1..b53bc347f 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_branch_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_branch_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/repository_branch.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_commit_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_commit_pb.ts index 0913ec14a..fc786b463 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_commit_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_commit_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/repository_commit.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_pb.ts index 9498dc285..2c599f478 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/repository.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_tag_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_tag_pb.ts index ed5e52fd1..113cef07d 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_tag_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_tag_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/repository_tag.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_track_commit_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_track_commit_pb.ts index f11693b3e..5edf9d2b4 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_track_commit_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_track_commit_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/repository_track_commit.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_track_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_track_pb.ts index 113a2e332..71d025a01 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_track_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/repository_track_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/repository_track.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/resolve_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/resolve_pb.ts index 86c7622be..086c9c0d1 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/resolve_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/resolve_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/resolve.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/role_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/role_pb.ts index ddeeb2244..2f0d5ec1f 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/role_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/role_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/role.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/search_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/search_pb.ts index 95598aa7a..9f04e6373 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/search_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/search_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/search.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/token_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/token_pb.ts index 2f90730fc..e3ef2970d 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/token_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/token_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/token.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/user_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/user_pb.ts index ca5e9b155..cc00770f9 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/user_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/registry/v1alpha1/user_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/registry/v1alpha1/user.proto (package buf.alpha.registry.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/rpc/v1alpha1/error_pb.ts b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/rpc/v1alpha1/error_pb.ts index 93150613d..87bf166b5 100644 --- a/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/rpc/v1alpha1/error_pb.ts +++ b/packages/protobuf-bench/src/gen/protobuf-es/buf/alpha/rpc/v1alpha1/error_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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 with parameter "ts_nocheck=false,target=ts" // @generated from file buf/alpha/rpc/v1alpha1/error.proto (package buf.alpha.rpc.v1alpha1, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-conformance/package.json b/packages/protobuf-conformance/package.json index ec73575ee..7a20a9847 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.1" + "@bufbuild/protobuf": "2.0.0-alpha.2" }, "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 e425bde6d..ecf454232 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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 6e31864e8..d8bf61c42 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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 cc29429ec..c41670ce0 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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 25bc0e671..6d64dc73a 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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 9ef5145f8..1a2bb0ac5 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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 3adf247c1..6806f416e 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.1 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 68c3b0aee..e3a8cb141 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.1", - "@bufbuild/protoc-gen-es": "2.0.0-alpha.1", + "@bufbuild/protobuf": "2.0.0-alpha.2", + "@bufbuild/protoc-gen-es": "2.0.0-alpha.2", "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 8109af86b..82543688e 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.1 with parameter "target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 5aa79b29c..fa0164628 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.1", + "@bufbuild/protobuf": "2.0.0-alpha.2", "@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 421038c0b..bb35eac40 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c40d38257..ec94a1758 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 d44d8a7d6..9a862ea73 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 288f1dc38..c58c05903 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 eb4ffea2b..b698b6403 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 001595d18..7717681b8 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 242f3da00..eb363acdc 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 92d7af4bf..80b3d5f6b 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c89f0b930..66681ba6f 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 cfffd6960..5cea816fd 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c7b4ce2d4..af4677e58 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 22f6d8489..4514755d9 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 01dfc171c..69a212791 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 6b87ff4aa..17a16793d 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 4eb819a14..1dc1f10bd 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 d92af2c0d..c549a52ff 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 80379efbd..a349ee683 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 8761e8c3d..6642b286b 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 58e5973ed..a237b62bc 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 0242b0e50..41087866f 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 161d6b5fa..4468ae5e5 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 55637e988..21395dd35 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 841b2a7e1..3c4e3d27e 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 341fd8ba9..570f75f25 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 a82c05ce5..ea1f92f9b 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 7a06e29a7..0583250e3 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 cb12fce3c..1ff885794 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 1c2d67f99..d48b0946d 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 1b752d4a7..25c597f63 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 2943bc4ff..84a0493e1 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 4f44e3bf5..619ae2871 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 3497ff953..317cf9a9b 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 af6ee0f72..642508252 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 e267d38c3..8a6bd84d7 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 23ce872d9..8b307b8bc 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 8b7e03013..a95bea836 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 158d6bc18..6f67939f0 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c037e81eb..f5800933f 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 5cd98d0af..d023fa906 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 a75034744..2236bb080 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b21e208d7..6f76c2db6 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b1bc0b2ed..66616909b 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 0b9674dd0..4a0f3eb25 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 28cabaeb9..3ca823c15 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 77094ec0b..020397235 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 af130bdad..37ee302ff 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 a3c30b387..b31be841e 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 48477c644..7f6959c23 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 81cca357a..56a2ca8f2 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 1bddcb9ca..021fdac45 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 1a0ab167c..91c622f0f 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 ffccb9322..43bccec01 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c6b16b34d..61a0fe1b6 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 69bc1bfa2..7860095bc 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 77afe3793..1b4f24fdc 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c3ff8792c..d42e72f15 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 f262bb536..27d0974b4 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 d86006889..f20448fa1 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b1ed4fa79..7bda949f7 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 e49f368ed..874e07507 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 2c2ced061..f88814e15 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 fa794ca8b..e0b401a1a 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 04810cdcc..06919efc5 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 8625224ec..11eb1f2e2 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 17b871d9a..c4bff331c 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 6b0449fed..0ebfaed2b 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 a5779832b..bc52a54ba 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 d3ba896ec..f42d366aa 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 ec8625286..5e51f665a 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 07f989ade..7b6c39931 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c877d9b56..07ac6a93e 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 3eb8ab45d..45a4b6592 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 d7823ebda..f4d20087b 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c21756d9c..7d30756e4 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c0ac829a4..a9fb9cb96 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 88f86dd49..5aef5942f 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 6f5c8eaf4..28236301e 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 05f851878..dcee722fb 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 e7885a004..e4e73e472 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 bb2679d99..1641f9ced 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 669743641..9e78e2aa2 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 0106cf65b..2d7aa2ea8 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 cad3b0bab..f89fc2155 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 e4e1849f9..df0cf4760 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 0cc63b42d..5b3210d37 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 e2f843854..30fc3d2f2 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 f47de2dc7..200521a3b 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 dad191760..3a0bda945 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 05b6afa91..686ee3f27 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 6aa81b06b..3edad3495 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 402a62b62..a853353bd 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 5da167a03..606a112b5 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 94a6404d0..bd84ec4c7 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 32a75f441..ae820ff8a 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 f4d64131b..a44dab3e3 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b7e7026af..9f8f37024 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 caef63d6b..acc42c8a2 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 77c8b5783..b46fce03e 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 c5826610a..d8ca5a1f7 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 f30433e8d..8c39f481d 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.1 with parameter "ts_nocheck=false,target=js+dts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 156ad3c06..06a77187a 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 57d0096c5..f938434ec 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 fff8b338c..d2fab38a1 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 04ce0d64b..f51527c15 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 571856f3d..40a4e8f16 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 8c891453b..ba370d3b8 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 282ae9d2e..7a4604cac 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 dac144215..e0143f24d 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 39ac855a3..5fa297889 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 4d6f684c8..ae738e6bc 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 4d9085038..46d6855d2 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 29fd2ae9c..11b4c829b 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 3690cd663..3cc1240ea 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 84bdac71b..5dffbf07b 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 ea7108a16..923e04739 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 dbfb50c08..ba520755b 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 f1f18ef5e..65844dac1 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 67daf7596..79d9d89bb 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 21566f1d6..b16a1d57e 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b766707d4..8c9413e67 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 750c83852..a065181aa 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 9d8c4d1c1..605a852a7 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 aea01b303..3f3fa207f 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 3be1cbe3b..2a619c116 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 9dee56c2e..0c18e057b 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 4cabb9798..17835ef1a 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 91a99f30c..d0e5548ed 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 94999317b..a09f72d91 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 8e23ca209..dfc198841 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 75e961a98..e1077c904 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 08cb0cdf8..007f370b7 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 983e50e70..f264103e4 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 52473c0a2..0d393d26f 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b25365c0d..23cf64681 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 83f8886f9..bd70e8312 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 462b2f6a0..69c45f960 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 2ba8631b1..a05fd6313 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 22db40f89..a2485f209 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 9ab654089..25a23c0ce 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 d17e32b36..bbab41478 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 10c96bf24..d549abc4d 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 2979ed27d..c981e7a15 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 07ce8cf53..83ad8a96d 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 41f030347..c611c0c6f 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 d491fde6a..124cb2dc8 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 1175788b5..e9b524a6a 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 8662c5806..3e3391f59 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 5f0e12571..c664bb22d 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 e1523b343..3d43c298d 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 9e71b7564..bcb555bc8 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.1 with parameter "ts_nocheck=false,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b5297b0d1..33a2c89e1 100644 --- a/packages/protobuf/package.json +++ b/packages/protobuf/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protobuf", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "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 ea86feb25..416dd99f6 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 788dcb499..740df12e1 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b9402abd9..018210532 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 f66d7fbfc..d0d119c66 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 9e606652d..f125c6ffe 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 22c14c108..149bc95b8 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 f8deee3f2..5c0080e52 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 8974fa5f1..fa042328e 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 42a187813..6d7022532 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 86a481730..1436f178f 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 412eb77fe..8faac9e84 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 b68b2d1fa..727a7d5f1 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.1 with parameter "bootstrap_wkt=true,target=ts,import_extension=.js" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 d544d8057..04206636e 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.1", + "version": "2.0.0-alpha.2", "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.1", - "@bufbuild/protoplugin": "2.0.0-alpha.1" + "@bufbuild/protobuf": "^2.0.0-alpha.2", + "@bufbuild/protoplugin": "2.0.0-alpha.2" }, "peerDependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.1" + "@bufbuild/protobuf": "2.0.0-alpha.2" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { diff --git a/packages/protoplugin-example/package.json b/packages/protoplugin-example/package.json index 165d3de0e..d00fa6d1b 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.1", + "version": "2.0.0-alpha.2", "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.1", - "@bufbuild/protoc-gen-es": "^2.0.0-alpha.1", - "@bufbuild/protoplugin": "^2.0.0-alpha.1", + "@bufbuild/protobuf": "^2.0.0-alpha.2", + "@bufbuild/protoc-gen-es": "^2.0.0-alpha.2", + "@bufbuild/protoplugin": "^2.0.0-alpha.2", "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 b536d6f4f..4782887e3 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.1 with parameter "target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 9c68f4467..76e3a9cfa 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.1 with parameter "target=ts" +// @generated by protoc-gen-twirp-es v2.0.0-alpha.2 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 0f199c421..a54278fa5 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.1 with parameter "target=ts" +// @generated by protoc-gen-es v2.0.0-alpha.2 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 6b077e309..09b99f39f 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.1" + "@bufbuild/protoplugin": "2.0.0-alpha.2" } } diff --git a/packages/protoplugin/package.json b/packages/protoplugin/package.json index e34b46074..0b2d3806a 100644 --- a/packages/protoplugin/package.json +++ b/packages/protoplugin/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protoplugin", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "license": "(Apache-2.0 AND BSD-3-Clause)", "description": "Helps to create your own Protocol Buffers code generators.", "repository": { @@ -36,7 +36,7 @@ } }, "dependencies": { - "@bufbuild/protobuf": "2.0.0-alpha.1", + "@bufbuild/protobuf": "2.0.0-alpha.2", "@typescript/vfs": "^1.4.0", "typescript": "4.5.2" },