sanity 5.2.0-next.63 → 5.2.0-next.64
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 +14 -14
|
@@ -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.64+ac3826a83d";
|
|
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.64+ac3826a83d",
|
|
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",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@sanity/logos": "^2.2.2",
|
|
147
147
|
"@sanity/media-library-types": "^1.0.2",
|
|
148
148
|
"@sanity/message-protocol": "^0.18.0",
|
|
149
|
-
"@sanity/migrate": "5.1
|
|
149
|
+
"@sanity/migrate": "^5.2.1",
|
|
150
150
|
"@sanity/presentation-comlink": "^2.0.1",
|
|
151
151
|
"@sanity/preview-url-secret": "^4.0.2",
|
|
152
152
|
"@sanity/sdk": "2.1.2",
|
|
@@ -249,12 +249,12 @@
|
|
|
249
249
|
"which": "^5.0.0",
|
|
250
250
|
"xstate": "^5.25.0",
|
|
251
251
|
"yargs": "^17.7.2",
|
|
252
|
-
"@sanity/cli": "5.2.0-next.
|
|
253
|
-
"@sanity/
|
|
254
|
-
"@sanity/mutator": "5.2.0-next.
|
|
255
|
-
"@sanity/
|
|
252
|
+
"@sanity/cli": "5.2.0-next.64+ac3826a83d",
|
|
253
|
+
"@sanity/schema": "5.2.0-next.64+ac3826a83d",
|
|
254
|
+
"@sanity/mutator": "5.2.0-next.64+ac3826a83d",
|
|
255
|
+
"@sanity/util": "5.2.0-next.64+ac3826a83d",
|
|
256
256
|
"@sanity/types": "5.1.0",
|
|
257
|
-
"@sanity/
|
|
257
|
+
"@sanity/diff": "5.2.0-next.64+ac3826a83d"
|
|
258
258
|
},
|
|
259
259
|
"devDependencies": {
|
|
260
260
|
"@playwright/experimental-ct-react": "1.56.1",
|
|
@@ -300,13 +300,13 @@
|
|
|
300
300
|
"swr": "2.2.5",
|
|
301
301
|
"vitest": "^3.2.4",
|
|
302
302
|
"vitest-package-exports": "^1.1.1",
|
|
303
|
-
"@repo/dev-aliases": "5.2.0-next.
|
|
304
|
-
"@repo/
|
|
305
|
-
"@repo/package.bundle": "5.2.0-next.
|
|
306
|
-
"@repo/
|
|
307
|
-
"@repo/test-config": "5.2.0-next.
|
|
308
|
-
"@repo/tsconfig": "5.2.0-next.
|
|
309
|
-
"@sanity/codegen": "5.2.0-next.
|
|
303
|
+
"@repo/dev-aliases": "5.2.0-next.64+ac3826a83d",
|
|
304
|
+
"@repo/package.config": "5.2.0-next.64+ac3826a83d",
|
|
305
|
+
"@repo/package.bundle": "5.2.0-next.64+ac3826a83d",
|
|
306
|
+
"@repo/eslint-config": "5.2.0-next.64+ac3826a83d",
|
|
307
|
+
"@repo/test-config": "5.2.0-next.64+ac3826a83d",
|
|
308
|
+
"@repo/tsconfig": "5.2.0-next.64+ac3826a83d",
|
|
309
|
+
"@sanity/codegen": "5.2.0-next.64+ac3826a83d"
|
|
310
310
|
},
|
|
311
311
|
"peerDependencies": {
|
|
312
312
|
"react": "^19.2.2",
|