@ddadaal/tsgrpc-server
Advanced tools
Comparing version 0.4.0 to 0.4.3
@@ -6,2 +6,29 @@ # Change Log | ||
## [0.4.3](https://github.com/ddadaal/tsgrpc/compare/v0.4.2...v0.4.3) (2021-10-25) | ||
**Note:** Version bump only for package @ddadaal/tsgrpc-server | ||
## [0.4.2](https://github.com/ddadaal/tsgrpc/compare/v0.4.1...v0.4.2) (2021-10-25) | ||
**Note:** Version bump only for package @ddadaal/tsgrpc-server | ||
## [0.4.1](https://github.com/ddadaal/tsgrpc/compare/v0.4.0...v0.4.1) (2021-10-25) | ||
### Bug Fixes | ||
* **server:** grpc handler not handling throw ([7c3915e](https://github.com/ddadaal/tsgrpc/commit/7c3915eca09d71ee6eaba5ef8ba9851ad2d70311)) | ||
# [0.4.0](https://github.com/ddadaal/tsgrpc/compare/v0.3.0...v0.4.0) (2021-10-25) | ||
@@ -8,0 +35,0 @@ |
@@ -54,5 +54,7 @@ "use strict"; | ||
if (ret && callback) { | ||
ret.then((x) => { if (x) { | ||
ret | ||
.then((x) => { if (x) { | ||
callback(null, ...x); | ||
} }); | ||
} }) | ||
.catch((e) => callback(e)); | ||
} | ||
@@ -59,0 +61,0 @@ }; |
{ | ||
"name": "@ddadaal/tsgrpc-server", | ||
"version": "0.4.0", | ||
"version": "0.4.3", | ||
"description": "A simple gRPC Server Framework for TypeScript Node.js", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@ddadaal/tsgrpc-utils": "^0.4.0", | ||
"@ddadaal/tsgrpc-utils": "^0.4.2", | ||
"@grpc/grpc-js": "^1.4.1", | ||
@@ -39,3 +39,3 @@ "tslib": "^2.3.1" | ||
}, | ||
"gitHead": "6d3a0e7147b474bfa2b7e12f85739d3bf44cb60a" | ||
"gitHead": "138fb36619ca73deeb386d5d13749e0279f7079e" | ||
} |
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
18334
17
188
Updated@ddadaal/tsgrpc-utils@^0.4.2