@hazeljs/grpc 0.2.0-beta.54 → 0.2.0-beta.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -184,5 +184,5 @@ let GrpcClientService = class GrpcClientService {
184
184
  };
185
185
  exports.GrpcClientService = GrpcClientService;
186
186
  exports.GrpcClientService = GrpcClientService = __decorate([
187
- (0, core_1.Injectable)()
187
+ (0, core_1.Service)()
188
188
  ], GrpcClientService);
@@ -204,5 +204,5 @@ let GrpcServer = class GrpcServer {
204
204
  };
205
205
  exports.GrpcServer = GrpcServer;
206
206
  exports.GrpcServer = GrpcServer = __decorate([
207
- (0, core_1.Injectable)()
207
+ (0, core_1.Service)()
208
208
  ], GrpcServer);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/grpc",
3
- "version": "0.2.0-beta.54",
3
+ "version": "0.2.0-beta.56",
4
4
  "description": "gRPC module for HazelJS framework - RPC server and client support with decorators",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -53,5 +53,5 @@
53
53
  "url": "https://github.com/hazeljs/hazel-js/issues"
54
54
  },
55
55
  "homepage": "https://hazeljs.com",
56
- "gitHead": "c593ce33447cdc62d7bd2386cc2db47840292fcb"
56
+ "gitHead": "c2737e90974458a8438eee623726f0a453b66b8b"
57
57
  }