@wix/ditto-codegen-public 1.0.188 → 1.0.189

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 -2
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -67182,14 +67182,14 @@ var require_IterationAgent = __commonJS({
67182
67182
  var contextBuilders_1 = require_contextBuilders();
67183
67183
  var CurrentExtensionSchema = zod_1.z.object({
67184
67184
  extensionType: zod_1.z.enum(codegen_common_logic_1.codeGenerationExtensionTypes).describe("The extension kind to trigger"),
67185
- name: zod_1.z.string().min(2).max(30).describe("Short, human-readable name for the extension. Less than 30 chars."),
67185
+ name: zod_1.z.string().min(2).describe("Short, human-readable name for the extension. Less than 30 chars."),
67186
67186
  relatedSpis: zod_1.z.array(zod_1.z.string()).optional().describe("Optional value, only for SPI extensions - specify the SPI types"),
67187
67187
  paths: zod_1.z.array(zod_1.z.string()).describe("Paths relevant for this extension"),
67188
67188
  relevantUserRequest: zod_1.z.string().describe("What part of the user request this extension should do, do not reference other extensions.")
67189
67189
  });
67190
67190
  var AdditionalExtensionSchema = zod_1.z.object({
67191
67191
  extensionType: zod_1.z.enum(codegen_common_logic_1.codeGenerationExtensionTypes).describe("The extension kind to add"),
67192
- name: zod_1.z.string().describe("A descriptive name for this extension"),
67192
+ name: zod_1.z.string().min(2).max(30).describe("Short, human-readable name for the extension. Less than 30 chars."),
67193
67193
  relatedSpis: zod_1.z.array(zod_1.z.string()).optional().describe("Optional value, only for SPI extensions - specify the SPI types"),
67194
67194
  relevantUserRequest: zod_1.z.string().describe("What part of the user request this extension should do, do not reference other extensions.")
67195
67195
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.188",
3
+ "version": "1.0.189",
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": "b3e1d6f35c4c8cf997f4f0b20238bd32d113dbbd82c389819b9321bd"
27
+ "falconPackageHash": "bb5b65ef8d8d49eabb2d02f2d709470c1a05e78004384d562a39b10a"
28
28
  }