@wix/ditto-codegen-public 1.0.28 → 1.0.29
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 -0
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -132290,6 +132290,9 @@ export default appBuilder;
|
|
|
132290
132290
|
const importStatements = [];
|
|
132291
132291
|
for (const extensionFile of extensionFiles) {
|
|
132292
132292
|
const relativePath = "./" + path_1.default.relative(srcDir, extensionFile);
|
|
132293
|
+
if (relativePath === "./extensions.ts") {
|
|
132294
|
+
continue;
|
|
132295
|
+
}
|
|
132293
132296
|
importStatements.push(`export * from '${relativePath}';`);
|
|
132294
132297
|
}
|
|
132295
132298
|
const content = importStatements.join("\n") + "\n";
|
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.29",
|
|
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": "7fcd49758489e63cb0aaa79700dea25116a090685fa51d966ae02cdc"
|
|
28
28
|
}
|