@wix/ditto-codegen-public 1.0.325 → 1.0.326
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.
- package/dist/out.js +3 -1
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -12964,8 +12964,10 @@ var require_config = __commonJS({
|
|
|
12964
12964
|
"npx",
|
|
12965
12965
|
"-y",
|
|
12966
12966
|
"@wix/mcp",
|
|
12967
|
+
"--tools",
|
|
12968
|
+
"SDK",
|
|
12967
12969
|
"--experimental",
|
|
12968
|
-
"
|
|
12970
|
+
"WIX_API_THROUGH_FS"
|
|
12969
12971
|
],
|
|
12970
12972
|
enabled: true
|
|
12971
12973
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.326",
|
|
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
|
"esbuild": "^0.27.2",
|
|
29
29
|
"vitest": "^4.0.16"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "35b73cd33bb1d9ab6fff654100df272cce16132bcd553c0b645154a5"
|
|
32
32
|
}
|