@portabletext/editor 1.50.1 → 1.50.2

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.
@@ -2627,9 +2627,6 @@ declare type ObjectBlockWithOptionalKey = Omit<PortableTextObject, '_key'> & {
2627
2627
  declare type PatchesEvent = {
2628
2628
  type: 'patches'
2629
2629
  patches: Array<Patch>
2630
- /**
2631
- * @deprecated Unused by the editor
2632
- */
2633
2630
  snapshot: Array<PortableTextBlock> | undefined
2634
2631
  }
2635
2632
 
@@ -2627,9 +2627,6 @@ declare type ObjectBlockWithOptionalKey = Omit<PortableTextObject, '_key'> & {
2627
2627
  declare type PatchesEvent = {
2628
2628
  type: 'patches'
2629
2629
  patches: Array<Patch>
2630
- /**
2631
- * @deprecated Unused by the editor
2632
- */
2633
2630
  snapshot: Array<PortableTextBlock> | undefined
2634
2631
  }
2635
2632