Skip to content

Commit

Permalink
Upgrade dendencies and prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gawsoftpl committed Oct 8, 2024
1 parent 3bc07af commit 277cb6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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
@@ -1,6 +1,6 @@
{
"name": "grpc-js-reflection-client",
"version": "1.2.18",
"version": "1.2.19",
"description": "Package use Grpc reflection api to download gprc proto descriptor. Now you don't have to add proto file to each package. Simple direct download proto package from example microservice without any files.",
"author": "gawsoft.com",
"main": "dist/index.js",
Expand All @@ -27,8 +27,8 @@
"url": "https://github.com/gawsoftpl/grpc-js-reflection-api-client.git"
},
"dependencies": {
"@grpc/grpc-js": "^1.11.3",
"@types/lodash": "^4.17.7",
"@grpc/grpc-js": "^1.12.0",
"@types/lodash": "^4.17.10",
"lodash": "^4.17.21",
"protobufjs": "^7.4.0"
},
Expand Down

0 comments on commit 277cb6c

Please sign in to comment.