@wix/ditto-codegen-public 1.0.62 → 1.0.63
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
|
@@ -123261,7 +123261,7 @@ ${error}` : ""}
|
|
|
123261
123261
|
const result = await this.generatePlan(systemPrompt, blueprint, model, lastError);
|
|
123262
123262
|
return result;
|
|
123263
123263
|
} catch (error) {
|
|
123264
|
-
lastError =
|
|
123264
|
+
lastError = JSON.stringify(error);
|
|
123265
123265
|
console.error(`Error generating plan (attempt ${i + 1}): ${error}`);
|
|
123266
123266
|
continue;
|
|
123267
123267
|
}
|
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.63",
|
|
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": "97fdea1718fe5ef42ed023ea635547ce5914fa7292153ec72833ab37"
|
|
28
28
|
}
|