sanity 5.1.0-next.21 → 5.1.0-next.23

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.
@@ -2101,7 +2101,7 @@ declare interface DocumentStore {
2101
2101
  validation: (
2102
2102
  validationTargetId: string,
2103
2103
  type: string,
2104
- requireReferenceExistence: boolean,
2104
+ validatePublishedReferences: boolean,
2105
2105
  ) => Observable<ValidationStatus>
2106
2106
  }
2107
2107
  }
@@ -3152,7 +3152,7 @@ declare interface DocumentStore {
3152
3152
  validation: (
3153
3153
  validationTargetId: string,
3154
3154
  type: string,
3155
- requireReferenceExistence: boolean,
3155
+ validatePublishedReferences: boolean,
3156
3156
  ) => Observable<ValidationStatus>
3157
3157
  }
3158
3158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.1.0-next.21+44a8f20193",
3
+ "version": "5.1.0-next.23+c8498450d5",
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",
@@ -248,13 +248,13 @@
248
248
  "which": "^5.0.0",
249
249
  "xstate": "^5.25.0",
250
250
  "yargs": "^17.7.2",
251
- "@sanity/cli": "5.1.0-next.21+44a8f20193",
252
- "@sanity/diff": "5.1.0-next.21+44a8f20193",
253
- "@sanity/migrate": "5.1.0-next.21+44a8f20193",
254
- "@sanity/mutator": "5.1.0-next.21+44a8f20193",
255
- "@sanity/schema": "5.1.0-next.21+44a8f20193",
256
- "@sanity/types": "5.0.1",
257
- "@sanity/util": "5.1.0-next.21+44a8f20193"
251
+ "@sanity/cli": "5.1.0-next.23+c8498450d5",
252
+ "@sanity/diff": "5.1.0-next.23+c8498450d5",
253
+ "@sanity/migrate": "5.1.0-next.23+c8498450d5",
254
+ "@sanity/mutator": "5.1.0-next.23+c8498450d5",
255
+ "@sanity/schema": "5.1.0-next.23+c8498450d5",
256
+ "@sanity/util": "5.1.0-next.23+c8498450d5",
257
+ "@sanity/types": "5.0.1"
258
258
  },
259
259
  "devDependencies": {
260
260
  "@playwright/experimental-ct-react": "1.56.1",
@@ -300,13 +300,13 @@
300
300
  "swr": "2.2.5",
301
301
  "vitest": "^3.2.4",
302
302
  "vitest-package-exports": "^0.1.1",
303
- "@repo/eslint-config": "5.1.0-next.21+44a8f20193",
304
- "@repo/package.bundle": "5.1.0-next.21+44a8f20193",
305
- "@repo/package.config": "5.1.0-next.21+44a8f20193",
306
- "@repo/dev-aliases": "5.1.0-next.21+44a8f20193",
307
- "@repo/test-config": "5.1.0-next.21+44a8f20193",
308
- "@repo/tsconfig": "5.1.0-next.21+44a8f20193",
309
- "@sanity/codegen": "5.1.0-next.21+44a8f20193"
303
+ "@repo/eslint-config": "5.1.0-next.23+c8498450d5",
304
+ "@repo/dev-aliases": "5.1.0-next.23+c8498450d5",
305
+ "@repo/package.bundle": "5.1.0-next.23+c8498450d5",
306
+ "@repo/package.config": "5.1.0-next.23+c8498450d5",
307
+ "@repo/tsconfig": "5.1.0-next.23+c8498450d5",
308
+ "@repo/test-config": "5.1.0-next.23+c8498450d5",
309
+ "@sanity/codegen": "5.1.0-next.23+c8498450d5"
310
310
  },
311
311
  "peerDependencies": {
312
312
  "react": "^19.2.2",