@sanity/mutator 6.7.0-next.5 → 6.7.0-next.51

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.ts CHANGED
@@ -361,4 +361,5 @@ declare function extractWithPath(path: string, value: unknown): {
361
361
  path: (string | number)[];
362
362
  value: unknown;
363
363
  }[];
364
- export { BufferedDocument, type CommitHandlerMessage, type Doc, type Document, type Mut, Mutation, type MutationParams, type SquashingBuffer, type SubmissionResponder, arrayToJSONMatchPath, extract, extractWithPath };
364
+ export { BufferedDocument, type CommitHandlerMessage, type Doc, type Document, type Mut, Mutation, type MutationParams, type SquashingBuffer, type SubmissionResponder, arrayToJSONMatchPath, extract, extractWithPath };
365
+ //# sourceMappingURL=index.d.ts.map