@wix/ditto-codegen-public 1.0.173 → 1.0.174

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 +2 -0
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -37703,6 +37703,8 @@ Output:
37703
37703
  - Consider grouping related parameters (e.g., activation settings, appearance settings)
37704
37704
  - Default values should be sensible and demonstrate the expected format
37705
37705
  - IMPORTANT: These parameters are persisted by the embeddedScripts parameters. Do NOT create CMS collections for this data.
37706
+ - STRICTLY use only the supported parameter types listed above. Do NOT use types from other contexts like CMS (e.g., do NOT use ARRAY_STRING, ARRAY, etc.).
37707
+ - If you need a list of values (like a list of emojis or strings), use TEXT type and describe the expected format (e.g., "Comma-separated list of emojis") in the description.
37706
37708
  </guidelines>
37707
37709
 
37708
37710
  </DYNAMIC_PARAMETERS_PLANNER_SYSTEM_PROMPT>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.173",
3
+ "version": "1.0.174",
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": "143c2dbe2321cf37cf808acd5d4052c36631cc0a6f612540411cf062"
27
+ "falconPackageHash": "5e9ab84eca7dfd393dd52c5fb28146e77adecd047e29a951b80745ef"
28
28
  }