@ludeo/cloud-common 1.2.167-beta-yahil-3 → 1.2.167-beta-yahil-4
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/v4/types/build.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export declare class BuildAssignmentProvidersSettings {
|
|
|
114
114
|
[CloudProvider.LUDEOCAST]?: LudeoCastBuildAssignmentSettings;
|
|
115
115
|
}
|
|
116
116
|
export declare class LudeoCastBuildAssignmentSettings {
|
|
117
|
-
[region: string]: LudeoCastProviderSettings;
|
|
117
|
+
[region: string]: LudeoCastProviderSettings[];
|
|
118
118
|
}
|
|
119
119
|
export declare class AwsBuildAssignmentSettings {
|
|
120
120
|
[region: string]: AWSProviderSettings;
|
package/package.json
CHANGED
package/src/v4/types/build.ts
CHANGED
|
@@ -159,7 +159,7 @@ export class BuildAssignmentProvidersSettings {
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
export class LudeoCastBuildAssignmentSettings {
|
|
162
|
-
[region: string]: LudeoCastProviderSettings;
|
|
162
|
+
[region: string]: LudeoCastProviderSettings[];
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
export class AwsBuildAssignmentSettings {
|