@wix/ditto-codegen-public 1.0.59 → 1.0.60
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/out.js +1 -1
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -138069,7 +138069,7 @@ var require_orchestrator = __commonJS({
|
|
|
138069
138069
|
console.log("Plan", JSON.stringify(plan));
|
|
138070
138070
|
this.emitEvent("planner:done", {});
|
|
138071
138071
|
const createdCollections = [];
|
|
138072
|
-
if (plan?.collections?.length > 0) {
|
|
138072
|
+
if (plan?.collections?.length > 0 && siteId && siteId !== "N/A" && accessToken) {
|
|
138073
138073
|
this.emitEvent("cms:start", {});
|
|
138074
138074
|
const cmsAgent = this.agentsFactory.getAgent({ type: "CMS" });
|
|
138075
138075
|
for (const collection of plan.collections) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.60",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@wix/ditto-codegen": "1.0.0",
|
|
25
25
|
"esbuild": "^0.25.9"
|
|
26
26
|
},
|
|
27
|
-
"falconPackageHash": "
|
|
27
|
+
"falconPackageHash": "cc96755abf87f7cf075c6b660ab4e49dfe7c383ebacc11e06da2992a"
|
|
28
28
|
}
|