@awscinema/common 1.1.7 → 1.1.8

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.
@@ -22,6 +22,6 @@ export declare const GRPC_CLIENT: {
22
22
  readonly CATEGORY: {
23
23
  readonly package: "category.v1";
24
24
  readonly protoPath: string;
25
- readonly env: "CATEGORY_GRPC_URL";
25
+ readonly env: "MOVIE_GRPC_URL";
26
26
  };
27
27
  };
@@ -26,6 +26,6 @@ exports.GRPC_CLIENT = {
26
26
  CATEGORY: {
27
27
  package: 'category.v1',
28
28
  protoPath: contracts_1.PROTO_PATHS.CATEGORY,
29
- env: 'CATEGORY_GRPC_URL'
29
+ env: 'MOVIE_GRPC_URL'
30
30
  }
31
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awscinema/common",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Core shared components for AwsCinema microservice ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",