@wix/ditto-codegen-public 1.0.343 → 1.0.344
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.
|
@@ -11,7 +11,8 @@ export default tool({
|
|
|
11
11
|
.describe(
|
|
12
12
|
"Default false. Only set true when package.json changed in this iteration " +
|
|
13
13
|
"(added, removed, or upgraded a dependency). node_modules is pre-populated " +
|
|
14
|
-
"in the image, so installs are unnecessary otherwise."
|
|
14
|
+
"in the image, so installs are unnecessary otherwise. " +
|
|
15
|
+
"For TS2307 errors: run `npm install <package-name>` in bash first, not installDeps: true.",
|
|
15
16
|
),
|
|
16
17
|
runBuild: tool.schema
|
|
17
18
|
.boolean()
|
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.344",
|
|
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": "6a784882b81926659c5f42faebef73e229a10f774f36ebf2110e445e"
|
|
32
32
|
}
|