Comparing version 1.0.0 to 1.0.1
@@ -21,2 +21,4 @@ "use strict"; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -23,0 +25,0 @@ }; |
@@ -20,2 +20,4 @@ "use strict"; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -22,0 +24,0 @@ }; |
@@ -20,2 +20,4 @@ "use strict"; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -22,0 +24,0 @@ }; |
@@ -19,2 +19,4 @@ "use strict"; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -21,0 +23,0 @@ }; |
@@ -14,2 +14,4 @@ "use strict"; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -16,0 +18,0 @@ }; |
@@ -13,2 +13,4 @@ "use strict"; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -15,0 +17,0 @@ }; |
@@ -13,2 +13,4 @@ "use strict"; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -15,0 +17,0 @@ }; |
@@ -12,2 +12,4 @@ "use strict"; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -14,0 +16,0 @@ }; |
{ | ||
"name": "nice-grpc", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Node.js gRPC library that is nice to you", | ||
@@ -48,6 +48,6 @@ "keywords": [ | ||
"abort-controller-x": "^0.2.4", | ||
"nice-grpc-common": "^1.0.0", | ||
"nice-grpc-common": "^1.0.1", | ||
"node-abort-controller": "^1.2.1" | ||
}, | ||
"gitHead": "c064bde8b718844e1e986ee6e5df450de590b7da" | ||
"gitHead": "c82b2964c890dbf38654b908664a7b55535b5fba" | ||
} |
@@ -35,2 +35,4 @@ import {Client, ClientWritableStream} from '@grpc/grpc-js'; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -37,0 +39,0 @@ }; |
@@ -39,2 +39,4 @@ import {Client, ClientWritableStream} from '@grpc/grpc-js'; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -41,0 +43,0 @@ }; |
@@ -34,2 +34,4 @@ import {Client} from '@grpc/grpc-js'; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -36,0 +38,0 @@ }; |
@@ -33,2 +33,4 @@ import {Client} from '@grpc/grpc-js'; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -35,0 +37,0 @@ }; |
@@ -24,2 +24,4 @@ import {handleBidiStreamingCall} from '@grpc/grpc-js'; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -26,0 +28,0 @@ }; |
@@ -23,2 +23,4 @@ import {handleClientStreamingCall} from '@grpc/grpc-js'; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -25,0 +27,0 @@ }; |
@@ -23,2 +23,4 @@ import {handleServerStreamingCall} from '@grpc/grpc-js'; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -25,0 +27,0 @@ }; |
@@ -22,2 +22,4 @@ import {handleUnaryCall} from '@grpc/grpc-js'; | ||
path: definition.path, | ||
requestStream: definition.requestStream, | ||
responseStream: definition.responseStream, | ||
options: definition.options, | ||
@@ -24,0 +26,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
188346
3280
Updatednice-grpc-common@^1.0.1