grpc-js-reflection-client 1.2.21 → 1.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grpc-js-reflection-client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.22",
|
|
4
4
|
"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.",
|
|
5
5
|
"author": "gawsoft.com",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"url": "https://github.com/gawsoftpl/grpc-js-reflection-api-client.git"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@grpc/grpc-js": "^1.12.
|
|
30
|
+
"@grpc/grpc-js": "^1.12.3",
|
|
31
31
|
"@types/lodash": "^4.17.13",
|
|
32
32
|
"lodash": "^4.17.21",
|
|
33
33
|
"protobufjs": "^7.4.0"
|