@wix/ditto-codegen-public 1.0.121 → 1.0.123
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 -5
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -66800,8 +66800,6 @@ var require_context = __commonJS({
|
|
|
66800
66800
|
history: new HistoryManager(),
|
|
66801
66801
|
projectId: process.env.PROJECT_ID || "test",
|
|
66802
66802
|
apiKey: process.env.ANTHROPIC_API_KEY,
|
|
66803
|
-
siteId: process.env.SITE_ID,
|
|
66804
|
-
accessToken: process.env.ACCESS_TOKEN,
|
|
66805
66803
|
appNamespace: process.env.APP_NAMESPACE,
|
|
66806
66804
|
hasActiveJobs: () => {
|
|
66807
66805
|
return Object.keys(exports2.ctx.activeJobs).some((jobId) => exports2.ctx.activeJobs[jobId] === ditto_codegen_types_12.Status.RUNNING);
|
|
@@ -117632,7 +117630,7 @@ var require_utils11 = __commonJS({
|
|
|
117632
117630
|
zod_1.z.literal(ditto_codegen_types_12.ExtensionGenerationOperation.INSERT),
|
|
117633
117631
|
zod_1.z.literal(ditto_codegen_types_12.ExtensionGenerationOperation.UPDATE)
|
|
117634
117632
|
]).describe("File operation: insert (new file), update (modify existing)").default(ditto_codegen_types_12.ExtensionGenerationOperation.INSERT),
|
|
117635
|
-
path: zod_1.z.string().describe("Relative file path from project root")
|
|
117633
|
+
path: zod_1.z.string().describe("Relative file path from project root"),
|
|
117636
117634
|
content: zod_1.z.string().describe("Complete file content as a string (for JSON files, stringify the object). Required for insert and update operations.")
|
|
117637
117635
|
}),
|
|
117638
117636
|
zod_1.z.object({
|
|
@@ -139727,8 +139725,6 @@ var require_init_codegen = __commonJS({
|
|
|
139727
139725
|
await orchestrator.generateCode({
|
|
139728
139726
|
blueprint,
|
|
139729
139727
|
outputPath,
|
|
139730
|
-
siteId: context_12.ctx.siteId,
|
|
139731
|
-
accessToken: context_12.ctx.accessToken,
|
|
139732
139728
|
appNamespace: context_12.ctx.appNamespace
|
|
139733
139729
|
});
|
|
139734
139730
|
await (0, codegen_flow_helpers_1.updateParentTaskStatus)(localJobContext, ditto_codegen_types_12.Status.COMPLETED);
|
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.123",
|
|
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": "19d3322bb9349ba5025ce8a9309b3988b12fb19be7c908eba3ee3c88"
|
|
28
28
|
}
|