@contentful/experiences-core 1.33.0-dev-20250220T1731-53c66f8.0 → 1.33.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 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
- contenType: z.string(),
1192
+ contentType: z.string(),
1193
1193
  });
1194
1194
  const PatternPropertysSchema = z.record(propertyKeySchema, PatternPropertySchema);
1195
1195
  const BreakpointSchema = z