sanity 5.0.0-next-major.20251215144759 → 5.0.0-next-major.20251215221718
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.
- package/lib/_chunks-es/package.js +1 -1
- package/lib/_chunks-es/version.js +1 -1
- package/package.json +15 -15
|
@@ -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.0.0-next-major.
|
|
10
|
+
"5.0.0-next-major.20251215221718+ef907d17a8";
|
|
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.0.0-next-major.
|
|
3
|
+
"version": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
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",
|
|
@@ -250,13 +250,13 @@
|
|
|
250
250
|
"which": "^5.0.0",
|
|
251
251
|
"xstate": "^5.24.0",
|
|
252
252
|
"yargs": "^17.7.2",
|
|
253
|
-
"@sanity/cli": "5.0.0-next-major.
|
|
254
|
-
"@sanity/diff": "5.0.0-next-major.
|
|
255
|
-
"@sanity/migrate": "5.0.0-next-major.
|
|
256
|
-
"@sanity/
|
|
257
|
-
"@sanity/
|
|
258
|
-
"@sanity/util": "5.0.0-next-major.
|
|
259
|
-
"@sanity/
|
|
253
|
+
"@sanity/cli": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
254
|
+
"@sanity/diff": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
255
|
+
"@sanity/migrate": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
256
|
+
"@sanity/types": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
257
|
+
"@sanity/mutator": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
258
|
+
"@sanity/util": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
259
|
+
"@sanity/schema": "5.0.0-next-major.20251215221718+ef907d17a8"
|
|
260
260
|
},
|
|
261
261
|
"devDependencies": {
|
|
262
262
|
"@playwright/experimental-ct-react": "1.56.1",
|
|
@@ -302,13 +302,13 @@
|
|
|
302
302
|
"swr": "2.2.5",
|
|
303
303
|
"vitest": "^3.2.4",
|
|
304
304
|
"vitest-package-exports": "^0.1.1",
|
|
305
|
-
"@repo/dev-aliases": "5.0.0-next-major.
|
|
306
|
-
"@repo/
|
|
307
|
-
"@repo/
|
|
308
|
-
"@repo/
|
|
309
|
-
"@repo/
|
|
310
|
-
"@repo/tsconfig": "5.0.0-next-major.
|
|
311
|
-
"@sanity/codegen": "5.0.0-next-major.
|
|
305
|
+
"@repo/dev-aliases": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
306
|
+
"@repo/eslint-config": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
307
|
+
"@repo/package.bundle": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
308
|
+
"@repo/package.config": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
309
|
+
"@repo/test-config": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
310
|
+
"@repo/tsconfig": "5.0.0-next-major.20251215221718+ef907d17a8",
|
|
311
|
+
"@sanity/codegen": "5.0.0-next-major.20251215221718+ef907d17a8"
|
|
312
312
|
},
|
|
313
313
|
"peerDependencies": {
|
|
314
314
|
"react": "^19.2.2",
|