@wix/ditto-codegen-public 1.0.11 → 1.0.12

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 +3 -0
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -119823,6 +119823,9 @@ var require_orchestrator = __commonJS({
119823
119823
  const parallelTasks = extensions.map(async (extension) => {
119824
119824
  this.emitEvent("scaffold:start", { extension });
119825
119825
  const [scaffold] = await (0, ditto_scaffolding_1.copyScaffoldingTemplate)(extension, outputPath);
119826
+ if (!scaffold) {
119827
+ console.warn("Failed to scaffold for extension", extension);
119828
+ }
119826
119829
  this.emitEvent("scaffold:done", {
119827
119830
  extension,
119828
119831
  scaffoldPath: scaffold.path
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
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": "62c619e88c2fe6ffd7ba3b0779dbb7d2b1c6e8cefe0bfc412cc743bd"
27
+ "falconPackageHash": "584d5dc8fa842fb1bd1c32c7f9767c26e9463151bd243b06c6348eec"
28
28
  }