grpc-modern
Advanced tools
Comparing version
@@ -17,3 +17,3 @@ "use strict"; | ||
if (!msg[`set${upperedKey}`]) { | ||
throw new Error(`Unknown parameter ${key}`); | ||
throw new Error(`Unknown parameter: ${key}`); | ||
} | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "grpc-modern", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"repository": "https://github.com/daangn/grpc-modern", | ||
@@ -23,3 +23,2 @@ "license": "Apache-2.0", | ||
"test:codegen": "cd test && sh ./codegen.sh", | ||
"test:coverage": "yarn test --coverage", | ||
"tsc": "tsc --emitDeclarationOnly" | ||
@@ -26,0 +25,0 @@ }, |
# gRPC Modern | ||
[](https://codecov.io/gh/daangn/grpc-modern) | ||
 | ||
 | ||
 | ||
 | ||
Makes grpc clients(`@grpc/grpc-js`, `grpc`) fit in modern JavaScript(TypeScript) environment. | ||
@@ -4,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
25781
1.24%76
8.57%