Skip to content

Commit 277cb6c

Browse files
committed
Upgrade dendencies and prepare new version
1 parent 3bc07af commit 277cb6c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-js-reflection-client",
3-
"version": "1.2.18",
3+
"version": "1.2.19",
44
"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.",
55
"author": "gawsoft.com",
66
"main": "dist/index.js",
@@ -27,8 +27,8 @@
2727
"url": "https://github.com/gawsoftpl/grpc-js-reflection-api-client.git"
2828
},
2929
"dependencies": {
30-
"@grpc/grpc-js": "^1.11.3",
31-
"@types/lodash": "^4.17.7",
30+
"@grpc/grpc-js": "^1.12.0",
31+
"@types/lodash": "^4.17.10",
3232
"lodash": "^4.17.21",
3333
"protobufjs": "^7.4.0"
3434
},

0 commit comments

Comments
 (0)