@wix/ditto-codegen-public 1.0.311 → 1.0.312

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 -0
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -11770,6 +11770,7 @@ var require_codegen_rules = __commonJS({
11770
11770
  - Do NOT invent or assume new types, modules, functions, props, events, or imports.
11771
11771
  - NEVER use mocks, placeholders, debugging, or TODOs in any code.
11772
11772
  - ALWAYS implement complete, production-ready functionality.
11773
+ - Do NOT create test files or test code. Tests are out of scope for code generation.
11773
11774
 
11774
11775
  MINIMIZE TEXT OUTPUT \u2014 CRITICAL:
11775
11776
  - Do NOT narrate your actions. No "Let me now...", "Perfect!", "Now I'll...", "Excellent!", "Great!".
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.311",
3
+ "version": "1.0.312",
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": "251e88c928976761a317ed3d9250cdb85a52c52116a6c79380c15545"
30
+ "falconPackageHash": "54314505ec73d8bc89e0dd1b9bb6d3ef4e00022671f6894440dcb6ce"
31
31
  }