@devicecloud.dev/dcd 4.4.6 → 4.4.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.
@@ -167,18 +167,16 @@ class Cloud extends core_1.Command {
167
167
  debug,
168
168
  logger: this.log.bind(this),
169
169
  });
170
- const REMOVED_MAESTRO_VERSIONS = ['1.39.2', '1.39.7', '2.0.3'];
170
+ const REMOVED_MAESTRO_VERSIONS = ['1.39.1', '1.39.2', '1.39.7', '2.0.3', '2.4.0'];
171
171
  if (REMOVED_MAESTRO_VERSIONS.includes(resolvedMaestroVersion)) {
172
172
  this.error(`Maestro version ${resolvedMaestroVersion} is no longer supported. ` +
173
173
  `Please upgrade to a newer version. See: https://docs.devicecloud.dev/configuration/maestro-versions`);
174
174
  }
175
- const DEPRECATED_MAESTRO_VERSIONS = ['1.39.1', '2.4.0'];
175
+ const DEPRECATED_MAESTRO_VERSIONS = ['1.39.5', '1.41.0'];
176
176
  if (DEPRECATED_MAESTRO_VERSIONS.includes(resolvedMaestroVersion)) {
177
- this.log(`\n${styling_1.dividers.light}\n` +
178
- `${styling_1.colors.warning('⚠')} ${styling_1.colors.bold('Deprecation Warning')}\n` +
179
- styling_1.colors.dim(` Maestro version ${resolvedMaestroVersion} is deprecated and will be removed in a future release.\n`) +
180
- styling_1.colors.dim(` Please upgrade to a newer version. See: `) + styling_1.colors.info('https://docs.devicecloud.dev/configuration/maestro-versions') + `\n` +
181
- `${styling_1.dividers.light}\n`);
177
+ this.log(styling_1.colors.warning('⚠') + ' ' + styling_1.colors.dim(`Maestro version ${resolvedMaestroVersion} will be deprecated on 26th June 2026 and will ` +
178
+ `no longer be available. We recommend upgrading to 2.6.0. ` +
179
+ `See: https://docs.devicecloud.dev/configuration/maestro-versions`));
182
180
  }
183
181
  if (retry && retry > 2) {
184
182
  this.log(styling_1.colors.warning('⚠') + ' ' + styling_1.colors.dim("Retries are now free of charge but limited to 2. If your test is still failing after 2 retries, please ask for help on Discord."));
@@ -1357,7 +1357,6 @@ export interface operations {
1357
1357
  * "maestro": {
1358
1358
  * "supportedVersions": [
1359
1359
  * "1.39.0",
1360
- * "1.39.1",
1361
1360
  * "1.39.2",
1362
1361
  * "1.39.5",
1363
1362
  * "1.39.7",
@@ -2020,7 +2020,6 @@ export interface operations {
2020
2020
  * "maestro": {
2021
2021
  * "supportedVersions": [
2022
2022
  * "1.39.0",
2023
- * "1.39.1",
2024
2023
  * "1.39.2",
2025
2024
  * "1.39.5",
2026
2025
  * "1.39.7",
@@ -880,5 +880,5 @@
880
880
  ]
881
881
  }
882
882
  },
883
- "version": "4.4.6"
883
+ "version": "4.4.9"
884
884
  }
package/package.json CHANGED
@@ -69,7 +69,7 @@
69
69
  "type": "git",
70
70
  "url": "https://devicecloud.dev"
71
71
  },
72
- "version": "4.4.6",
72
+ "version": "4.4.9",
73
73
  "bugs": {
74
74
  "url": "https://discord.gg/gm3mJwcNw8"
75
75
  },