@wix/ditto-codegen-public 1.0.336 → 1.0.337
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.
- package/dist/out.js +2 -2
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -12215,8 +12215,8 @@ 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
|
-
|
|
12219
|
-
|
|
12218
|
+
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.
|
|
12219
|
+
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 and needs the collection created directly against it via METASITE_ID.
|
|
12220
12220
|
DO NOT write any code relating to Wix CLI data extensions \u2014 for example, do not generate \`src/extensions/data/extensions.ts\`.`;
|
|
12221
12221
|
}
|
|
12222
12222
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.337",
|
|
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": "
|
|
31
|
+
"falconPackageHash": "da6614c9f9d7d085399aa379f35438879cc654bfd3f97e860f62773e"
|
|
32
32
|
}
|