@wix/ditto-codegen-public 1.0.127 → 1.0.128
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 -3
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -122245,8 +122245,8 @@ var require_DashboardDecisionAgent = __commonJS({
|
|
|
122245
122245
|
})),
|
|
122246
122246
|
gridItem: zod_1.z.object({
|
|
122247
122247
|
titleFieldId: zod_1.z.string(),
|
|
122248
|
-
subtitleFieldId: zod_1.z.string().optional()
|
|
122249
|
-
imageFieldId: zod_1.z.string()
|
|
122248
|
+
subtitleFieldId: zod_1.z.string().optional(),
|
|
122249
|
+
imageFieldId: zod_1.z.string().optional()
|
|
122250
122250
|
}).optional().nullable()
|
|
122251
122251
|
}).optional(),
|
|
122252
122252
|
relevantCollectionId: zod_1.z.string().optional()
|
|
@@ -122636,7 +122636,7 @@ var require_AutoPatternsGenerator = __commonJS({
|
|
|
122636
122636
|
grid: {
|
|
122637
122637
|
item: {
|
|
122638
122638
|
titleFieldId: contentResult.schema?.gridItem?.titleFieldId,
|
|
122639
|
-
subtitleFieldId: contentResult.schema?.gridItem?.subtitleFieldId
|
|
122639
|
+
subtitleFieldId: contentResult.schema?.gridItem?.subtitleFieldId,
|
|
122640
122640
|
imageFieldId: contentResult.schema?.gridItem?.imageFieldId,
|
|
122641
122641
|
cardContentMode: contentResult.schema?.gridItem?.subtitleFieldId ? "full" : "title"
|
|
122642
122642
|
}
|
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.128",
|
|
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": "12e7dff1ae096376b0361ff041381787492ced0624ffae8cb99fbc79"
|
|
28
28
|
}
|