sanity 5.2.0-next.64 → 5.2.0-next.65

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
- var version = "5.2.0-next.64+ac3826a83d", peerDependencies = {
1
+ var version = "5.2.0-next.65+7626beeb20", peerDependencies = {
2
2
  "styled-components": "^6.1.15"
3
3
  };
4
4
  export {
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "5.2.0-next.64+ac3826a83d";
10
+ "5.2.0-next.65+7626beeb20";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.2.0-next.64+ac3826a83d",
3
+ "version": "5.2.0-next.65+7626beeb20",
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",
@@ -249,12 +249,12 @@
249
249
  "which": "^5.0.0",
250
250
  "xstate": "^5.25.0",
251
251
  "yargs": "^17.7.2",
252
- "@sanity/cli": "5.2.0-next.64+ac3826a83d",
253
- "@sanity/schema": "5.2.0-next.64+ac3826a83d",
254
- "@sanity/mutator": "5.2.0-next.64+ac3826a83d",
255
- "@sanity/util": "5.2.0-next.64+ac3826a83d",
252
+ "@sanity/mutator": "5.2.0-next.65+7626beeb20",
253
+ "@sanity/schema": "5.2.0-next.65+7626beeb20",
254
+ "@sanity/diff": "5.2.0-next.65+7626beeb20",
255
+ "@sanity/util": "5.2.0-next.65+7626beeb20",
256
256
  "@sanity/types": "5.1.0",
257
- "@sanity/diff": "5.2.0-next.64+ac3826a83d"
257
+ "@sanity/cli": "5.2.0-next.65+7626beeb20"
258
258
  },
259
259
  "devDependencies": {
260
260
  "@playwright/experimental-ct-react": "1.56.1",
@@ -300,13 +300,13 @@
300
300
  "swr": "2.2.5",
301
301
  "vitest": "^3.2.4",
302
302
  "vitest-package-exports": "^1.1.1",
303
- "@repo/dev-aliases": "5.2.0-next.64+ac3826a83d",
304
- "@repo/package.config": "5.2.0-next.64+ac3826a83d",
305
- "@repo/package.bundle": "5.2.0-next.64+ac3826a83d",
306
- "@repo/eslint-config": "5.2.0-next.64+ac3826a83d",
307
- "@repo/test-config": "5.2.0-next.64+ac3826a83d",
308
- "@repo/tsconfig": "5.2.0-next.64+ac3826a83d",
309
- "@sanity/codegen": "5.2.0-next.64+ac3826a83d"
303
+ "@repo/dev-aliases": "5.2.0-next.65+7626beeb20",
304
+ "@repo/package.bundle": "5.2.0-next.65+7626beeb20",
305
+ "@repo/eslint-config": "5.2.0-next.65+7626beeb20",
306
+ "@repo/package.config": "5.2.0-next.65+7626beeb20",
307
+ "@repo/test-config": "5.2.0-next.65+7626beeb20",
308
+ "@repo/tsconfig": "5.2.0-next.65+7626beeb20",
309
+ "@sanity/codegen": "5.2.0-next.65+7626beeb20"
310
310
  },
311
311
  "peerDependencies": {
312
312
  "react": "^19.2.2",