@contentful/experiences-core 1.33.0-dev-20250220T1731-53c66f8.0 → 1.33.0-dev-20250220T1736-25107a5.0
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1189,7 +1189,7 @@ const PatternPropertyDefinitionsSchema = z.record(propertyKeySchema, PatternProp
|
|
|
1189
1189
|
const PatternPropertySchema = z.object({
|
|
1190
1190
|
type: z.literal('BoundValue'),
|
|
1191
1191
|
path: z.string(),
|
|
1192
|
-
|
|
1192
|
+
contentType: z.string(),
|
|
1193
1193
|
});
|
|
1194
1194
|
const PatternPropertysSchema = z.record(propertyKeySchema, PatternPropertySchema);
|
|
1195
1195
|
const BreakpointSchema = z
|