sanity 5.2.0-next.70 → 5.2.0-next.71
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 +13 -13
|
@@ -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.2.0-next.
|
|
10
|
+
"5.2.0-next.71+b1cdfb9472";
|
|
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.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.71+b1cdfb9472",
|
|
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,12 +250,12 @@
|
|
|
250
250
|
"which": "^5.0.0",
|
|
251
251
|
"xstate": "^5.25.0",
|
|
252
252
|
"yargs": "^17.7.2",
|
|
253
|
-
"@sanity/cli": "5.2.0-next.
|
|
254
|
-
"@sanity/mutator": "5.2.0-next.
|
|
255
|
-
"@sanity/
|
|
256
|
-
"@sanity/diff": "5.2.0-next.70+8be4aa6b54",
|
|
253
|
+
"@sanity/cli": "5.2.0-next.71+b1cdfb9472",
|
|
254
|
+
"@sanity/mutator": "5.2.0-next.71+b1cdfb9472",
|
|
255
|
+
"@sanity/diff": "5.2.0-next.71+b1cdfb9472",
|
|
257
256
|
"@sanity/types": "5.1.0",
|
|
258
|
-
"@sanity/util": "5.2.0-next.
|
|
257
|
+
"@sanity/util": "5.2.0-next.71+b1cdfb9472",
|
|
258
|
+
"@sanity/schema": "5.2.0-next.71+b1cdfb9472"
|
|
259
259
|
},
|
|
260
260
|
"devDependencies": {
|
|
261
261
|
"@playwright/experimental-ct-react": "1.56.1",
|
|
@@ -301,13 +301,13 @@
|
|
|
301
301
|
"swr": "2.2.5",
|
|
302
302
|
"vitest": "^3.2.4",
|
|
303
303
|
"vitest-package-exports": "^1.1.1",
|
|
304
|
-
"@repo/
|
|
305
|
-
"@repo/eslint-config": "5.2.0-next.
|
|
306
|
-
"@repo/package.
|
|
307
|
-
"@repo/
|
|
308
|
-
"@repo/
|
|
309
|
-
"@repo/
|
|
310
|
-
"@sanity/codegen": "5.2.0-next.
|
|
304
|
+
"@repo/dev-aliases": "5.2.0-next.71+b1cdfb9472",
|
|
305
|
+
"@repo/eslint-config": "5.2.0-next.71+b1cdfb9472",
|
|
306
|
+
"@repo/package.bundle": "5.2.0-next.71+b1cdfb9472",
|
|
307
|
+
"@repo/package.config": "5.2.0-next.71+b1cdfb9472",
|
|
308
|
+
"@repo/test-config": "5.2.0-next.71+b1cdfb9472",
|
|
309
|
+
"@repo/tsconfig": "5.2.0-next.71+b1cdfb9472",
|
|
310
|
+
"@sanity/codegen": "5.2.0-next.71+b1cdfb9472"
|
|
311
311
|
},
|
|
312
312
|
"peerDependencies": {
|
|
313
313
|
"react": "^19.2.2",
|