@wix/ditto-codegen-public 1.0.121 → 1.0.122

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
@@ -117632,7 +117632,7 @@ var require_utils11 = __commonJS({
117632
117632
  zod_1.z.literal(ditto_codegen_types_12.ExtensionGenerationOperation.INSERT),
117633
117633
  zod_1.z.literal(ditto_codegen_types_12.ExtensionGenerationOperation.UPDATE)
117634
117634
  ]).describe("File operation: insert (new file), update (modify existing)").default(ditto_codegen_types_12.ExtensionGenerationOperation.INSERT),
117635
- path: zod_1.z.string().describe("Relative file path from project root").optional(),
117635
+ path: zod_1.z.string().describe("Relative file path from project root"),
117636
117636
  content: zod_1.z.string().describe("Complete file content as a string (for JSON files, stringify the object). Required for insert and update operations.")
117637
117637
  }),
117638
117638
  zod_1.z.object({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.121",
3
+ "version": "1.0.122",
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": "e4988d81bb423f5cae6221518ca7c7e3f12937c96c95cdf314393e3e"
27
+ "falconPackageHash": "e5a5857f23d9de40882550d9c575890cda573c05d278aa8f4a6cabae"
28
28
  }