sanity 6.7.0-next.4 → 6.7.0-next.5

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.7.0-next.4+90f00c55da";
1
+ var version = "6.7.0-next.5+376f81defc";
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.7.0-next.4+90f00c55da";
10
+ "6.7.0-next.5+376f81defc";
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.7.0-next.4",
3
+ "version": "6.7.0-next.5",
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",
@@ -157,11 +157,11 @@
157
157
  "uuid": "^14.0.1",
158
158
  "web-vitals": "^5.3.0",
159
159
  "xstate": "^5.32.5",
160
- "@sanity/diff": "6.7.0-next.4+90f00c55da",
161
- "@sanity/schema": "6.7.0-next.4+90f00c55da",
162
- "@sanity/types": "6.7.0-next.4+90f00c55da",
163
- "@sanity/mutator": "6.7.0-next.4+90f00c55da",
164
- "@sanity/util": "6.7.0-next.4+90f00c55da"
160
+ "@sanity/diff": "6.7.0-next.5+376f81defc",
161
+ "@sanity/types": "6.7.0-next.5+376f81defc",
162
+ "@sanity/schema": "6.7.0-next.5+376f81defc",
163
+ "@sanity/mutator": "6.7.0-next.5+376f81defc",
164
+ "@sanity/util": "6.7.0-next.5+376f81defc"
165
165
  },
166
166
  "devDependencies": {
167
167
  "@rolldown/plugin-babel": "^0.2.3",
@@ -203,10 +203,10 @@
203
203
  "vitest": "^4.1.10",
204
204
  "vitest-browser-react": "^2.2.0",
205
205
  "vitest-package-exports": "^1.2.0",
206
- "@repo/package.bundle": "6.7.0-next.4+90f00c55da",
207
- "@repo/package.config": "6.7.0-next.4+90f00c55da",
208
- "@repo/test-config": "6.7.0-next.4+90f00c55da",
209
- "@repo/tsconfig": "6.7.0-next.4+90f00c55da"
206
+ "@repo/package.bundle": "6.7.0-next.5+376f81defc",
207
+ "@repo/package.config": "6.7.0-next.5+376f81defc",
208
+ "@repo/tsconfig": "6.7.0-next.5+376f81defc",
209
+ "@repo/test-config": "6.7.0-next.5+376f81defc"
210
210
  },
211
211
  "peerDependencies": {
212
212
  "react": "^19.2.2",