fleetbo-cockpit-cli 1.0.27 → 1.0.28

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
@@ -517,8 +517,8 @@ else if (command === 'android' || command === 'ios') {
517
517
  console.log(`\x1b[31m⛔ ACCESS DENIED: JUNIOR PILOT DETECTED\x1b[0m`);
518
518
  console.log(`\x1b[31m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\x1b[0m`);
519
519
  console.log(``);
520
- console.log(` \x1b[33m🔒 This feature is locked for Junior Pilots.\x1b[0m`);
521
- console.log(` \x1b[32m👉 Upgrade to Senior on fleetbo.io to unlock Propulsion.\x1b[0m`);
520
+ console.log(` \x1b[33m This feature is locked for Junior Pilots.\x1b[0m`);
521
+ console.log(` \x1b[32m Upgrade to Senior on fleetbo.io to unlock Propulsion.\x1b[0m`);
522
522
  console.log(``);
523
523
  process.exit(1); // Arrêt immédiat et propre du script
524
524
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-cockpit-cli",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Fleetbo CLI - Build native mobile apps with React",
5
5
  "author": "Fleetbo",
6
6
  "license": "MIT",