@base44-preview/cli 0.0.30-pr.219.90d5222 → 0.0.30-pr.223.1526f8e

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.
package/dist/cli/index.js CHANGED
@@ -168799,7 +168799,7 @@ async function checkForUpgrade() {
168799
168799
  function formatUpgradeMessage(info) {
168800
168800
  const { shinyOrange } = theme.colors;
168801
168801
  const { bold: bold2 } = theme.styles;
168802
- return `${shinyOrange("Update available!")} ${shinyOrange(`${info.currentVersion} → ${info.latestVersion}`)} ${shinyOrange("Run:")} ${bold2(shinyOrange("npm update -g base44"))}`;
168802
+ return `${shinyOrange("Update available!")} ${shinyOrange(`${info.currentVersion} → ${info.latestVersion}`)} ${shinyOrange("Run:")} ${bold2(shinyOrange("npm install -g base44@latest"))}`;
168803
168803
  }
168804
168804
  async function printUpgradeNotificationIfAvailable() {
168805
168805
  try {
@@ -170135,10 +170135,10 @@ async function generateContent(input) {
170135
170135
  const registryEntries = [
170136
170136
  [
170137
170137
  "EntityTypeRegistry",
170138
- entities.map((e8) => `${e8.name}: ${toPascalCase(e8.name)};`)
170138
+ entities.map((e8) => `"${e8.name}": ${toPascalCase(e8.name)};`)
170139
170139
  ],
170140
- ["FunctionNameRegistry", functions.map((f7) => `${f7.name}: true;`)],
170141
- ["AgentNameRegistry", agents.map((a5) => `${a5.name}: true;`)]
170140
+ ["FunctionNameRegistry", functions.map((f7) => `"${f7.name}": true;`)],
170141
+ ["AgentNameRegistry", agents.map((a5) => `"${a5.name}": true;`)]
170142
170142
  ];
170143
170143
  const registries2 = registryEntries.filter(([, entries]) => entries.length > 0).map(([name2, entries]) => registry2(name2, entries));
170144
170144
  return [
@@ -174517,4 +174517,4 @@ export {
174517
174517
  CLIExitError
174518
174518
  };
174519
174519
 
174520
- //# debugId=AB7E11E3B94218E864756E2164756E21
174520
+ //# debugId=CAC914B71B29789364756E2164756E21