diff --git a/plugins/bufbuild/connect-es/v0.13.0/buf.plugin.yaml b/plugins/bufbuild/connect-es/v0.13.0/buf.plugin.yaml index a6241289..5593db5e 100644 --- a/plugins/bufbuild/connect-es/v0.13.0/buf.plugin.yaml +++ b/plugins/bufbuild/connect-es/v0.13.0/buf.plugin.yaml @@ -2,7 +2,7 @@ version: v1 name: buf.build/bufbuild/connect-es plugin_version: v0.13.0 source_url: https://github.com/bufbuild/connect-es -description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web. +description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web. This plugin is deprecated because it has moved to the connectrpc org. deps: - plugin: buf.build/bufbuild/es:v1.3.0 output_languages: diff --git a/plugins/bufbuild/connect-query/v0.4.1/buf.plugin.yaml b/plugins/bufbuild/connect-query/v0.4.1/buf.plugin.yaml index 10f4da4c..9d9cd0ce 100644 --- a/plugins/bufbuild/connect-query/v0.4.1/buf.plugin.yaml +++ b/plugins/bufbuild/connect-query/v0.4.1/buf.plugin.yaml @@ -2,7 +2,7 @@ version: v1 name: buf.build/bufbuild/connect-query plugin_version: v0.4.1 source_url: https://github.com/bufbuild/connect-query -description: Generates client stubs for calling Connect services with TanStack Query. +description: Generates client stubs for calling Connect services with TanStack Query. This plugin is deprecated because it has moved to the connectrpc org. deps: - plugin: buf.build/bufbuild/es:v1.3.0 output_languages: diff --git a/plugins/bufbuild/es/v2.2.2/buf.plugin.yaml b/plugins/bufbuild/es/v2.2.2/buf.plugin.yaml index 061bf948..62c29cd4 100644 --- a/plugins/bufbuild/es/v2.2.2/buf.plugin.yaml +++ b/plugins/bufbuild/es/v2.2.2/buf.plugin.yaml @@ -3,7 +3,7 @@ name: buf.build/bufbuild/es plugin_version: v2.2.2 source_url: https://github.com/bufbuild/protobuf-es integration_guide_url: https://github.com/bufbuild/protobuf-es#quickstart -description: Base types for TypeScript/JavaScript for use in web browsers and Node.js. Generates message and enum types. +description: Types for TypeScript/JavaScript for use in web browsers and Node.js. Generates message and enum types, but also services for use with Connect v2. output_languages: - javascript - typescript diff --git a/plugins/connectrpc/es/v1.6.1/buf.plugin.yaml b/plugins/connectrpc/es/v1.6.1/buf.plugin.yaml index de275dd9..7c80bdce 100644 --- a/plugins/connectrpc/es/v1.6.1/buf.plugin.yaml +++ b/plugins/connectrpc/es/v1.6.1/buf.plugin.yaml @@ -3,7 +3,7 @@ name: buf.build/connectrpc/es plugin_version: v1.6.1 source_url: https://github.com/connectrpc/connect-es integration_guide_url: https://connectrpc.com/docs/web/getting-started -description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web. +description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web. This plugin is for Connect-ES v1. For Connect-ES v2, you'll only need the bufbuild/es plugin. deps: - plugin: buf.build/bufbuild/es:v1.10.0 output_languages: @@ -18,3 +18,4 @@ registry: version: ^1.6.1 spdx_license_id: Apache-2.0 license_url: https://github.com/connectrpc/connect-es/blob/v1.6.1/LICENSE +deprecated: true diff --git a/plugins/connectrpc/query-es/v1.4.2/buf.plugin.yaml b/plugins/connectrpc/query-es/v1.4.2/buf.plugin.yaml index 0f701a81..a5e504b0 100644 --- a/plugins/connectrpc/query-es/v1.4.2/buf.plugin.yaml +++ b/plugins/connectrpc/query-es/v1.4.2/buf.plugin.yaml @@ -3,7 +3,7 @@ name: buf.build/connectrpc/query-es plugin_version: v1.4.2 source_url: https://github.com/connectrpc/connect-query-es integration_guide_url: https://connectrpc.com/docs/web/query/getting-started -description: Generates client stubs for calling Connect services with TanStack Query. +description: Generates client stubs for calling Connect services with TanStack Query. This plugin is for Connect-ES v1. For Connect-ES v2, you'll only need the bufbuild/es plugin. deps: - plugin: buf.build/bufbuild/es:v1.10.0 output_languages: @@ -20,3 +20,4 @@ registry: version: ^v1.10.0 spdx_license_id: Apache-2.0 license_url: https://github.com/connectrpc/connect-query-es/blob/v1.4.2/LICENSE +deprecated: true