fleetbo-cockpit-cli 1.0.118 → 1.0.119

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
@@ -309,8 +309,8 @@ if (command === 'alex') {
309
309
  }
310
310
 
311
311
  if (actualMetalCode) {
312
- const sourceText = fs.existsSync(localKtPath) ? "LOCAL" : "CACHE";
313
- process.stdout.write(` \x1b[32mFOUND METAL (${sourceText})\x1b[0m\n`);
312
+ //const sourceText = fs.existsSync(localKtPath) ? "LOCAL" : "CACHE";
313
+ process.stdout.write(` \x1b[32mFOUND METAL\x1b[0m\n`);
314
314
 
315
315
  // Extraction des schémas mémoires (uniquement dispo dans le cache cloud)
316
316
  let memoryScript = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-cockpit-cli",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "Fleetbo CLI - Build native mobile apps with React",
5
5
  "author": "Fleetbo",
6
6
  "license": "MIT",