@wix/ditto-codegen-public 1.0.336 → 1.0.338

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 +5 -1
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -12215,7 +12215,11 @@ var require_site_data_layer_rules = __commonJS({
12215
12215
  exports2.SITE_DATA_LAYER_RULES = void 0;
12216
12216
  exports2.SITE_DATA_LAYER_RULES = `# Site Data Layer Rules
12217
12217
 
12218
- DATA LAYER \u2014 REST only. The agent operates on a live Wix site (METASITE_ID is in your prompt context). For any persistent-data need \u2014 CMS collections, content tables, schemas, data models, or databases that store items \u2014 use the \`wix-site-data-collection\` skill. The \`wix-app\` skill remains the right tool for surrounding extensions (dashboard pages, modals, widgets); only the data layer is overridden.
12218
+ The agent operates on a live Wix site (METASITE_ID is in your prompt context).
12219
+
12220
+ For any persistent-data need \u2014 CMS collections, content tables, schemas, data models, or databases that store items \u2014 use the \`wix-site-data-collection\` skill.
12221
+
12222
+ The \`wix-app\` skill remains the right tool for surrounding extensions (dashboard pages, modals, widgets); only the data layer is overridden. A Wix CLI data collection extension will NOT work here \u2014 it only provisions on app install, but this is a live site that already exists. Use the \`wix-site-data-collection\` skill to discover the existing collections on the site and wire your code against them.
12219
12223
 
12220
12224
  DO NOT write any code relating to Wix CLI data extensions \u2014 for example, do not generate \`src/extensions/data/extensions.ts\`.`;
12221
12225
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.336",
3
+ "version": "1.0.338",
4
4
  "description": "AI-powered Wix CLI app generator - standalone executable",
5
5
  "scripts": {
6
6
  "build": "node build.mjs",
@@ -28,5 +28,5 @@
28
28
  "esbuild": "^0.27.2",
29
29
  "vitest": "^4.0.16"
30
30
  },
31
- "falconPackageHash": "b88c9d7b3f4ddff9550b92f8435497477552547d5bada1ed4e0d560d"
31
+ "falconPackageHash": "a81fb5dcaeaa89e3ee490de01cd247de5fdb49be128032f25cf0ede6"
32
32
  }