sanity 5.3.0-next.17 → 5.3.0-next.19

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.
@@ -8952,7 +8952,7 @@ declare interface TimelineOptions {
8952
8952
  /** @internal */
8953
8953
  declare interface TimelineState {
8954
8954
  chunks: Chunk[]
8955
- diff: ObjectDiff<Annotation, Record<string, any>> | null
8955
+ diff: ObjectDiff<Annotation> | null
8956
8956
  /** null is used here when the chunks hasn't loaded / is not known */
8957
8957
  hasMoreChunks: boolean | null
8958
8958
  isLoading: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.3.0-next.17+e6f4485432",
3
+ "version": "5.3.0-next.19+94462ad1f5",
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",
@@ -142,7 +142,7 @@
142
142
  "@sanity/icons": "^3.7.4",
143
143
  "@sanity/id-utils": "^1.0.0",
144
144
  "@sanity/image-url": "^2.0.2",
145
- "@sanity/import": "^4.0.1",
145
+ "@sanity/import": "^4.0.3",
146
146
  "@sanity/insert-menu": "^3.0.3",
147
147
  "@sanity/logos": "^2.2.2",
148
148
  "@sanity/media-library-types": "^1.0.2",
@@ -250,12 +250,12 @@
250
250
  "which": "^5.0.0",
251
251
  "xstate": "^5.25.0",
252
252
  "yargs": "^17.7.2",
253
- "@sanity/cli": "5.3.0-next.17+e6f4485432",
254
- "@sanity/mutator": "5.3.0-next.17+e6f4485432",
255
- "@sanity/diff": "5.3.0-next.17+e6f4485432",
256
- "@sanity/schema": "5.3.0-next.17+e6f4485432",
253
+ "@sanity/cli": "5.3.0-next.19+94462ad1f5",
254
+ "@sanity/mutator": "5.3.0-next.19+94462ad1f5",
255
+ "@sanity/diff": "5.3.0-next.19+94462ad1f5",
257
256
  "@sanity/types": "5.2.0",
258
- "@sanity/util": "5.3.0-next.17+e6f4485432"
257
+ "@sanity/schema": "5.3.0-next.19+94462ad1f5",
258
+ "@sanity/util": "5.3.0-next.19+94462ad1f5"
259
259
  },
260
260
  "devDependencies": {
261
261
  "@playwright/experimental-ct-react": "1.56.1",
@@ -301,13 +301,13 @@
301
301
  "swr": "2.2.5",
302
302
  "vitest": "^3.2.4",
303
303
  "vitest-package-exports": "^1.1.1",
304
- "@repo/dev-aliases": "5.3.0-next.17+e6f4485432",
305
- "@repo/eslint-config": "5.3.0-next.17+e6f4485432",
306
- "@repo/package.bundle": "5.3.0-next.17+e6f4485432",
307
- "@repo/test-config": "5.3.0-next.17+e6f4485432",
308
- "@repo/tsconfig": "5.3.0-next.17+e6f4485432",
309
- "@repo/package.config": "5.3.0-next.17+e6f4485432",
310
- "@sanity/codegen": "5.3.0-next.17+e6f4485432"
304
+ "@repo/eslint-config": "5.3.0-next.19+94462ad1f5",
305
+ "@repo/package.bundle": "5.3.0-next.19+94462ad1f5",
306
+ "@repo/dev-aliases": "5.3.0-next.19+94462ad1f5",
307
+ "@repo/package.config": "5.3.0-next.19+94462ad1f5",
308
+ "@repo/tsconfig": "5.3.0-next.19+94462ad1f5",
309
+ "@repo/test-config": "5.3.0-next.19+94462ad1f5",
310
+ "@sanity/codegen": "5.3.0-next.19+94462ad1f5"
311
311
  },
312
312
  "peerDependencies": {
313
313
  "react": "^19.2.2",