Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren authored Oct 7, 2023
1 parent 215bd12 commit c0a63ad
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v4.5.3
source_url: https://github.com/roadrunner-server/grpc
description: Generates code for the PHP RoadRunner application server.
deps:
- plugin: buf.build/protocolbuffers/php:v24.3
- plugin: buf.build/protocolbuffers/php:v24.4
spdx_license_id: MIT
license_url: https://github.com/roadrunner-server/grpc/blob/v4.5.3/LICENSE
output_languages:
Expand Down
2 changes: 1 addition & 1 deletion plugins/connectrpc/es/v1.1.2/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.1.2
source_url: https://github.com/connectrpc/connect-es
description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web.
deps:
- plugin: buf.build/bufbuild/es:v1.3.1
- plugin: buf.build/bufbuild/es:v1.3.3
output_languages:
- javascript
- typescript
Expand Down
4 changes: 2 additions & 2 deletions plugins/connectrpc/query-es/v0.5.2/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v0.5.2
source_url: https://github.com/connectrpc/connect-query-es
description: Generates client stubs for calling Connect services with TanStack Query.
deps:
- plugin: buf.build/bufbuild/es:v1.3.1
- plugin: buf.build/bufbuild/es:v1.3.3
output_languages:
- javascript
- typescript
Expand All @@ -16,6 +16,6 @@ registry:
- package: '@connectrpc/connect-query'
version: ^0.5.2
- package: '@bufbuild/protobuf'
version: ^1.3.1
version: ^1.3.3
spdx_license_id: Apache-2.0
license_url: https://github.com/connectrpc/connect-query-es/blob/v0.5.2/LICENSE
2 changes: 1 addition & 1 deletion plugins/grpc/cpp/v1.59.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.59.1
source_url: https://github.com/grpc/grpc
description: Generates C++ client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/cpp:v24.3
- plugin: buf.build/protocolbuffers/cpp:v24.4
output_languages:
- cpp
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/csharp/v1.59.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.59.1
source_url: https://github.com/grpc/grpc
description: Generates C# client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/csharp:v24.3
- plugin: buf.build/protocolbuffers/csharp:v24.4
output_languages:
- csharp
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/objc/v1.59.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.59.1
source_url: https://github.com/grpc/grpc
description: Generates Objective-C client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/objc:v24.3
- plugin: buf.build/protocolbuffers/objc:v24.4
output_languages:
- objective_c
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/php/v1.59.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.59.1
source_url: https://github.com/grpc/grpc
description: Generates PHP client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/php:v24.3
- plugin: buf.build/protocolbuffers/php:v24.4
output_languages:
- php
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/python/v1.59.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.59.1
source_url: https://github.com/grpc/grpc
description: Generates Python client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/python:v24.3
- plugin: buf.build/protocolbuffers/python:v24.4
output_languages:
- python
spdx_license_id: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion plugins/grpc/ruby/v1.59.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugin_version: v1.59.1
source_url: https://github.com/grpc/grpc
description: Generates Ruby client and server stubs for the gRPC framework.
deps:
- plugin: buf.build/protocolbuffers/ruby:v24.3
- plugin: buf.build/protocolbuffers/ruby:v24.4
output_languages:
- ruby
spdx_license_id: Apache-2.0
Expand Down

0 comments on commit c0a63ad

Please sign in to comment.