create-fleetbo-project 1.2.69 → 1.2.70

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.
@@ -139,7 +139,7 @@ if (command === 'alex') {
139
139
  console.log('');
140
140
  const rawMsg = aiData.message || "I'm ready.";
141
141
  const formattedMsg = wrapText(rawMsg, 85);
142
- console.log(\`\\x1b[32mAlex ❯\\x1b[0m \\n \${formattedMsg}\`);
142
+ console.log('\\x1b[32mAlex ❯\\x1b[0m \\n ' + formattedMsg);
143
143
  if (aiData.remainingConsultations !== undefined) {
144
144
  const remaining = aiData.remainingConsultations;
145
145
  const limit = aiData.consultationLimit || 50;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.69",
3
+ "version": "1.2.70",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {