fleetbo-cockpit-cli 1.0.47 → 1.0.48

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.
Files changed (2) hide show
  1. package/cli.js +2 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -233,11 +233,11 @@ if (command === 'alex') {
233
233
  console.log(` ${metalColor}■\x1b[0m \x1b[1m${m.moduleName}\x1b[0m \x1b[90m(${m.platform})\x1b[0m`);
234
234
  });
235
235
  } else {
236
- console.log(`\n \x1b[90mAucun module trouvé dans l'infrastructure de ce projet.\x1b[0m`);
236
+ console.log(`\n \x1b[90mNo modules found in this project's OS.\x1b[0m`);
237
237
  }
238
238
  return; // 🛑 On arrête l'exécution ici, on ne gaspille pas le quota d'Alex
239
239
  }
240
-
240
+
241
241
  console.log('\x1b[33m🧠 Alex is thinking...\x1b[0m');
242
242
 
243
243
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-cockpit-cli",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "description": "Fleetbo CLI - Build native mobile apps with React",
5
5
  "author": "Fleetbo",
6
6
  "license": "MIT",