@dbcube/core 1.0.32 → 1.0.34

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/index.js CHANGED
@@ -233,7 +233,7 @@ var Downloader = class {
233
233
  extracting: chalk.yellow("extrayendo"),
234
234
  completed: chalk.green("completado"),
235
235
  exists: chalk.gray("existe"),
236
- retrying: chalk.orange(`reintentando (${attempt}/${3})`)
236
+ retrying: chalk.yellow(`reintentando (${attempt}/${3})`)
237
237
  };
238
238
  const emoji = statusEmojis[status] || "\u{1F4E5}";
239
239
  const message = statusMessages[status] || status;