diff --git a/package-lock.json b/package-lock.json index d64e9538d..ef9463c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "protobuf-es-7", + "name": "protobuf-es-6", "lockfileVersion": 3, "requires": true, "packages": { @@ -6073,7 +6073,7 @@ }, "packages/protobuf": { "name": "@bufbuild/protobuf", - "version": "1.7.0", + "version": "1.7.1", "license": "(Apache-2.0 AND BSD-3-Clause)", "devDependencies": { "upstream-protobuf": "*" @@ -6083,7 +6083,7 @@ "name": "@bufbuild/protobuf-bench", "dependencies": { "@bufbuild/buf": "^1.28.1", - "@bufbuild/protobuf": "1.7.0", + "@bufbuild/protobuf": "1.7.1", "brotli": "^1.3.3", "esbuild": "^0.19.8", "google-protobuf": "3.21.2" @@ -6092,7 +6092,7 @@ "packages/protobuf-conformance": { "name": "@bufbuild/protobuf-conformance", "dependencies": { - "@bufbuild/protobuf": "1.7.0" + "@bufbuild/protobuf": "1.7.1" }, "devDependencies": { "upstream-protobuf": "*" @@ -6103,15 +6103,15 @@ "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { "@bufbuild/buf": "^1.28.1", - "@bufbuild/protobuf": "1.7.0", - "@bufbuild/protoc-gen-es": "1.7.0", + "@bufbuild/protobuf": "1.7.1", + "@bufbuild/protoc-gen-es": "1.7.1", "typescript": "^5.2.2" } }, "packages/protobuf-test": { "name": "@bufbuild/protobuf-test", "dependencies": { - "@bufbuild/protobuf": "1.7.0", + "@bufbuild/protobuf": "1.7.1", "@types/benchmark": "^2.1.5", "benchmark": "^2.1.4", "long": "~5.2.3", @@ -6120,11 +6120,11 @@ }, "packages/protoc-gen-es": { "name": "@bufbuild/protoc-gen-es", - "version": "1.7.0", + "version": "1.7.1", "license": "Apache-2.0", "dependencies": { - "@bufbuild/protobuf": "^1.7.0", - "@bufbuild/protoplugin": "1.7.0" + "@bufbuild/protobuf": "^1.7.1", + "@bufbuild/protoplugin": "1.7.1" }, "bin": { "protoc-gen-es": "bin/protoc-gen-es" @@ -6133,7 +6133,7 @@ "node": ">=14" }, "peerDependencies": { - "@bufbuild/protobuf": "1.7.0" + "@bufbuild/protobuf": "1.7.1" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { @@ -6143,10 +6143,10 @@ }, "packages/protoplugin": { "name": "@bufbuild/protoplugin", - "version": "1.7.0", + "version": "1.7.1", "license": "(Apache-2.0 AND BSD-3-Clause)", "dependencies": { - "@bufbuild/protobuf": "1.7.0", + "@bufbuild/protobuf": "1.7.1", "@typescript/vfs": "^1.4.0", "typescript": "4.5.2" }, @@ -6156,13 +6156,13 @@ }, "packages/protoplugin-example": { "name": "@bufbuild/protoplugin-example", - "version": "1.7.0", + "version": "1.7.1", "license": "Apache-2.0", "dependencies": { "@bufbuild/buf": "^1.28.1", - "@bufbuild/protobuf": "^1.7.0", - "@bufbuild/protoc-gen-es": "^1.7.0", - "@bufbuild/protoplugin": "^1.7.0", + "@bufbuild/protobuf": "^1.7.1", + "@bufbuild/protoc-gen-es": "^1.7.1", + "@bufbuild/protoplugin": "^1.7.1", "@types/node": "~20.8.6", "tsx": "^4.7.0", "typescript": "^5.2.2" @@ -6171,7 +6171,7 @@ "packages/protoplugin-test": { "name": "@bufbuild/protoplugin-test", "dependencies": { - "@bufbuild/protoplugin": "1.7.0", + "@bufbuild/protoplugin": "1.7.1", "upstream-protobuf": "*" } }, diff --git a/packages/protobuf-bench/package.json b/packages/protobuf-bench/package.json index 7c2774ee1..eef5ae063 100644 --- a/packages/protobuf-bench/package.json +++ b/packages/protobuf-bench/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@bufbuild/buf": "^1.28.1", - "@bufbuild/protobuf": "1.7.0", + "@bufbuild/protobuf": "1.7.1", "brotli": "^1.3.3", "esbuild": "^0.19.8", "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 6b5e8c1d0..dd78d88fd 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 ae7c27253..4ab09180b 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 0fcbb9069..ca13e8aa2 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 c0503a0ff..7a9ac507d 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 96f94becb..5ec0c48af 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 7345bbe0c..0682d9e62 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 ee14715dd..938ea4b34 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 9b6aed613..90d791db1 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 b8ceb0866..4f2b35b01 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 17ec6363d..b0e0cf089 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 29456fdb8..6b8cff043 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 d909575f6..070352804 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 6687023be..95f9169d2 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 52b6ae52c..6d1671afd 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 357141b18..377b44c6b 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 fe4d5e5c9..24cfc88c9 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 6339c0a23..0c398b002 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 78f36be8a..4c95cff15 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 aabbeb783..26800c09d 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 a476414e6..7ad17e3b6 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 deacdc677..8f2aa2761 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 022a70d9d..ad8b39a71 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 79256bbde..f04772cf2 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 7209f9e12..b6ef046ed 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 3020a3537..a3b2bf8a3 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 05e87bf40..77868c021 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 1c3fcb3fa..d67022a5a 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 8eb97f0cb..be29e56bb 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 cf1812a10..5eff6fcd9 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 e69815d31..a42834862 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 ee88d4ac6..6e65b4183 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 08423f24b..1ff9593f1 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 0e5f1f6ed..9ad4f4cad 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 845bdb91a..4426f4d60 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 29209040a..9bf47b4eb 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 671d17e23..112657bb9 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 003da521b..890e99ff5 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 151c1d2b1..739745ce1 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 59640670b..9a3e57dda 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 aaf0f5149..bed85679d 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 96b5745b2..eb24984af 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": "1.7.0" + "@bufbuild/protobuf": "1.7.1" }, "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 cd866f4ce..078216a83 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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_proto2_pb.ts b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto2_pb.ts index f15a5e6d7..67c0a8719 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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_pb.ts b/packages/protobuf-conformance/src/gen/google/protobuf/test_messages_proto3_pb.ts index e850b0ff2..72e3229bc 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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 89b07a617..62ebb1c21 100644 --- a/packages/protobuf-example/package.json +++ b/packages/protobuf-example/package.json @@ -12,8 +12,8 @@ "type": "module", "dependencies": { "@bufbuild/buf": "^1.28.1", - "@bufbuild/protobuf": "1.7.0", - "@bufbuild/protoc-gen-es": "1.7.0", + "@bufbuild/protobuf": "1.7.1", + "@bufbuild/protoc-gen-es": "1.7.1", "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 a20d96e36..8638d5b83 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 v1.7.0 with parameter "target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "target=ts" // @generated from file addressbook.proto (package example, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/packages/protobuf-test/package.json b/packages/protobuf-test/package.json index fef3dee82..a0aac0403 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": "1.7.0", + "@bufbuild/protobuf": "1.7.1", "@types/benchmark": "^2.1.5", "benchmark": "^2.1.4", "long": "~5.2.3", 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 038898b9e..d1a0e2a68 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 38d4e1bbc..038fb88cb 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 a63ac744e..81208ad63 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 661f0eefa..27ad7a730 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 6598948f0..c3316f765 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 d74d0b6fe..1964182ee 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/deprecation-implicit.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/enum_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/enum_pb.d.ts index 46962aaab..e14b9a5e8 100644 --- a/packages/protobuf-test/src/gen/js/extra/enum_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/enum_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/enum.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/enum_pb.js b/packages/protobuf-test/src/gen/js/extra/enum_pb.js index 7669f4bf3..28e606190 100644 --- a/packages/protobuf-test/src/gen/js/extra/enum_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/enum_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/enum.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 7548fc97d..d422eaa9e 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 7c3394ada..def10143d 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 b350694d0..f800b7d1c 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 d9836ef3d..04e95c728 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 77ae248e3..dea9ece4f 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 cf8b89215..7eddcf832 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 2c01fcab1..6460ee2cc 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 385949237..b7b05b60c 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/jstype-proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/jstype_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/jstype_pb.d.ts index 057b4a44a..d3b2b9c2c 100644 --- a/packages/protobuf-test/src/gen/js/extra/jstype_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/jstype_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/jstype.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/jstype_pb.js b/packages/protobuf-test/src/gen/js/extra/jstype_pb.js index 5fcc16233..c3a2fbe57 100644 --- a/packages/protobuf-test/src/gen/js/extra/jstype_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/jstype_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/jstype.proto (package spec, syntax proto3) /* 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 d046c8dcd..2c6b38b55 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 e761e19a9..db41b0586 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 b162b3b14..514427339 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 911bc9db0..ac7a9df4e 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 8a6c3da00..06702940d 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 d75b81ad3..052ce8ee4 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 534199857..fc5b8eff5 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 e23610a00..1a3081a89 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 e87dbe1e5..30d60c36f 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 74d713747..4e692e8ae 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/msg-scalar.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-self-reference_pb.d.ts b/packages/protobuf-test/src/gen/js/extra/msg-self-reference_pb.d.ts index 40d24b164..96723814d 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-self-reference_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/extra/msg-self-reference_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/msg-self-reference.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/extra/msg-self-reference_pb.js b/packages/protobuf-test/src/gen/js/extra/msg-self-reference_pb.js index dd7336038..6e8f6c897 100644 --- a/packages/protobuf-test/src/gen/js/extra/msg-self-reference_pb.js +++ b/packages/protobuf-test/src/gen/js/extra/msg-self-reference_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/msg-self-reference.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 3a80d9fb1..443528e70 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 8496184e7..e877750f5 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/name-clash.proto (package spec, 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 adab226cf..dd2977493 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 72004b222..92155cad2 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 5e88d1086..598eb600a 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 44b5c6321..aa02c8d73 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/proto3.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 cfd941e36..5e4a6702a 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 fd4ac4b2c..2fa570f87 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 572030b97..ab30fa30d 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 071a18b08..28d8f84f5 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file extra/wkt-wrappers.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/any_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/any_pb.d.ts index e42cde07d..891c22b95 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/any_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/any_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/any.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/any_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/any_pb.js index 83b3f9984..0df7fbaa0 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/any_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/any_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/any.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/api_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/api_pb.d.ts index b5919c2f2..96311536a 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/api_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/api_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/api.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/api_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/api_pb.js index 41738ea37..f4d70e2c3 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/api_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/api_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/api.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/compiler/plugin_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/compiler/plugin_pb.d.ts index 260eebd39..471745caf 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/compiler/plugin_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/compiler/plugin_pb.d.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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/compiler/plugin.proto (package google.protobuf.compiler, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/compiler/plugin_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/compiler/plugin_pb.js index 1e0bd75ab..f37ae4e14 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/compiler/plugin_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/compiler/plugin_pb.js @@ -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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/compiler/plugin.proto (package google.protobuf.compiler, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/descriptor_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/descriptor_pb.d.ts index a40570504..618401a75 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/descriptor_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/descriptor_pb.d.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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/descriptor.proto (package google.protobuf, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/descriptor_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/descriptor_pb.js index a7a62663e..f55621f80 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/descriptor_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/descriptor_pb.js @@ -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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/descriptor.proto (package google.protobuf, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/duration_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/duration_pb.d.ts index bde7149fe..264c8d102 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/duration_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/duration_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/duration.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/duration_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/duration_pb.js index 75f721401..5384c1403 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/duration_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/duration_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/duration.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/empty_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/empty_pb.d.ts index 36870500e..0e78ef7f1 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/empty_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/empty_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/empty.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/empty_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/empty_pb.js index a9ab9ed95..670938943 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/empty_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/empty_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/empty.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/field_mask_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/field_mask_pb.d.ts index 6da5d1f35..6299a09aa 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/field_mask_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/field_mask_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/field_mask.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/field_mask_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/field_mask_pb.js index 00aa3150c..f4735ed68 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/field_mask_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/field_mask_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/field_mask.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/map_lite_unittest_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/map_lite_unittest_pb.d.ts index 6cba263aa..d072a3320 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/map_lite_unittest_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/map_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/map_lite_unittest.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/map_lite_unittest_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/map_lite_unittest_pb.js index cc5589946..cdfcc203d 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/map_lite_unittest_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/map_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/map_lite_unittest.proto (package protobuf_unittest, syntax proto2) /* 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 975f4b2bd..56f028f6b 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 c1fb05582..6e7254344 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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_unittest_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/map_unittest_pb.d.ts index d9316bef4..0530feef7 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/map_unittest_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/map_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/map_unittest.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/map_unittest_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/map_unittest_pb.js index 0c116112e..6d8b4d1d0 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/map_unittest_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/map_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/map_unittest.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/source_context_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/source_context_pb.d.ts index 027ea4dc8..3dce9b87e 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/source_context_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/source_context_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/source_context.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/source_context_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/source_context_pb.js index 04250b156..054270e27 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/source_context_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/source_context_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/source_context.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/struct_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/struct_pb.d.ts index 3d7960165..be242fa21 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/struct_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/struct_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/struct.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/struct_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/struct_pb.js index ff7250be6..32552fa5a 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/struct_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/struct_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/struct.proto (package google.protobuf, syntax proto3) /* 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 97e1b5d5f..5f2716023 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 af7f92f14..3b05fd3e4 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 0cd5cf98c..b992abefb 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 dcab76d3f..dc287e2f0 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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/timestamp_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/timestamp_pb.d.ts index a1a818e9c..bd6d43212 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/timestamp_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/timestamp_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/timestamp.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/timestamp_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/timestamp_pb.js index 31072fa70..19f80bc68 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/timestamp_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/timestamp_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/timestamp.proto (package google.protobuf, 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 4d914ffd3..6d12a8010 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 3aa92fb85..d4296dee5 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 96e1b3719..32e53efc4 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 34b1c0922..3ce8b9c6a 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 c283d8d81..2e56a2590 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 34ceb0eaf..6dd223ce3 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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_enormous_descriptor_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_enormous_descriptor_pb.d.ts index 18a087c41..0dc91be3d 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 297014cc5..dafced697 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 6ffd86f50..efd923246 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 2f02be2a5..a025cd394 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 986dc7b30..73cc4ce64 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 ecbc8e88f..ccd6def47 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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_lite_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_lite_pb.d.ts index 0742f38ba..2ab58ac87 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_lite_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_lite_pb.d.ts @@ -16,7 +16,7 @@ // // This is like unittest_import.proto but with optimize_for = LITE_RUNTIME. -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_import_lite.proto (package protobuf_unittest_import, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_lite_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_lite_pb.js index e5780e50c..cd7c9b169 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_lite_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_lite_pb.js @@ -16,7 +16,7 @@ // // This is like unittest_import.proto but with optimize_for = LITE_RUNTIME. -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_import_lite.proto (package protobuf_unittest_import, 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 786a01428..d7dc14a4f 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 944262f7d..ca475eec7 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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_lite_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_lite_pb.d.ts index 858813177..0a863e889 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_lite_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_lite_pb.d.ts @@ -14,7 +14,7 @@ // Author: liujisi@google.com (Pherl Liu) -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_import_public_lite.proto (package protobuf_unittest_import, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_lite_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_lite_pb.js index c3efed611..98ea60e6c 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_lite_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_import_public_lite_pb.js @@ -14,7 +14,7 @@ // Author: liujisi@google.com (Pherl Liu) -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_import_public_lite.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 0a345cfc4..e3e6b7f8b 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 c107f7150..54686a7f6 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 d3809ee39..383017d98 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 09c755726..31d982453 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 283e9e242..037c0be8b 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 ff05822e9..f4b694155 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_pb.d.ts index 349449f7e..f62a7101f 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_pb.d.ts @@ -16,7 +16,7 @@ // // This is like unittest.proto but with optimize_for = LITE_RUNTIME. -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_lite.proto (package protobuf_unittest, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_pb.js index 131815de0..ba3f81721 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_lite_pb.js @@ -16,7 +16,7 @@ // // This is like unittest.proto but with optimize_for = LITE_RUNTIME. -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_lite.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 c43012b3e..7afea157d 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 18b9523e2..fdeebd10a 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 5ba1c19e9..4f996a75a 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 e2204d51b..42845201e 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 ab2815d27..9f852985e 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 8e62058cc..58928bedc 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 702b66eda..83253e5a1 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 8a8acb73d..9e191951b 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 347b6f837..cbe526918 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 841111cd4..2ada22be9 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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_arena_lite_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_lite_pb.d.ts index 4cf004e6c..944ec41db 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_lite_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_proto3_arena_lite.proto (package proto3_arena_lite_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_lite_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_lite_pb.js index e1f9e07b4..52feb0634 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_lite_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_proto3_arena_lite.proto (package proto3_arena_lite_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_pb.d.ts index 3db3f3c64..20b480631 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_proto3_arena.proto (package proto3_arena_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_pb.js index e310fdee2..d8f063741 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_arena_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_proto3_arena.proto (package proto3_arena_unittest, syntax proto3) /* 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 0403f83db..57cde9f9e 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 6135dd9a3..c74210a06 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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_lite_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_lite_pb.d.ts index 976d45bfb..c860eb093 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_lite_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_proto3_lite.proto (package proto3_lite_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_lite_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_lite_pb.js index 945cabee4..54de8fd8c 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_lite_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/unittest_proto3_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/unittest_proto3_lite.proto (package proto3_lite_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 825bcc600..d8c01c389 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 cf3f81faa..6e3f61805 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 8666566af..64146a966 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 4bf70702c..0e07eb594 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 de5c71abb..ee21a2e6b 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 d4641f1b4..886d99925 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 4023fe3de..3768aad09 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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 a12db786f..9a7e682ef 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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @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/wrappers_pb.d.ts b/packages/protobuf-test/src/gen/js/google/protobuf/wrappers_pb.d.ts index 9f790167b..520ee792e 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/wrappers_pb.d.ts +++ b/packages/protobuf-test/src/gen/js/google/protobuf/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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/wrappers.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/js/google/protobuf/wrappers_pb.js b/packages/protobuf-test/src/gen/js/google/protobuf/wrappers_pb.js index fdd3a2365..d7a38c839 100644 --- a/packages/protobuf-test/src/gen/js/google/protobuf/wrappers_pb.js +++ b/packages/protobuf-test/src/gen/js/google/protobuf/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 v1.7.0 with parameter "ts_nocheck=false,target=js+dts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=js+dts" // @generated from file google/protobuf/wrappers.proto (package google.protobuf, 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 14ee6c03e..008fd3340 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 7b096c2d9..139427695 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 cdd09f426..88d3b9299 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/deprecation-implicit.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/enum_pb.ts b/packages/protobuf-test/src/gen/ts/extra/enum_pb.ts index 28099553c..a04458ae3 100644 --- a/packages/protobuf-test/src/gen/ts/extra/enum_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/enum_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/enum.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 fd3e67d11..0c6866059 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 902a795fa..866bd8813 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 0d10dbc24..edb04c1f0 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 211407448..ae9fad3d5 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/jstype-proto2.proto (package spec, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/jstype_pb.ts b/packages/protobuf-test/src/gen/ts/extra/jstype_pb.ts index 839c313d7..2bcf3eccf 100644 --- a/packages/protobuf-test/src/gen/ts/extra/jstype_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/jstype_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/jstype.proto (package spec, syntax proto3) /* 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 5da48f6e5..d8bc0454b 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 7536dc5b3..a26328de1 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 f9ac9eee0..9a668cd2e 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 5ba304240..28de202dc 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 99cb7be05..529b598a3 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/msg-scalar.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/extra/msg-self-reference_pb.ts b/packages/protobuf-test/src/gen/ts/extra/msg-self-reference_pb.ts index c596d2afb..3c652aab4 100644 --- a/packages/protobuf-test/src/gen/ts/extra/msg-self-reference_pb.ts +++ b/packages/protobuf-test/src/gen/ts/extra/msg-self-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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/msg-self-reference.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 212ed77e0..d80468294 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/name-clash.proto (package spec, 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 953223130..15609b58b 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 f28ac4791..6129637e2 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/proto3.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 8b7d7f7d3..b8e86dfc5 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 5acff6117..88c55e5de 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file extra/wkt-wrappers.proto (package spec, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/any_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/any_pb.ts index 311277da8..277bad57d 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/any_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/any.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/api_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/api_pb.ts index 098dd2447..5798989cb 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/api_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/api.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/compiler/plugin_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/compiler/plugin_pb.ts index 89874929d..8723eac77 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/compiler/plugin_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/compiler/plugin.proto (package google.protobuf.compiler, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/descriptor_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/descriptor_pb.ts index 5dd2e8b8f..7ab861150 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/descriptor_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/descriptor.proto (package google.protobuf, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/duration_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/duration_pb.ts index 7eb0cefa5..85c17206a 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/duration_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/duration.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/empty_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/empty_pb.ts index ae265b1a8..be3cf11cf 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/empty_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/empty.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/field_mask_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/field_mask_pb.ts index f24ad2073..c945c4e7f 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/field_mask_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/field_mask.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/map_lite_unittest_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/map_lite_unittest_pb.ts index 8cf8ce5e0..18b1f8ae4 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/map_lite_unittest_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/map_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/map_lite_unittest.proto (package protobuf_unittest, syntax proto2) /* 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 bde060903..5215a6b56 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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/map_unittest_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/map_unittest_pb.ts index 7b2599df5..260bd8870 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/map_unittest_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/map_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/map_unittest.proto (package protobuf_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/source_context_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/source_context_pb.ts index 0aa723f0f..7bcc2e70e 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/source_context_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/source_context.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/struct_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/struct_pb.ts index 00e757b54..a24acfeba 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/struct_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/struct.proto (package google.protobuf, syntax proto3) /* 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 f15a5e6d7..67c0a8719 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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-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 e850b0ff2..72e3229bc 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 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-test/src/gen/ts/google/protobuf/timestamp_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/timestamp_pb.ts index 3b2699130..dcae09cda 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/timestamp_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/timestamp.proto (package google.protobuf, 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 9bc8b23d6..ebbb550d1 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 3ffbaad3a..278c2b98a 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 2b5c855ad..feefeae34 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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_enormous_descriptor_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_enormous_descriptor_pb.ts index 91099fc12..ec76add21 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 9c299aa55..63ffb3102 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 1218c5085..5c19b9f47 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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_lite_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_lite_pb.ts index c9249e799..f87c628b6 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_lite_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_lite_pb.ts @@ -16,7 +16,7 @@ // // This is like unittest_import.proto but with optimize_for = LITE_RUNTIME. -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/unittest_import_lite.proto (package protobuf_unittest_import, 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 c82471753..014f1171e 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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_lite_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_public_lite_pb.ts index 03418cec6..c2f08b985 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_public_lite_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_import_public_lite_pb.ts @@ -14,7 +14,7 @@ // Author: liujisi@google.com (Pherl Liu) -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/unittest_import_public_lite.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 959dcca63..c9f8e4666 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 9bf2ee828..241a1b8bc 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 eb29aed9e..e9487c18d 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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_lite_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_lite_pb.ts index cbfa924d9..7bb505cb6 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_lite_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_lite_pb.ts @@ -16,7 +16,7 @@ // // This is like unittest.proto but with optimize_for = LITE_RUNTIME. -// @generated by protoc-gen-es v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/unittest_lite.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 2b219c42e..498c0c411 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 195c60c02..6caa4a85b 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 cd149d245..558457c85 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 affa49375..5d16b7d25 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 f8c83be32..08d519bc6 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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_arena_lite_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_arena_lite_pb.ts index 7ceacc3df..29a279ac5 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_arena_lite_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_arena_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/unittest_proto3_arena_lite.proto (package proto3_arena_lite_unittest, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_arena_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_arena_pb.ts index 4bf56c5d0..cf4abfb37 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_arena_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_arena_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/unittest_proto3_arena.proto (package proto3_arena_unittest, syntax proto3) /* 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 a434275df..4becae250 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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_lite_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_lite_pb.ts index 32feba52e..92f5bce84 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_lite_pb.ts +++ b/packages/protobuf-test/src/gen/ts/google/protobuf/unittest_proto3_lite_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/unittest_proto3_lite.proto (package proto3_lite_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 881f6c88b..edfb66807 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 43740cb90..0468e4cc0 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 d48049875..b3b4c6fda 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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 bffd19c39..7c1ecc812 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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @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/google/protobuf/wrappers_pb.ts b/packages/protobuf-test/src/gen/ts/google/protobuf/wrappers_pb.ts index 9bd92ebe6..af1feb4e1 100644 --- a/packages/protobuf-test/src/gen/ts/google/protobuf/wrappers_pb.ts +++ b/packages/protobuf-test/src/gen/ts/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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file google/protobuf/wrappers.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/package.json b/packages/protobuf/package.json index f52709a2a..99413cb51 100644 --- a/packages/protobuf/package.json +++ b/packages/protobuf/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protobuf", - "version": "1.7.0", + "version": "1.7.1", "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/google/protobuf/any_pb.ts b/packages/protobuf/src/google/protobuf/any_pb.ts index ae228c899..483b4b746 100644 --- a/packages/protobuf/src/google/protobuf/any_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/any.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/api_pb.ts b/packages/protobuf/src/google/protobuf/api_pb.ts index eced17e36..04edccd7c 100644 --- a/packages/protobuf/src/google/protobuf/api_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/api.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/compiler/plugin_pb.ts b/packages/protobuf/src/google/protobuf/compiler/plugin_pb.ts index e741f03b7..f6348c909 100644 --- a/packages/protobuf/src/google/protobuf/compiler/plugin_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/compiler/plugin.proto (package google.protobuf.compiler, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/descriptor_pb.ts b/packages/protobuf/src/google/protobuf/descriptor_pb.ts index a733c2a79..229c3cc2b 100644 --- a/packages/protobuf/src/google/protobuf/descriptor_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/descriptor.proto (package google.protobuf, syntax proto2) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/duration_pb.ts b/packages/protobuf/src/google/protobuf/duration_pb.ts index 079d16b14..b7bcaf00b 100644 --- a/packages/protobuf/src/google/protobuf/duration_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/duration.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/empty_pb.ts b/packages/protobuf/src/google/protobuf/empty_pb.ts index 72e558e8f..4d7a1effa 100644 --- a/packages/protobuf/src/google/protobuf/empty_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/empty.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/field_mask_pb.ts b/packages/protobuf/src/google/protobuf/field_mask_pb.ts index 6f33e7556..07490c061 100644 --- a/packages/protobuf/src/google/protobuf/field_mask_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/field_mask.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/source_context_pb.ts b/packages/protobuf/src/google/protobuf/source_context_pb.ts index 37c2b6996..fa21763f9 100644 --- a/packages/protobuf/src/google/protobuf/source_context_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/source_context.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/struct_pb.ts b/packages/protobuf/src/google/protobuf/struct_pb.ts index 76400df2f..c4ccad117 100644 --- a/packages/protobuf/src/google/protobuf/struct_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/struct.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/timestamp_pb.ts b/packages/protobuf/src/google/protobuf/timestamp_pb.ts index e6db49af2..8fd0d36af 100644 --- a/packages/protobuf/src/google/protobuf/timestamp_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/timestamp.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/type_pb.ts b/packages/protobuf/src/google/protobuf/type_pb.ts index 0050bfb78..6a6dd0e01 100644 --- a/packages/protobuf/src/google/protobuf/type_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @generated from file google/protobuf/type.proto (package google.protobuf, syntax proto3) /* eslint-disable */ diff --git a/packages/protobuf/src/google/protobuf/wrappers_pb.ts b/packages/protobuf/src/google/protobuf/wrappers_pb.ts index f67133f38..e1edb6dea 100644 --- a/packages/protobuf/src/google/protobuf/wrappers_pb.ts +++ b/packages/protobuf/src/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 v1.7.0 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "bootstrap_wkt=true,ts_nocheck=false,target=ts" // @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 5d2a2df90..8ab2f28bc 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": "1.7.0", + "version": "1.7.1", "description": "Protocol Buffers code generator for ECMAScript", "license": "Apache-2.0", "repository": { @@ -20,11 +20,11 @@ }, "preferUnplugged": true, "dependencies": { - "@bufbuild/protobuf": "^1.7.0", - "@bufbuild/protoplugin": "1.7.0" + "@bufbuild/protobuf": "^1.7.1", + "@bufbuild/protoplugin": "1.7.1" }, "peerDependencies": { - "@bufbuild/protobuf": "1.7.0" + "@bufbuild/protobuf": "1.7.1" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { diff --git a/packages/protoplugin-example/package.json b/packages/protoplugin-example/package.json index bc36e795d..3bbf15622 100644 --- a/packages/protoplugin-example/package.json +++ b/packages/protoplugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protoplugin-example", - "version": "1.7.0", + "version": "1.7.1", "private": true, "scripts": { "build": "../../node_modules/typescript/bin/tsc --noEmit", @@ -11,9 +11,9 @@ "license": "Apache-2.0", "dependencies": { "@bufbuild/buf": "^1.28.1", - "@bufbuild/protobuf": "^1.7.0", - "@bufbuild/protoc-gen-es": "^1.7.0", - "@bufbuild/protoplugin": "^1.7.0", + "@bufbuild/protobuf": "^1.7.1", + "@bufbuild/protoc-gen-es": "^1.7.1", + "@bufbuild/protoplugin": "^1.7.1", "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 34f19416f..acad56608 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 v1.7.0 with parameter "target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "target=ts" // @generated from file connectrpc/eliza.proto (package connectrpc.eliza.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/packages/protoplugin-example/src/gen/connectrpc/eliza_twirp.ts b/packages/protoplugin-example/src/gen/connectrpc/eliza_twirp.ts index 295c2fe19..b83c67a05 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 v1.7.0 with parameter "target=ts" +// @generated by protoc-gen-twirp-es v1.7.1 with parameter "target=ts" // @generated from file connectrpc/eliza.proto (package connectrpc.eliza.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck 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 bdba537eb..14e779b4c 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 v1.7.0 with parameter "target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "target=ts" // @generated from file customoptions/default_host.proto (package customoptions, syntax proto3) /* eslint-disable */ // @ts-nocheck diff --git a/packages/protoplugin-test/package.json b/packages/protoplugin-test/package.json index d7240662f..db9188bf5 100644 --- a/packages/protoplugin-test/package.json +++ b/packages/protoplugin-test/package.json @@ -18,6 +18,6 @@ }, "dependencies": { "upstream-protobuf": "*", - "@bufbuild/protoplugin": "1.7.0" + "@bufbuild/protoplugin": "1.7.1" } } diff --git a/packages/protoplugin-test/src/gen/file-option_pb.ts b/packages/protoplugin-test/src/gen/file-option_pb.ts index ded2821ae..7bd5a1e66 100644 --- a/packages/protoplugin-test/src/gen/file-option_pb.ts +++ b/packages/protoplugin-test/src/gen/file-option_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file file-option.proto (package testcustomoptions, syntax proto3) /* eslint-disable */ diff --git a/packages/protoplugin-test/src/gen/option-enum_pb.ts b/packages/protoplugin-test/src/gen/option-enum_pb.ts index 4cd4b1720..85e9bad9b 100644 --- a/packages/protoplugin-test/src/gen/option-enum_pb.ts +++ b/packages/protoplugin-test/src/gen/option-enum_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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file option-enum.proto (package test, syntax proto3) /* eslint-disable */ diff --git a/packages/protoplugin-test/src/gen/option-message_pb.ts b/packages/protoplugin-test/src/gen/option-message_pb.ts index 0e7810a89..b401dcffe 100644 --- a/packages/protoplugin-test/src/gen/option-message_pb.ts +++ b/packages/protoplugin-test/src/gen/option-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 v1.7.0 with parameter "ts_nocheck=false,target=ts" +// @generated by protoc-gen-es v1.7.1 with parameter "ts_nocheck=false,target=ts" // @generated from file option-message.proto (package test, syntax proto3) /* eslint-disable */ diff --git a/packages/protoplugin/package.json b/packages/protoplugin/package.json index 3820f6867..3660d936d 100644 --- a/packages/protoplugin/package.json +++ b/packages/protoplugin/package.json @@ -1,6 +1,6 @@ { "name": "@bufbuild/protoplugin", - "version": "1.7.0", + "version": "1.7.1", "license": "(Apache-2.0 AND BSD-3-Clause)", "description": "Helps to create your own Protocol Buffers code generators.", "repository": { @@ -47,7 +47,7 @@ } }, "dependencies": { - "@bufbuild/protobuf": "1.7.0", + "@bufbuild/protobuf": "1.7.1", "@typescript/vfs": "^1.4.0", "typescript": "4.5.2" },