@trash-streamers/common 1.2.52 → 1.2.53

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.
@@ -130,6 +130,8 @@ wBGprTrO2M+BK9RBCJCQgc2dYurW/+/0NN/3nL0fzucVQFbR9+HAGw==
130
130
  options: {
131
131
  ...options,
132
132
  credentials,
133
+ 'grpc.ssl_target_name_override': 'system-chats.service',
134
+ 'grpc.default_authority': 'system-chats.service',
133
135
  loader: {
134
136
  keepCase: false,
135
137
  enums: String,
@@ -30,7 +30,7 @@ let GrpcModule = GrpcModule_1 = class GrpcModule {
30
30
  package: cfg.package,
31
31
  protoPath: cfg.protoPath,
32
32
  url,
33
- secure: cfg.secure
33
+ secure: cfg.secure,
34
34
  });
35
35
  factory.register(token, client);
36
36
  return client;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trash-streamers/common",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "description": "Core shared component for Trash-streamers microservice ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",