@embeddable.com/sdk-react 2.3.3 → 2.3.5

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/lib/index.js CHANGED
@@ -443,6 +443,7 @@ const editorMetaSchema = zod.z
443
443
  name: zod.z.string(),
444
444
  label: zod.z.string(),
445
445
  type: embeddableTypeSchema,
446
+ config: zod.z.object({}).optional(),
446
447
  })
447
448
  .strict();
448
449