@maioradv/nestjs-core 1.1.7 → 1.1.9

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.
@@ -8,3 +8,4 @@ export type AWSConfig = {
8
8
  baseUrl: string;
9
9
  };
10
10
  };
11
+ export declare const AWSConfigKey = "aws";
@@ -1,2 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AWSConfigKey = void 0;
4
+ exports.AWSConfigKey = 'aws';
@@ -2,3 +2,4 @@ import { AccountsApiConfigs } from "@maioradv/accounts-lib";
2
2
  export type MaiorConfig = {
3
3
  accounts?: AccountsApiConfigs;
4
4
  };
5
+ export declare const MaiorConfigKey = "maior";
@@ -1,2 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MaiorConfigKey = void 0;
4
+ exports.MaiorConfigKey = 'maior';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maioradv/nestjs-core",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "NestJS helpers by MaiorADV",
5
5
  "repository": "https://github.com/maioradv/nestjs-core.git",
6
6
  "author": "Maior ADV Srl",