@wix/ditto-codegen-public 1.0.221 → 1.0.222

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.
Files changed (2) hide show
  1. package/dist/out.js +2 -0
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -107227,6 +107227,7 @@ var require_init_codegen = __commonJS({
107227
107227
  var runInitCodegenFlow = async (blueprint, history) => {
107228
107228
  const localJobContext = job_context_storage_12.jobContextStorage.getStore();
107229
107229
  console.log(`[Init] Starting init codegen task: jobId=${localJobContext?.jobId}, taskId=${localJobContext?.taskId}`);
107230
+ await codeGenerationService_12.codeGenerationService.updateJobStatus(localJobContext.jobId, ditto_codegen_types_12.Status.RUNNING);
107230
107231
  await codeGenerationService_12.codeGenerationService.updateTask(localJobContext.jobId, localJobContext.taskId, ditto_codegen_types_12.Status.RUNNING, {});
107231
107232
  console.log(`[Init] Marked task RUNNING: jobId=${localJobContext.jobId}, taskId=${localJobContext.taskId}`);
107232
107233
  try {
@@ -321297,6 +321298,7 @@ var require_iterate_codegen = __commonJS({
321297
321298
  var runIterateCodegenFlow = async (chatHistory) => {
321298
321299
  const localJobContext = job_context_storage_12.jobContextStorage.getStore();
321299
321300
  console.log(`[Iterate] Starting iterate codegen task: jobId=${localJobContext?.jobId}, taskId=${localJobContext?.taskId}`);
321301
+ await codeGenerationService_12.codeGenerationService.updateJobStatus(localJobContext.jobId, ditto_codegen_types_12.Status.RUNNING);
321300
321302
  await codeGenerationService_12.codeGenerationService.updateTask(localJobContext.jobId, localJobContext.taskId, ditto_codegen_types_12.Status.RUNNING, {});
321301
321303
  console.log(`[Init] Marked task RUNNING: jobId=${localJobContext.jobId}, taskId=${localJobContext.taskId}`);
321302
321304
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.221",
3
+ "version": "1.0.222",
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.27.2"
26
26
  },
27
- "falconPackageHash": "f685e53eb204f432a8444894d84209d942ed0d846820b3ea10a2a150"
27
+ "falconPackageHash": "185e017bb8f917eb9c6a58ad21cc87a30f6b8448944f0d5e23516848"
28
28
  }