@wix/ditto-codegen-public 1.0.335 → 1.0.336
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 -0
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -13847,6 +13847,7 @@ var require_executor = __commonJS({
|
|
|
13847
13847
|
maxRetries: MAX_RETRIES,
|
|
13848
13848
|
workingDirectory: outputPath
|
|
13849
13849
|
});
|
|
13850
|
+
logger_12.logger.debug("[OpenCode] Full prompt", { prompt });
|
|
13850
13851
|
const isAsk = job_context_storage_12.jobContextStorage.getStore()?.kind === ditto_codegen_types_12.TaskKind.ASK_CODEGEN;
|
|
13851
13852
|
const env = (0, config_12.getOpenCodeEnv)(projectId, isAsk);
|
|
13852
13853
|
ctx.child = (0, child_process_1.spawn)("opencode", args, {
|
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.336",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"esbuild": "^0.27.2",
|
|
29
29
|
"vitest": "^4.0.16"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "b88c9d7b3f4ddff9550b92f8435497477552547d5bada1ed4e0d560d"
|
|
32
32
|
}
|