@wix/ditto-codegen-public 1.0.282 → 1.0.283

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 +1 -1
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -17716,7 +17716,7 @@ var require_opencode_init = __commonJS({
17716
17716
  const preDecisionResult = await (0, pre_run_decision_1.runPreDecisionCheck)(localJobContext.jobId, { blueprint }, [pre_run_decision_1.checkSiteUIDecision]);
17717
17717
  finalBlueprint = preDecisionResult.modifiedBlueprint ?? blueprint;
17718
17718
  if (preDecisionResult.decisionsApplied.length > 0) {
17719
- jobLog.info(`[OpenCode Init] Applied ${preDecisionResult.decisionsApplied.length} pre-decision(s)`);
17719
+ jobLog.info(`[OpenCode Init] Applied ${preDecisionResult.decisionsApplied.length} pre-decision(s). Final blueprint: ${JSON.stringify(finalBlueprint)}`);
17720
17720
  }
17721
17721
  }
17722
17722
  const orchestrator = new OpenCodeOrchestrator_1.OpenCodeOrchestrator();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.282",
3
+ "version": "1.0.283",
4
4
  "description": "AI-powered Wix CLI app generator - standalone executable",
5
5
  "scripts": {
6
6
  "build": "node build.mjs",
@@ -27,5 +27,5 @@
27
27
  "@wix/ditto-codegen": "1.0.0",
28
28
  "esbuild": "^0.27.2"
29
29
  },
30
- "falconPackageHash": "dfa51d2033ad05b1debde0dbd9a4970eab5e3a9a5507fc31abbf2a36"
30
+ "falconPackageHash": "c5209065639e84ea359b21481b35c511095eb616c45795962d8c8b69"
31
31
  }