geniebox-shared-lib 2.5.0 → 2.5.2

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.
@@ -487,7 +487,7 @@ let SharedModule = SharedModule_1 = class SharedModule {
487
487
  name: "GENERATION_RUNTIME_PACKAGE",
488
488
  transport: microservices_1.Transport.GRPC,
489
489
  options: {
490
- package: "chat",
490
+ package: "generation_runtime",
491
491
  protoPath: (0, path_1.resolve)(process.cwd(), options.generationRuntime.protoPath),
492
492
  url: options.generationRuntime.url,
493
493
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geniebox-shared-lib",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "Shared NestJS library with gRPC clients",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",