@wix/ditto-codegen-public 1.0.29 → 1.0.30
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 +1 -1
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -132272,7 +132272,7 @@ import * as allExtensions from './index';`;
|
|
|
132272
132272
|
const content = `${imports}
|
|
132273
132273
|
|
|
132274
132274
|
// Get all exported extensions
|
|
132275
|
-
const extensionList = Object.values(allExtensions)
|
|
132275
|
+
const extensionList = Object.values(allExtensions);
|
|
132276
132276
|
|
|
132277
132277
|
const appBuilder = app();
|
|
132278
132278
|
extensionList.forEach(extension => {
|
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.30",
|
|
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": "
|
|
27
|
+
"falconPackageHash": "36e3cd17921ac10d83d0ca2fa157c161a0264c30b5e1090ab3319a95"
|
|
28
28
|
}
|