@ogma/platform-grpc
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,2 +5,6 @@ # Change Log | ||
## [0.1.2](https://github.com/jmcdo29/ogma/compare/v0.1.1...v0.1.2) (2020-07-18) | ||
**Note:** Version bump only for package @ogma/platform-grpc | ||
## [0.1.1](https://github.com/jmcdo29/ogma/compare/v0.1.0...v0.1.1) (2020-07-18) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@ogma/platform-grpc", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from grpc protocols", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"@nestjs/core": "^7.0.6", | ||
"@ogma/nestjs-module": "^0.1.1", | ||
"@ogma/nestjs-module": "^0.1.2", | ||
"rxjs": "^6.5.4" | ||
@@ -51,3 +51,3 @@ }, | ||
}, | ||
"gitHead": "0a9883433aef883303a140d73118244303f74d66" | ||
"gitHead": "cdf5396e8c55f718f4a986c04241eac1bc145f29" | ||
} |
7100