sanity 6.4.0-next.35 → 6.4.0-next.38

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.4.0-next.35+b1c42e45cf";
1
+ var version = "6.4.0-next.38+2af7031277";
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.4.0-next.35+b1c42e45cf";
10
+ "6.4.0-next.38+2af7031277";
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.4.0-next.35",
3
+ "version": "6.4.0-next.38",
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",
@@ -90,7 +90,7 @@
90
90
  "@sanity/image-url": "^2.1.1",
91
91
  "@sanity/insert-menu": "^3.0.8",
92
92
  "@sanity/logos": "^2.2.2",
93
- "@sanity/media-library-types": "^1.4.0",
93
+ "@sanity/media-library-types": "^1.5.0",
94
94
  "@sanity/message-protocol": "^0.23.0",
95
95
  "@sanity/migrate": "^7.0.3",
96
96
  "@sanity/mutate": "^0.18.1",
@@ -155,11 +155,11 @@
155
155
  "uuid": "^14.0.1",
156
156
  "web-vitals": "^5.3.0",
157
157
  "xstate": "^5.32.2",
158
- "@sanity/diff": "6.4.0-next.35+b1c42e45cf",
159
- "@sanity/schema": "6.4.0-next.35+b1c42e45cf",
160
- "@sanity/types": "6.4.0-next.35+b1c42e45cf",
161
- "@sanity/util": "6.4.0-next.35+b1c42e45cf",
162
- "@sanity/mutator": "6.4.0-next.35+b1c42e45cf"
158
+ "@sanity/diff": "6.4.0-next.38+2af7031277",
159
+ "@sanity/mutator": "6.4.0-next.38+2af7031277",
160
+ "@sanity/schema": "6.4.0-next.38+2af7031277",
161
+ "@sanity/types": "6.4.0-next.38+2af7031277",
162
+ "@sanity/util": "6.4.0-next.38+2af7031277"
163
163
  },
164
164
  "devDependencies": {
165
165
  "@rolldown/plugin-babel": "^0.2.3",
@@ -182,7 +182,7 @@
182
182
  "@types/use-sync-external-store": "^1.5.0",
183
183
  "@types/wicg-task-scheduling": "^2024.1.0",
184
184
  "@typescript/native-preview": "beta",
185
- "@vanilla-extract/css": "^1.21.0",
185
+ "@vanilla-extract/css": "^1.21.1",
186
186
  "@vanilla-extract/vite-plugin": "^5.2.3",
187
187
  "@vitejs/plugin-react": "^6.0.3",
188
188
  "@vitest/browser-playwright": "^4.1.9",
@@ -201,10 +201,10 @@
201
201
  "vitest": "^4.1.9",
202
202
  "vitest-browser-react": "^2.2.0",
203
203
  "vitest-package-exports": "^1.2.0",
204
- "@repo/package.bundle": "6.4.0-next.35+b1c42e45cf",
205
- "@repo/test-config": "6.4.0-next.35+b1c42e45cf",
206
- "@repo/tsconfig": "6.4.0-next.35+b1c42e45cf",
207
- "@repo/package.config": "6.4.0-next.35+b1c42e45cf"
204
+ "@repo/package.config": "6.4.0-next.38+2af7031277",
205
+ "@repo/package.bundle": "6.4.0-next.38+2af7031277",
206
+ "@repo/test-config": "6.4.0-next.38+2af7031277",
207
+ "@repo/tsconfig": "6.4.0-next.38+2af7031277"
208
208
  },
209
209
  "peerDependencies": {
210
210
  "react": "^19.2.2",