@wix/ditto-codegen-public 1.0.116 → 1.0.117
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
|
@@ -123183,7 +123183,7 @@ import { WixDesignSystemProvider } from '@wix/design-system';
|
|
|
123183
123183
|
import '@wix/design-system/styles.global.css';
|
|
123184
123184
|
import { WixPatternsProvider } from '@wix/patterns/provider';
|
|
123185
123185
|
import { PatternsWizardOverridesProvider, AutoPatternsApp } from '@wix/auto-patterns';
|
|
123186
|
-
import type { AppConfig } from '@wix/auto-patterns
|
|
123186
|
+
import type { AppConfig } from '@wix/auto-patterns';
|
|
123187
123187
|
import { withDashboard } from '@wix/patterns';
|
|
123188
123188
|
import config from './patterns.json';
|
|
123189
123189
|
|
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.117",
|
|
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": "c3b8fa24ae1eea077578840bae328207fed4dac441976a823fd10287"
|
|
28
28
|
}
|