sanity 4.0.2-next.0-1493034f2d-202507161600 → 4.0.2-next.0-ebde28ec21-202507170747

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.
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "4.0.2-next.0-1493034f2d-202507161600";
1
+ const SANITY_VERSION = "4.0.2-next.0-ebde28ec21-202507170747";
2
2
  export {
3
3
  SANITY_VERSION
4
4
  };
@@ -3568,6 +3568,7 @@ declare interface DocumentPaneContextValue {
3568
3568
  revisionId: string | null
3569
3569
  revisionNotFound: boolean
3570
3570
  lastNonDeletedRevId: string | null
3571
+ lastRevisionDocument: SanityDocument | null
3571
3572
  }
3572
3573
 
3573
3574
  /** @internal */
@@ -3568,6 +3568,7 @@ declare interface DocumentPaneContextValue {
3568
3568
  revisionId: string | null
3569
3569
  revisionNotFound: boolean
3570
3570
  lastNonDeletedRevId: string | null
3571
+ lastRevisionDocument: SanityDocument | null
3571
3572
  }
3572
3573
 
3573
3574
  /** @internal */
package/lib/desk.d.mts CHANGED
@@ -3091,6 +3091,7 @@ declare interface DocumentPaneContextValue {
3091
3091
  revisionId: string | null
3092
3092
  revisionNotFound: boolean
3093
3093
  lastNonDeletedRevId: string | null
3094
+ lastRevisionDocument: SanityDocument | null
3094
3095
  }
3095
3096
 
3096
3097
  /**
package/lib/desk.d.ts CHANGED
@@ -3091,6 +3091,7 @@ declare interface DocumentPaneContextValue {
3091
3091
  revisionId: string | null
3092
3092
  revisionNotFound: boolean
3093
3093
  lastNonDeletedRevId: string | null
3094
+ lastRevisionDocument: SanityDocument | null
3094
3095
  }
3095
3096
 
3096
3097
  /**
@@ -1122,6 +1122,7 @@ declare interface DocumentPaneContextValue {
1122
1122
  revisionId: string | null
1123
1123
  revisionNotFound: boolean
1124
1124
  lastNonDeletedRevId: string | null
1125
+ lastRevisionDocument: SanityDocument | null
1125
1126
  }
1126
1127
 
1127
1128
  /** @internal */
@@ -1122,6 +1122,7 @@ declare interface DocumentPaneContextValue {
1122
1122
  revisionId: string | null
1123
1123
  revisionNotFound: boolean
1124
1124
  lastNonDeletedRevId: string | null
1125
+ lastRevisionDocument: SanityDocument | null
1125
1126
  }
1126
1127
 
1127
1128
  /** @internal */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "4.0.2-next.0-1493034f2d-202507161600",
3
+ "version": "4.0.2-next.0-ebde28ec21-202507170747",
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",
@@ -265,13 +265,13 @@
265
265
  "which": "^5.0.0",
266
266
  "xstate": "^5.20.0",
267
267
  "yargs": "^17.3.0",
268
- "@sanity/cli": "4.0.2-next.0-1493034f2d-202507161600",
269
- "@sanity/diff": "4.0.1-1493034f2d-202507161600",
270
- "@sanity/migrate": "4.0.2-next.0-1493034f2d-202507161600",
271
- "@sanity/schema": "4.0.2-next.0-1493034f2d-202507161600",
272
- "@sanity/types": "4.0.2-next.0-1493034f2d-202507161600",
273
- "@sanity/util": "4.0.2-next.0-1493034f2d-202507161600",
274
- "@sanity/mutator": "4.0.2-next.0-1493034f2d-202507161600"
268
+ "@sanity/cli": "4.0.2-next.0-ebde28ec21-202507170747",
269
+ "@sanity/diff": "4.0.1-ebde28ec21-202507170747",
270
+ "@sanity/migrate": "4.0.2-next.0-ebde28ec21-202507170747",
271
+ "@sanity/mutator": "4.0.2-next.0-ebde28ec21-202507170747",
272
+ "@sanity/schema": "4.0.2-next.0-ebde28ec21-202507170747",
273
+ "@sanity/util": "4.0.2-next.0-ebde28ec21-202507170747",
274
+ "@sanity/types": "4.0.2-next.0-ebde28ec21-202507170747"
275
275
  },
276
276
  "devDependencies": {
277
277
  "@playwright/experimental-ct-react": "1.53.1",
@@ -315,12 +315,12 @@
315
315
  "swr": "2.2.5",
316
316
  "vitest": "^3.2.3",
317
317
  "vitest-package-exports": "^0.1.1",
318
- "@repo/dev-aliases": "4.0.1",
319
- "@repo/package.bundle": "4.0.1",
320
- "@repo/package.config": "4.0.1",
321
318
  "@repo/eslint-config": "4.0.1",
319
+ "@repo/package.config": "4.0.1",
320
+ "@repo/dev-aliases": "4.0.1",
322
321
  "@repo/test-config": "4.0.1",
323
- "@sanity/codegen": "4.0.1-1493034f2d-202507161600"
322
+ "@sanity/codegen": "4.0.1-ebde28ec21-202507170747",
323
+ "@repo/package.bundle": "4.0.1"
324
324
  },
325
325
  "peerDependencies": {
326
326
  "react": "^18 || ^19",