@sanity/mutator 6.4.0-next.24 → 6.4.0-next.29

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import isEqual from "lodash-es/isEqual.js";
2
2
  import debugIt from "debug";
3
+ import compact from "lodash-es/compact.js";
3
4
  import flatten from "lodash-es/flatten.js";
4
5
  import { parsePatch as parsePatch$1, applyPatches, stringifyPatches, makePatches } from "@sanity/diff-match-patch";
5
6
  import max from "lodash-es/max.js";
6
7
  import min from "lodash-es/min.js";
7
8
  import { uuid } from "@sanity/uuid";
8
- import compact from "lodash-es/compact.js";
9
9
  const debug = debugIt("mutator-document");
10
10
  function isRecord$1(value) {
11
11
  return value !== null && typeof value == "object";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/mutator",
3
- "version": "6.4.0-next.24",
3
+ "version": "6.4.0-next.29",
4
4
  "description": "A set of models to make it easier to utilize the powerful real time collaborative features of Sanity",
5
5
  "keywords": [
6
6
  "cms",
@@ -37,10 +37,10 @@
37
37
  "@sanity/uuid": "^3.0.3",
38
38
  "debug": "^4.4.3",
39
39
  "lodash-es": "^4.18.1",
40
- "@sanity/types": "6.4.0-next.24+f788296486"
40
+ "@sanity/types": "6.4.0-next.29+ef537bcb4e"
41
41
  },
42
42
  "devDependencies": {
43
- "@sanity/pkg-utils": "^10.8.1",
43
+ "@sanity/pkg-utils": "^10.9.0",
44
44
  "@types/debug": "^4.1.13",
45
45
  "@types/lodash-es": "^4.17.12",
46
46
  "@types/node": "^24.13.2",
@@ -48,9 +48,9 @@
48
48
  "rimraf": "^6.1.3",
49
49
  "vite": "^8.1.0",
50
50
  "vitest": "^4.1.9",
51
- "@repo/tsconfig": "6.4.0-next.24+f788296486",
52
- "@repo/test-config": "6.4.0-next.24+f788296486",
53
- "@repo/package.config": "6.4.0-next.24+f788296486"
51
+ "@repo/test-config": "6.4.0-next.29+ef537bcb4e",
52
+ "@repo/package.config": "6.4.0-next.29+ef537bcb4e",
53
+ "@repo/tsconfig": "6.4.0-next.29+ef537bcb4e"
54
54
  },
55
55
  "browserslist": [
56
56
  "node >=22.12",