@ddadaal/tsgrpc-server
Advanced tools
Comparing version 0.19.0 to 0.19.1
# Changelog | ||
## 0.19.1 | ||
### Patch Changes | ||
- 36aeb3c: update deps | ||
- 1f51701: support throwing error from request hooks | ||
- Updated dependencies [36aeb3c] | ||
- @ddadaal/tsgrpc-common@0.2.2 | ||
## 0.19.0 | ||
@@ -4,0 +13,0 @@ |
@@ -71,7 +71,7 @@ "use strict"; | ||
logger.info("Starting request"); | ||
// apply request decorators | ||
for (const hook of this.requestHooks) { | ||
await hook(augmentedCall); | ||
} | ||
try { | ||
// apply request decorators | ||
for (const hook of this.requestHooks) { | ||
await hook(augmentedCall); | ||
} | ||
const ret = await implementations[key](augmentedCall, callback); | ||
@@ -78,0 +78,0 @@ if (ret) { |
{ | ||
"name": "@ddadaal/tsgrpc-server", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "A simple gRPC Server Framework for TypeScript Node.js", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"tslib": "2.5.0", | ||
"@ddadaal/tsgrpc-common": "0.2.1" | ||
"@ddadaal/tsgrpc-common": "0.2.2" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@grpc/grpc-js": "1.8.11" | ||
"@grpc/grpc-js": "1.8.14" | ||
}, | ||
@@ -25,0 +25,0 @@ "publishConfig": { |
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
35095
+ Added@ddadaal/tsgrpc-common@0.2.2(transitive)
- Removed@ddadaal/tsgrpc-common@0.2.1(transitive)
- Removedtslib@2.4.1(transitive)
Updated@ddadaal/tsgrpc-common@0.2.2