@wix/ditto-codegen-public 1.0.300 → 1.0.301

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
@@ -11416,7 +11416,7 @@ Use this namespace when creating data collections (for idSuffix scoping).`);
11416
11416
  }
11417
11417
  if (codeIdentifier) {
11418
11418
  parts.push(`CODE_IDENTIFIER: ${codeIdentifier}
11419
- If generating site component extensions, use this identifier as the type prefix (e.g. type: '${codeIdentifier}.ComponentName').`);
11419
+ If generating Editor React component extensions, use this identifier as the type prefix (e.g. type: '${codeIdentifier}.ComponentName').`);
11420
11420
  }
11421
11421
  return parts.join("\n\n");
11422
11422
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.300",
3
+ "version": "1.0.301",
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": "7e01650dd75487b832d97effba283214a682adce04a362e8302151e0"
30
+ "falconPackageHash": "3f683b633bc0b16375fd7e13177687e204ebe2cd2c8cb4f1add95c7d"
31
31
  }