Skip to content

Commit

Permalink
Update bufbuild libraries to their connectrpc counterparts
Browse files Browse the repository at this point in the history
This starts the transition into the (soon to be) CNCF project
  • Loading branch information
DavidS-ovm committed Oct 25, 2023
1 parent 5fa004b commit 8f757e9
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install additional go tooling
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install github.com/bufbuild/connect-go/cmd/protoc-gen-connect-go@latest
go install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest
- name: Install additional js tooling
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ First install the dependencies:
npm i
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install github.com/bufbuild/connect-go/cmd/protoc-gen-connect-go@latest
go install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest
```

Run `buf` through `npx` to generate the stubs:
Expand Down
94 changes: 46 additions & 48 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"homepage": "https://github.com/overmindtech/sdp#readme",
"devDependencies": {
"@bufbuild/buf": "^1.15.0-1",
"@bufbuild/protoc-gen-connect-es": "^0.13.0",
"@bufbuild/protoc-gen-connect-query": "^0.4.0",
"@bufbuild/protoc-gen-es": "^1.2.0"
"@bufbuild/protoc-gen-es": "^1.2.0",
"@connectrpc/protoc-gen-connect-es": "^1.1.2",
"@connectrpc/protoc-gen-connect-query": "^0.6.0"
}
}

0 comments on commit 8f757e9

Please sign in to comment.