Skip to content

Commit

Permalink
grpc-web support
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Dec 3, 2021
1 parent 204f636 commit d176996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/pure/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "example",
"scripts": {
"preinstall": "cd ../.. && yarn bazel build :package",
"test": "protoc -I=src --ts_out=src test.proto && tsc && node ./dist/index"
},
"dependencies": {
"@grpc/grpc-js": "^1.2.12",
"google-protobuf": "^3.15.8"
},
"devDependencies": {
"protoc-gen-ts": "file:../../bazel-bin/package",
"protoc-gen-ts": "file:../../",
"typescript": "^4.2.4"
}
}
4 changes: 2 additions & 2 deletions examples/pure/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ node-forge@^0.10.0:
resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==

"protoc-gen-ts@file:../../bazel-bin/package":
version "0.3.6-rc2"
"protoc-gen-ts@file:../..":
version "0.8.0"

safe-buffer@^5.0.1:
version "5.2.1"
Expand Down
Empty file added src/web.js
Empty file.

0 comments on commit d176996

Please sign in to comment.