sanity 5.7.0-next.22 → 5.7.0-next.24

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.
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "5.7.0-next.22+afe18d4413";
10
+ "5.7.0-next.24+1af0e35075";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.7.0-next.22+afe18d4413",
3
+ "version": "5.7.0-next.24+1af0e35075",
4
4
  "description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches",
5
5
  "keywords": [
6
6
  "sanity",
@@ -219,12 +219,12 @@
219
219
  "which": "^5.0.0",
220
220
  "xstate": "^5.25.1",
221
221
  "yargs": "^17.7.2",
222
- "@sanity/cli": "5.7.0-next.22+afe18d4413",
223
- "@sanity/diff": "5.7.0-next.22+afe18d4413",
222
+ "@sanity/cli": "5.7.0-next.24+1af0e35075",
223
+ "@sanity/mutator": "5.7.0-next.24+1af0e35075",
224
+ "@sanity/schema": "5.7.0-next.24+1af0e35075",
225
+ "@sanity/diff": "5.7.0-next.24+1af0e35075",
224
226
  "@sanity/types": "5.6.0",
225
- "@sanity/mutator": "5.7.0-next.22+afe18d4413",
226
- "@sanity/schema": "5.7.0-next.22+afe18d4413",
227
- "@sanity/util": "5.7.0-next.22+afe18d4413"
227
+ "@sanity/util": "5.7.0-next.24+1af0e35075"
228
228
  },
229
229
  "devDependencies": {
230
230
  "@playwright/experimental-ct-react": "1.57.0",
@@ -271,11 +271,11 @@
271
271
  "tsx": "^4.21.0",
272
272
  "vitest": "^4.0.16",
273
273
  "vitest-package-exports": "^1.1.2",
274
- "@repo/package.bundle": "5.7.0-next.22+afe18d4413",
275
- "@repo/tsconfig": "5.7.0-next.22+afe18d4413",
276
- "@repo/package.config": "5.7.0-next.22+afe18d4413",
277
- "@repo/eslint-config": "5.7.0-next.22+afe18d4413",
278
- "@repo/test-config": "5.7.0-next.22+afe18d4413"
274
+ "@repo/eslint-config": "5.7.0-next.24+1af0e35075",
275
+ "@repo/package.bundle": "5.7.0-next.24+1af0e35075",
276
+ "@repo/package.config": "5.7.0-next.24+1af0e35075",
277
+ "@repo/test-config": "5.7.0-next.24+1af0e35075",
278
+ "@repo/tsconfig": "5.7.0-next.24+1af0e35075"
279
279
  },
280
280
  "peerDependencies": {
281
281
  "react": "^19.2.2",