Skip to content

Commit

Permalink
Bump grpc-es deps version up (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanziw authored Aug 12, 2024
1 parent 983c259 commit fa363d7
Show file tree
Hide file tree
Showing 33 changed files with 143 additions and 127 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 7 additions & 5 deletions packages/grpc-es/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: v1
version: v2
managed:
enabled: true
plugins:
- plugin: es
- remote: buf.build/bufbuild/es:v1.10.0
out: example/gen
opt: target=ts
- plugin: connect-es
opt:
- target=ts
- remote: buf.build/connectrpc/es:v1.4.0
out: example/gen
opt: target=ts
opt:
- target=ts
6 changes: 6 additions & 0 deletions packages/grpc-es/buf.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Generated by buf. DO NOT EDIT.
version: v2
deps:
- name: buf.build/googleapis/googleapis
commit: 8bc2c51e08c447cd8886cdea48a73e14
digest: b5:b7e0ac9d192bd0eae88160101269550281448c51f25121cd0d51957661a350aab07001bc145fe9029a8da10b99ff000ae5b284ecaca9c75f2a99604a04d9b4ab
3 changes: 0 additions & 3 deletions packages/grpc-es/buf.work.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions packages/grpc-es/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: v2
modules:
- path: example/proto
deps:
- buf.build/googleapis/googleapis
breaking:
use:
- FILE
lint:
use:
- DEFAULT
2 changes: 1 addition & 1 deletion packages/grpc-es/example/gen/example/v1/example_connect.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/grpc-es/example/gen/example/v1/example_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions packages/grpc-es/example/proto/buf.lock

This file was deleted.

11 changes: 0 additions & 11 deletions packages/grpc-es/example/proto/buf.yaml

This file was deleted.

20 changes: 10 additions & 10 deletions packages/grpc-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kanziw/grpc-es",
"version": "0.1.0",
"version": "0.2.0",
"description": "A collection of grpc libraries using connect-es",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,19 +30,19 @@
"publish:rc": "yarn build && yarn publish-if-not-published --no-tag-check -- --tag rc"
},
"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@connectrpc/connect": "^1.2.0",
"@connectrpc/connect-node": "^1.2.0"
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@connectrpc/connect": "^1.2.0",
"@connectrpc/connect-node": "^1.2.0"
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.28.1",
"@bufbuild/protoc-gen-es": "^1.6.0",
"@connectrpc/protoc-gen-connect-es": "^1.2.0",
"@bufbuild/buf": "^1.36.0",
"@bufbuild/protoc-gen-es": "^2.0.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"nanobundle": "^2.0.0",
"publish-if-not-published": "^3.1.3",
"rimraf": "^5.0.5",
Expand Down
Loading

0 comments on commit fa363d7

Please sign in to comment.