@base44-preview/cli 0.0.49-pr.454.a86988b → 0.0.49-pr.454.bae1718
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 +2 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -241674,7 +241674,7 @@ async function writeAgents(agentsDir, remoteAgents) {
|
|
|
241674
241674
|
continue;
|
|
241675
241675
|
}
|
|
241676
241676
|
const filePath = existing?.filePath ?? findAvailablePath(agentsDir, agent.name, claimedPaths);
|
|
241677
|
-
claimedPaths.add(filePath);
|
|
241677
|
+
claimedPaths.add(normalize(filePath));
|
|
241678
241678
|
await writeJsonFile(filePath, agent);
|
|
241679
241679
|
written.push(agent.name);
|
|
241680
241680
|
}
|
|
@@ -260142,4 +260142,4 @@ export {
|
|
|
260142
260142
|
CLIExitError
|
|
260143
260143
|
};
|
|
260144
260144
|
|
|
260145
|
-
//# debugId=
|
|
260145
|
+
//# debugId=CE4BF5816B3C936964756E2164756E21
|