sanity 3.91.1-next.14.3fbca9cc08 → 3.91.1-next.15.7f2e35ce21

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
1
  "use strict";
2
- const SANITY_VERSION = "3.91.1-next.14.3fbca9cc08";
2
+ const SANITY_VERSION = "3.91.1-next.15.7f2e35ce21";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "3.91.1-next.14.3fbca9cc08";
1
+ const SANITY_VERSION = "3.91.1-next.15.7f2e35ce21";
2
2
  export {
3
3
  SANITY_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "3.91.1-next.14.3fbca9cc08",
3
+ "version": "3.91.1-next.15.7f2e35ce21",
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",
@@ -156,11 +156,11 @@
156
156
  "@rexxars/react-json-inspector": "^9.0.1",
157
157
  "@sanity/asset-utils": "^2.0.6",
158
158
  "@sanity/bifur-client": "^0.4.1",
159
- "@sanity/cli": "3.91.1-next.14.3fbca9cc08",
159
+ "@sanity/cli": "3.91.1-next.15.7f2e35ce21",
160
160
  "@sanity/client": "^7.4.1",
161
161
  "@sanity/color": "^3.0.0",
162
162
  "@sanity/comlink": "^3.0.5",
163
- "@sanity/diff": "3.91.1-next.14.3fbca9cc08",
163
+ "@sanity/diff": "3.91.1-next.15.7f2e35ce21",
164
164
  "@sanity/diff-match-patch": "^3.1.1",
165
165
  "@sanity/diff-patch": "^5.0.0",
166
166
  "@sanity/eventsource": "^5.0.0",
@@ -172,16 +172,16 @@
172
172
  "@sanity/insert-menu": "^1.1.12",
173
173
  "@sanity/logos": "^2.2.0",
174
174
  "@sanity/message-protocol": "^0.13.0",
175
- "@sanity/migrate": "3.91.1-next.14.3fbca9cc08",
176
- "@sanity/mutator": "3.91.1-next.14.3fbca9cc08",
175
+ "@sanity/migrate": "3.91.1-next.15.7f2e35ce21",
176
+ "@sanity/mutator": "3.91.1-next.15.7f2e35ce21",
177
177
  "@sanity/presentation-comlink": "^1.0.21",
178
178
  "@sanity/preview-url-secret": "^2.1.11",
179
- "@sanity/schema": "3.91.1-next.14.3fbca9cc08",
179
+ "@sanity/schema": "3.91.1-next.15.7f2e35ce21",
180
180
  "@sanity/sdk": "0.0.0-alpha.25",
181
181
  "@sanity/telemetry": "^0.8.0",
182
- "@sanity/types": "3.91.1-next.14.3fbca9cc08",
182
+ "@sanity/types": "3.91.1-next.15.7f2e35ce21",
183
183
  "@sanity/ui": "^2.15.18",
184
- "@sanity/util": "3.91.1-next.14.3fbca9cc08",
184
+ "@sanity/util": "3.91.1-next.15.7f2e35ce21",
185
185
  "@sanity/uuid": "^3.0.2",
186
186
  "@sentry/react": "^8.33.0",
187
187
  "@tanstack/react-table": "^8.16.0",
@@ -288,7 +288,7 @@
288
288
  "@repo/dev-aliases": "3.91.0",
289
289
  "@repo/package.config": "3.91.0",
290
290
  "@repo/test-config": "3.91.0",
291
- "@sanity/codegen": "3.91.1-next.14.3fbca9cc08",
291
+ "@sanity/codegen": "3.91.1-next.15.7f2e35ce21",
292
292
  "@sanity/generate-help-url": "^3.0.0",
293
293
  "@sanity/pkg-utils": "6.13.4",
294
294
  "@sanity/tsdoc": "1.0.169",
@@ -315,7 +315,7 @@
315
315
  "@types/tar-fs": "^2.0.1",
316
316
  "@types/wicg-task-scheduling": "^2024.1.0",
317
317
  "@vitejs/plugin-react": "^4.5.1",
318
- "@vitest/expect": "^3.1.1",
318
+ "@vitest/expect": "^3.2.1",
319
319
  "@vvo/tzdb": "6.137.0",
320
320
  "babel-plugin-react-compiler": "19.1.0-rc.2",
321
321
  "blob-polyfill": "^9.0.20240710",
@@ -325,7 +325,7 @@
325
325
  "rxjs-etc": "^10.6.2",
326
326
  "styled-components": "^6.1.18",
327
327
  "swr": "2.2.5",
328
- "vitest": "^3.1.1",
328
+ "vitest": "^3.2.1",
329
329
  "vitest-package-exports": "^0.1.1"
330
330
  },
331
331
  "peerDependencies": {
@@ -336,5 +336,5 @@
336
336
  "engines": {
337
337
  "node": ">=18"
338
338
  },
339
- "gitHead": "3fbca9cc082b52b471a38e424338494f8cfc410c"
339
+ "gitHead": "7f2e35ce216b77df1e68bcc8be849d66f80a3e3e"
340
340
  }