@trash-streamers/common 1.2.48 → 1.2.49

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.
@@ -29,7 +29,8 @@ let GrpcModule = GrpcModule_1 = class GrpcModule {
29
29
  const client = factory.createClient({
30
30
  package: cfg.package,
31
31
  protoPath: cfg.protoPath,
32
- url
32
+ url,
33
+ secure: cfg.secure
33
34
  });
34
35
  factory.register(token, client);
35
36
  return client;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trash-streamers/common",
3
- "version": "1.2.48",
3
+ "version": "1.2.49",
4
4
  "description": "Core shared component for Trash-streamers microservice ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",