@trayio/cdk-cli-commons 4.88.0 → 4.89.0

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.
@@ -7,14 +7,13 @@ export declare const regionFlags: {
7
7
  eu: import("@oclif/core/lib/interfaces/parser").BooleanFlag<boolean>;
8
8
  ap: import("@oclif/core/lib/interfaces/parser").BooleanFlag<boolean>;
9
9
  };
10
- interface HttpImplementation<T> {
10
+ export interface HttpImplementation<T> {
11
11
  new (httpConfig: HttpConfig, httpClient: HttpClient): T;
12
12
  }
13
13
  export declare class RegionHandler<T> {
14
- private readonly HttpImplementation;
15
- private readonly httpClient;
14
+ protected readonly HttpImplementation: HttpImplementation<T>;
15
+ protected readonly httpClient: HttpClient;
16
16
  constructor(HttpImplementation: HttpImplementation<T>, httpClient: HttpClient);
17
17
  invoke(flags: ParserInput['flags']): T;
18
18
  }
19
- export {};
20
19
  //# sourceMappingURL=region.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"region.d.ts","sourceRoot":"","sources":["../../src/utils/region.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAGrE,eAAO,MAAM,UAAU,UAAW,WAAW,CAAC,OAAO,CAAC,KAAG,MAYxD,CAAC;AAEF,eAAO,MAAM,WAAW;;;;CAUvB,CAAC;AAEF,UAAU,kBAAkB,CAAC,CAAC;IAC7B,KAAK,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,GAAG,CAAC,CAAC;CACxD;AAED,qBAAa,aAAa,CAAC,CAAC;IAE1B,OAAO,CAAC,QAAQ,CAAC,kBAAkB;IACnC,OAAO,CAAC,QAAQ,CAAC,UAAU;gBADV,kBAAkB,EAAE,kBAAkB,CAAC,CAAC,CAAC,EACzC,UAAU,EAAE,UAAU;IAGjC,MAAM,CAAC,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC;CAIzC"}
1
+ {"version":3,"file":"region.d.ts","sourceRoot":"","sources":["../../src/utils/region.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAGrE,eAAO,MAAM,UAAU,UAAW,WAAW,CAAC,OAAO,CAAC,KAAG,MAYxD,CAAC;AAEF,eAAO,MAAM,WAAW;;;;CAUvB,CAAC;AAEF,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACpC,KAAK,UAAU,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,GAAG,CAAC,CAAC;CACxD;AAED,qBAAa,aAAa,CAAC,CAAC;IAE1B,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAAC,CAAC;IAC5D,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;gBADtB,kBAAkB,EAAE,kBAAkB,CAAC,CAAC,CAAC,EACzC,UAAU,EAAE,UAAU;IAGnC,MAAM,CAAC,KAAK,EAAE,WAAW,CAAC,OAAO,CAAC;CAIzC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trayio/cdk-cli-commons",
3
- "version": "4.88.0",
3
+ "version": "4.89.0",
4
4
  "description": "Shared utils between CDK ClIs",
5
5
  "exports": {
6
6
  "./*": "./dist/*.js"
@@ -16,9 +16,9 @@
16
16
  "dependencies": {
17
17
  "@oclif/core": "3.18.1",
18
18
  "@oclif/test": "3.1.12",
19
- "@trayio/axios": "4.88.0",
20
- "@trayio/commons": "4.88.0",
21
- "@trayio/tray-client": "4.88.0",
19
+ "@trayio/axios": "4.89.0",
20
+ "@trayio/commons": "4.89.0",
21
+ "@trayio/tray-client": "4.89.0",
22
22
  "chalk": "4.1.2"
23
23
  },
24
24
  "typesVersions": {