sanity 4.0.0 → 5.0.0-next.0-9b570ece82-202507150640

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 = "4.0.0";
2
+ const SANITY_VERSION = "5.0.0-next.0-9b570ece82-202507150640";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "4.0.0";
1
+ const SANITY_VERSION = "5.0.0-next.0-9b570ece82-202507150640";
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": "4.0.0",
3
+ "version": "5.0.0-next.0-9b570ece82-202507150640",
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/diff": "4.0.0",
269
- "@sanity/cli": "4.0.0",
270
- "@sanity/mutator": "4.0.0",
271
- "@sanity/migrate": "4.0.0",
272
- "@sanity/schema": "4.0.0",
273
- "@sanity/types": "4.0.0",
274
- "@sanity/util": "4.0.0"
268
+ "@sanity/cli": "5.0.0-next.0-9b570ece82-202507150640",
269
+ "@sanity/migrate": "5.0.0-next.0-9b570ece82-202507150640",
270
+ "@sanity/mutator": "5.0.0-next.0-9b570ece82-202507150640",
271
+ "@sanity/schema": "5.0.0-next.0-9b570ece82-202507150640",
272
+ "@sanity/diff": "5.0.0-next.0-9b570ece82-202507150640",
273
+ "@sanity/types": "5.0.0-next.0-9b570ece82-202507150640",
274
+ "@sanity/util": "5.0.0-next.0-9b570ece82-202507150640"
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.0",
319
- "@repo/eslint-config": "4.0.0",
320
- "@repo/package.bundle": "4.0.0",
321
- "@repo/test-config": "4.0.0",
322
- "@sanity/codegen": "4.0.0",
323
- "@repo/package.config": "4.0.0"
318
+ "@repo/eslint-config": "5.0.0-next.0",
319
+ "@repo/package.bundle": "5.0.0-next.0",
320
+ "@repo/package.config": "5.0.0-next.0",
321
+ "@sanity/codegen": "5.0.0-next.0-9b570ece82-202507150640",
322
+ "@repo/test-config": "5.0.0-next.0",
323
+ "@repo/dev-aliases": "5.0.0-next.0"
324
324
  },
325
325
  "peerDependencies": {
326
326
  "react": "^18 || ^19",