@sanity/mutator 6.6.0-next.73 → 6.6.0-next.76
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 +1 -1
- package/package.json +5 -5
package/lib/index.d.ts
CHANGED
|
@@ -239,7 +239,7 @@ declare class SquashingBuffer {
|
|
|
239
239
|
/**
|
|
240
240
|
* Attempt to perform one single set operation in an optimised manner, return value
|
|
241
241
|
* reflects whether or not the operation could be performed.
|
|
242
|
-
|
|
242
|
+
* @param path - The JSONPath to the set operation in question
|
|
243
243
|
* @param nextValue - The value to be set
|
|
244
244
|
* @returns True of optimized, false otherwise
|
|
245
245
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/mutator",
|
|
3
|
-
"version": "6.6.0-next.
|
|
3
|
+
"version": "6.6.0-next.76",
|
|
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,7 +37,7 @@
|
|
|
37
37
|
"@sanity/uuid": "^3.0.3",
|
|
38
38
|
"debug": "^4.4.3",
|
|
39
39
|
"lodash-es": "^4.18.1",
|
|
40
|
-
"@sanity/types": "6.6.0-next.
|
|
40
|
+
"@sanity/types": "6.6.0-next.76+26ea465b45"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@sanity/pkg-utils": "^10.9.0",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"rimraf": "^6.1.3",
|
|
49
49
|
"vite": "^8.1.5",
|
|
50
50
|
"vitest": "^4.1.10",
|
|
51
|
-
"@repo/
|
|
52
|
-
"@repo/
|
|
53
|
-
"@repo/
|
|
51
|
+
"@repo/package.config": "6.6.0-next.76+26ea465b45",
|
|
52
|
+
"@repo/test-config": "6.6.0-next.76+26ea465b45",
|
|
53
|
+
"@repo/tsconfig": "6.6.0-next.76+26ea465b45"
|
|
54
54
|
},
|
|
55
55
|
"browserslist": [
|
|
56
56
|
"node >=22.12",
|