sanity 5.7.0-next.7 → 5.7.0-next.8

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.7.0-next.7+c59672612e", peerDependencies = {
1
+ var version = "5.7.0-next.8+18ba86acbc", 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.7.0-next.7+c59672612e";
10
+ "5.7.0-next.8+18ba86acbc";
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.7.0-next.7+c59672612e",
3
+ "version": "5.7.0-next.8+18ba86acbc",
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",
@@ -217,12 +217,12 @@
217
217
  "which": "^5.0.0",
218
218
  "xstate": "^5.25.1",
219
219
  "yargs": "^17.7.2",
220
- "@sanity/cli": "5.7.0-next.7+c59672612e",
221
- "@sanity/schema": "5.7.0-next.7+c59672612e",
222
- "@sanity/diff": "5.7.0-next.7+c59672612e",
223
- "@sanity/mutator": "5.7.0-next.7+c59672612e",
224
- "@sanity/util": "5.7.0-next.7+c59672612e",
225
- "@sanity/types": "5.6.0"
220
+ "@sanity/mutator": "5.7.0-next.8+18ba86acbc",
221
+ "@sanity/cli": "5.7.0-next.8+18ba86acbc",
222
+ "@sanity/schema": "5.7.0-next.8+18ba86acbc",
223
+ "@sanity/types": "5.6.0",
224
+ "@sanity/util": "5.7.0-next.8+18ba86acbc",
225
+ "@sanity/diff": "5.7.0-next.8+18ba86acbc"
226
226
  },
227
227
  "devDependencies": {
228
228
  "@playwright/experimental-ct-react": "1.57.0",
@@ -269,12 +269,12 @@
269
269
  "tsx": "^4.21.0",
270
270
  "vitest": "^4.0.16",
271
271
  "vitest-package-exports": "^1.1.2",
272
- "@repo/eslint-config": "5.7.0-next.7+c59672612e",
273
- "@repo/package.bundle": "5.7.0-next.7+c59672612e",
274
- "@repo/test-config": "5.7.0-next.7+c59672612e",
275
- "@repo/package.config": "5.7.0-next.7+c59672612e",
276
- "@repo/tsconfig": "5.7.0-next.7+c59672612e",
277
- "@sanity/codegen": "5.7.0-next.7+c59672612e"
272
+ "@repo/eslint-config": "5.7.0-next.8+18ba86acbc",
273
+ "@repo/package.bundle": "5.7.0-next.8+18ba86acbc",
274
+ "@repo/test-config": "5.7.0-next.8+18ba86acbc",
275
+ "@sanity/codegen": "5.7.0-next.8+18ba86acbc",
276
+ "@repo/tsconfig": "5.7.0-next.8+18ba86acbc",
277
+ "@repo/package.config": "5.7.0-next.8+18ba86acbc"
278
278
  },
279
279
  "peerDependencies": {
280
280
  "react": "^19.2.2",