@trash-streamers/common 1.2.56 → 1.2.57
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.
|
@@ -61,8 +61,8 @@ let GrpcClientFactory = class GrpcClientFactory {
|
|
|
61
61
|
...options,
|
|
62
62
|
credentials,
|
|
63
63
|
channelOptions: {
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
"grpc.ssl_target_name_override": "system-chats.service",
|
|
65
|
+
"grpc.default_authority": "system-chats.service",
|
|
66
66
|
},
|
|
67
67
|
loader: {
|
|
68
68
|
keepCase: false,
|
|
@@ -35,4 +35,9 @@ export declare const GRPC_CLIENTS: {
|
|
|
35
35
|
readonly env: "SYSTEM_CHATS_GRPC_URL";
|
|
36
36
|
readonly secure: true;
|
|
37
37
|
};
|
|
38
|
+
readonly ENGAGEMENT_PACKAGE: {
|
|
39
|
+
readonly package: "engagement.v1";
|
|
40
|
+
readonly protoPath: string;
|
|
41
|
+
readonly env: "ENGAGEMENT_GRPC_URL";
|
|
42
|
+
};
|
|
38
43
|
};
|
|
@@ -38,5 +38,10 @@ exports.GRPC_CLIENTS = {
|
|
|
38
38
|
protoPath: contracts_1.PROTO_PATHS.SYSTEM_CHATS,
|
|
39
39
|
env: "SYSTEM_CHATS_GRPC_URL",
|
|
40
40
|
secure: true
|
|
41
|
+
},
|
|
42
|
+
ENGAGEMENT_PACKAGE: {
|
|
43
|
+
package: "engagement.v1",
|
|
44
|
+
protoPath: contracts_1.PROTO_PATHS.ENGAGEMENT,
|
|
45
|
+
env: "ENGAGEMENT_GRPC_URL"
|
|
41
46
|
}
|
|
42
47
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trash-streamers/common",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.57",
|
|
4
4
|
"description": "Core shared component for Trash-streamers microservice ecosystem",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"@grpc/grpc-js": "^1.14.3",
|
|
36
36
|
"@nestjs/common": "^11.1.12",
|
|
37
37
|
"@nestjs/config": "^4.0.2",
|
|
38
|
-
"@trash-streamers/contracts": "^1.1.
|
|
38
|
+
"@trash-streamers/contracts": "^1.1.99"
|
|
39
39
|
}
|
|
40
40
|
}
|