sanity 6.3.0-next.40 → 6.3.0-next.41

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 = "6.3.0-next.40+d0b6525e95";
1
+ var version = "6.3.0-next.41+dfe3311e88";
2
2
  let buildVersion;
3
3
  try {
4
4
  buildVersion = process.env.PKG_BUILD_VERSION;
@@ -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
- "6.3.0-next.40+d0b6525e95";
10
+ "6.3.0-next.41+dfe3311e88";
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": "6.3.0-next.40",
3
+ "version": "6.3.0-next.41",
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
  "cms",
@@ -151,11 +151,11 @@
151
151
  "uuid": "^14.0.1",
152
152
  "web-vitals": "^5.3.0",
153
153
  "xstate": "^5.32.1",
154
- "@sanity/diff": "6.3.0-next.40+d0b6525e95",
155
- "@sanity/mutator": "6.3.0-next.40+d0b6525e95",
156
- "@sanity/schema": "6.3.0-next.40+d0b6525e95",
157
- "@sanity/types": "6.3.0-next.40+d0b6525e95",
158
- "@sanity/util": "6.3.0-next.40+d0b6525e95"
154
+ "@sanity/diff": "6.3.0-next.41+dfe3311e88",
155
+ "@sanity/mutator": "6.3.0-next.41+dfe3311e88",
156
+ "@sanity/schema": "6.3.0-next.41+dfe3311e88",
157
+ "@sanity/types": "6.3.0-next.41+dfe3311e88",
158
+ "@sanity/util": "6.3.0-next.41+dfe3311e88"
159
159
  },
160
160
  "devDependencies": {
161
161
  "@rolldown/plugin-babel": "^0.2.3",
@@ -197,10 +197,10 @@
197
197
  "vitest": "^4.1.9",
198
198
  "vitest-browser-react": "^2.2.0",
199
199
  "vitest-package-exports": "^1.2.0",
200
- "@repo/package.bundle": "6.3.0-next.40+d0b6525e95",
201
- "@repo/test-config": "6.3.0-next.40+d0b6525e95",
202
- "@repo/package.config": "6.3.0-next.40+d0b6525e95",
203
- "@repo/tsconfig": "6.3.0-next.40+d0b6525e95"
200
+ "@repo/package.bundle": "6.3.0-next.41+dfe3311e88",
201
+ "@repo/package.config": "6.3.0-next.41+dfe3311e88",
202
+ "@repo/test-config": "6.3.0-next.41+dfe3311e88",
203
+ "@repo/tsconfig": "6.3.0-next.41+dfe3311e88"
204
204
  },
205
205
  "peerDependencies": {
206
206
  "react": "^19.2.2",