@wix/ditto-codegen-public 1.0.268 → 1.0.269

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 +3 -3
  2. package/package.json +2 -2
package/dist/out.js CHANGED
@@ -48752,7 +48752,7 @@ var require_constants6 = __commonJS({
48752
48752
  return EXTENSION_FILE_PATTERN.test(filePath);
48753
48753
  }
48754
48754
  function detectExtensionType(content) {
48755
- if (content.includes("genericExtension(") && content.includes('compType: "DATA_COMPONENT"')) {
48755
+ if (content.includes("genericExtension(") && content.includes("compType: 'DATA_COMPONENT'")) {
48756
48756
  return "collection";
48757
48757
  }
48758
48758
  for (const [builder, label] of Object.entries(exports2.BUILDER_TO_EXTENSION_LABEL)) {
@@ -48818,7 +48818,7 @@ var require_config = __commonJS({
48818
48818
  command: [
48819
48819
  "npx",
48820
48820
  "-y",
48821
- "@wix/mcp@1.0.22",
48821
+ "@wix/mcp",
48822
48822
  "--experimental",
48823
48823
  "GET_TO_KNOW_WIX,WIX_API_THROUGH_FS"
48824
48824
  ],
@@ -92098,7 +92098,7 @@ var require_WixMCPClient = __commonJS({
92098
92098
  command: "npx",
92099
92099
  args: [
92100
92100
  "-y",
92101
- "@wix/mcp@1.0.22",
92101
+ "@wix/mcp",
92102
92102
  "--experimental",
92103
92103
  "GET_TO_KNOW_WIX,WIX_API_THROUGH_FS"
92104
92104
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ditto-codegen-public",
3
- "version": "1.0.268",
3
+ "version": "1.0.269",
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
  "@wix/ditto-codegen": "1.0.0",
29
29
  "esbuild": "^0.27.2"
30
30
  },
31
- "falconPackageHash": "4fa04d58db47d7fc986eb0e351068661a075dc42c9ac6567ef374585"
31
+ "falconPackageHash": "ad1e291122bd10f8eddcaef9d712accb3c602ed227afff92970f532e"
32
32
  }