sanity 5.3.2-next.2 → 5.3.2-next.3

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.3.2-next.2+dbf74ce69a", peerDependencies = {
1
+ var version = "5.3.2-next.3+33ff807e65", 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.3.2-next.2+dbf74ce69a";
10
+ "5.3.2-next.3+33ff807e65";
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.3.2-next.2+dbf74ce69a",
3
+ "version": "5.3.2-next.3+33ff807e65",
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",
@@ -215,12 +215,12 @@
215
215
  "which": "^5.0.0",
216
216
  "xstate": "^5.25.0",
217
217
  "yargs": "^17.7.2",
218
- "@sanity/cli": "5.3.2-next.2+dbf74ce69a",
219
- "@sanity/mutator": "5.3.2-next.2+dbf74ce69a",
220
- "@sanity/diff": "5.3.2-next.2+dbf74ce69a",
218
+ "@sanity/cli": "5.3.2-next.3+33ff807e65",
219
+ "@sanity/diff": "5.3.2-next.3+33ff807e65",
220
+ "@sanity/mutator": "5.3.2-next.3+33ff807e65",
221
221
  "@sanity/types": "5.3.1",
222
- "@sanity/util": "5.3.2-next.2+dbf74ce69a",
223
- "@sanity/schema": "5.3.2-next.2+dbf74ce69a"
222
+ "@sanity/schema": "5.3.2-next.3+33ff807e65",
223
+ "@sanity/util": "5.3.2-next.3+33ff807e65"
224
224
  },
225
225
  "devDependencies": {
226
226
  "@playwright/experimental-ct-react": "1.57.0",
@@ -266,12 +266,12 @@
266
266
  "tsx": "^4.21.0",
267
267
  "vitest": "^4.0.16",
268
268
  "vitest-package-exports": "^1.1.2",
269
- "@repo/eslint-config": "5.3.2-next.2+dbf74ce69a",
270
- "@repo/package.bundle": "5.3.2-next.2+dbf74ce69a",
271
- "@repo/tsconfig": "5.3.2-next.2+dbf74ce69a",
272
- "@repo/test-config": "5.3.2-next.2+dbf74ce69a",
273
- "@repo/package.config": "5.3.2-next.2+dbf74ce69a",
274
- "@sanity/codegen": "5.3.2-next.2+dbf74ce69a"
269
+ "@repo/package.bundle": "5.3.2-next.3+33ff807e65",
270
+ "@repo/test-config": "5.3.2-next.3+33ff807e65",
271
+ "@repo/eslint-config": "5.3.2-next.3+33ff807e65",
272
+ "@repo/package.config": "5.3.2-next.3+33ff807e65",
273
+ "@sanity/codegen": "5.3.2-next.3+33ff807e65",
274
+ "@repo/tsconfig": "5.3.2-next.3+33ff807e65"
275
275
  },
276
276
  "peerDependencies": {
277
277
  "react": "^19.2.2",