@kottvideo/common 1.1.2 → 1.1.3

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.
@@ -5,7 +5,7 @@ export declare const GRPC_CLIENTS: {
5
5
  readonly env: "AUTH_GRPC_URL";
6
6
  };
7
7
  readonly ACCOUNT_PACKAGE: {
8
- readonly package: "auth.v1";
8
+ readonly package: "account.v1";
9
9
  readonly protoPath: string;
10
10
  readonly env: "ACCOUNT_GRPC_URL";
11
11
  };
@@ -9,8 +9,8 @@ exports.GRPC_CLIENTS = {
9
9
  env: 'AUTH_GRPC_URL'
10
10
  },
11
11
  ACCOUNT_PACKAGE: {
12
- package: 'auth.v1',
13
- protoPath: contracts_1.PROTO_PATH.AUTH,
12
+ package: 'account.v1',
13
+ protoPath: contracts_1.PROTO_PATH.ACCOUNT,
14
14
  env: 'ACCOUNT_GRPC_URL'
15
15
  }
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kottvideo/common",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Common utilities and type for KottVideo",
5
5
  "author": "Michael Chadaev",
6
6
  "main": "dist/index.js",