sanity 3.98.1-next.0-ebba8b0c91-202507091232 → 3.98.1-next.0-d2f9810b3c-202507091336

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 = "3.98.1-next.0-ebba8b0c91-202507091232";
1
+ const SANITY_VERSION = "3.98.1-next.0-d2f9810b3c-202507091336";
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.98.1-next.0-ebba8b0c91-202507091232",
3
+ "version": "3.98.1-next.0-d2f9810b3c-202507091336",
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",
@@ -157,7 +157,7 @@
157
157
  "@sanity/preview-url-secret": "^2.1.11",
158
158
  "@sanity/sdk": "0.0.0-alpha.25",
159
159
  "@sanity/telemetry": "^0.8.0",
160
- "@sanity/ui": "^2.16.2",
160
+ "@sanity/ui": "^2.16.3",
161
161
  "@sanity/uuid": "^3.0.2",
162
162
  "@sentry/react": "^8.55.0",
163
163
  "@tanstack/react-table": "^8.21.3",
@@ -257,13 +257,13 @@
257
257
  "which": "^5.0.0",
258
258
  "xstate": "^5.20.0",
259
259
  "yargs": "^17.3.0",
260
- "@sanity/migrate": "3.98.1-next.0-ebba8b0c91-202507091232",
261
- "@sanity/cli": "3.98.1-next.0-ebba8b0c91-202507091232",
262
- "@sanity/mutator": "3.98.1-next.0-ebba8b0c91-202507091232",
263
- "@sanity/schema": "3.98.1-next.0-ebba8b0c91-202507091232",
264
- "@sanity/diff": "3.98.1-next.0-ebba8b0c91-202507091232",
265
- "@sanity/types": "3.98.1-next.0-ebba8b0c91-202507091232",
266
- "@sanity/util": "3.98.1-next.0-ebba8b0c91-202507091232"
260
+ "@sanity/cli": "3.98.1-next.0-d2f9810b3c-202507091336",
261
+ "@sanity/migrate": "3.98.0-d2f9810b3c-202507091336",
262
+ "@sanity/diff": "3.98.0-d2f9810b3c-202507091336",
263
+ "@sanity/mutator": "3.98.0-d2f9810b3c-202507091336",
264
+ "@sanity/types": "3.98.0-d2f9810b3c-202507091336",
265
+ "@sanity/util": "3.98.0-d2f9810b3c-202507091336",
266
+ "@sanity/schema": "3.98.0-d2f9810b3c-202507091336"
267
267
  },
268
268
  "devDependencies": {
269
269
  "@playwright/experimental-ct-react": "1.53.1",
@@ -307,12 +307,12 @@
307
307
  "swr": "2.2.5",
308
308
  "vitest": "^3.2.3",
309
309
  "vitest-package-exports": "^0.1.1",
310
- "@repo/dev-aliases": "3.98.1-next.0",
311
- "@repo/package.config": "3.98.1-next.0",
312
- "@repo/eslint-config": "3.98.1-next.0",
313
- "@repo/test-config": "3.98.1-next.0",
314
- "@sanity/codegen": "3.98.1-next.0-ebba8b0c91-202507091232",
315
- "@repo/package.bundle": "3.98.1-next.0"
310
+ "@repo/package.bundle": "3.98.0",
311
+ "@repo/package.config": "3.98.0",
312
+ "@repo/dev-aliases": "3.98.0",
313
+ "@repo/test-config": "3.98.0",
314
+ "@sanity/codegen": "3.98.0-d2f9810b3c-202507091336",
315
+ "@repo/eslint-config": "3.98.0"
316
316
  },
317
317
  "peerDependencies": {
318
318
  "react": "^18 || ^19",