@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.
package/lib/index.d.cts CHANGED
@@ -3125,9 +3125,6 @@ export declare type PatchChange = {
3125
3125
  export declare type PatchesEvent = {
3126
3126
  type: 'patches'
3127
3127
  patches: Array<Patch>
3128
- /**
3129
- * @deprecated Unused by the editor
3130
- */
3131
3128
  snapshot: Array<PortableTextBlock> | undefined
3132
3129
  }
3133
3130
 
package/lib/index.d.ts CHANGED
@@ -3125,9 +3125,6 @@ export declare type PatchChange = {
3125
3125
  export declare type PatchesEvent = {
3126
3126
  type: 'patches'
3127
3127
  patches: Array<Patch>
3128
- /**
3129
- * @deprecated Unused by the editor
3130
- */
3131
3128
  snapshot: Array<PortableTextBlock> | undefined
3132
3129
  }
3133
3130