@trayio/cdk-cli-commons 4.88.0 → 4.90.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.
package/dist/utils/region.d.ts
CHANGED
|
@@ -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
|
-
|
|
15
|
-
|
|
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,
|
|
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.
|
|
3
|
+
"version": "4.90.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.
|
|
20
|
-
"@trayio/commons": "4.
|
|
21
|
-
"@trayio/tray-client": "4.
|
|
19
|
+
"@trayio/axios": "4.90.0",
|
|
20
|
+
"@trayio/commons": "4.90.0",
|
|
21
|
+
"@trayio/tray-client": "4.90.0",
|
|
22
22
|
"chalk": "4.1.2"
|
|
23
23
|
},
|
|
24
24
|
"typesVersions": {
|