Skip to content

Commit

Permalink
Downgraded @grpc/grpc-js to version 1.9.2 since 1.9.3 is broken here …
Browse files Browse the repository at this point in the history
…packages/grpc-js/src/resolver-dns.ts
  • Loading branch information
alenon committed Sep 25, 2023
1 parent 6580b06 commit 7fb6a08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alenon/grpc-mock-server",
"version": "3.1.2",
"version": "3.1.3",
"description": "gRPC mock server written on typescript",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/alenon/grpc-mock-server#readme",
"dependencies": {
"@grpc/grpc-js": "^1.9.2",
"@grpc/grpc-js": "1.9.2",
"@types/debug": "^4.1.8",
"@types/google-protobuf": "^3.15.6",
"@types/node": "^20.5.9",
Expand Down

0 comments on commit 7fb6a08

Please sign in to comment.