create-fleetbo-project 1.2.71 → 1.2.72

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.
@@ -144,7 +144,7 @@ if (command === 'alex') {
144
144
  if (aiData.remainingConsultations !== undefined) {
145
145
  const remaining = aiData.remainingConsultations;
146
146
  const limit = aiData.consultationLimit || 7;
147
- const tierLabel = aiData.tier === 'pro' ? 'SENIOR' : 'DISCOVERY';
147
+ const tierLabel = aiData.tier === 'pro' ? 'SENIOR' : 'JUNIOR';
148
148
  const percent = Math.round((remaining / limit) * 100);
149
149
  const energyColor = percent > 20 ? '\\x1b[32m' : '\\x1b[31m';
150
150
  console.log(\`\\x1b[36m⚡ Architect Fuel:\\x1b[0m \${energyColor}\${percent}%\x1b[0m (\${remaining}/\${limit} consultations left) [\${tierLabel}]\`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.71",
3
+ "version": "1.2.72",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {