sanity 5.7.0-next.20 → 5.7.0-next.22
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 +11 -12
|
@@ -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.7.0-next.
|
|
10
|
+
"5.7.0-next.22+afe18d4413";
|
|
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.7.0-next.
|
|
3
|
+
"version": "5.7.0-next.22+afe18d4413",
|
|
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",
|
|
@@ -219,12 +219,12 @@
|
|
|
219
219
|
"which": "^5.0.0",
|
|
220
220
|
"xstate": "^5.25.1",
|
|
221
221
|
"yargs": "^17.7.2",
|
|
222
|
-
"@sanity/cli": "5.7.0-next.
|
|
223
|
-
"@sanity/diff": "5.7.0-next.
|
|
224
|
-
"@sanity/mutator": "5.7.0-next.20+4f6b9ad18d",
|
|
222
|
+
"@sanity/cli": "5.7.0-next.22+afe18d4413",
|
|
223
|
+
"@sanity/diff": "5.7.0-next.22+afe18d4413",
|
|
225
224
|
"@sanity/types": "5.6.0",
|
|
226
|
-
"@sanity/
|
|
227
|
-
"@sanity/
|
|
225
|
+
"@sanity/mutator": "5.7.0-next.22+afe18d4413",
|
|
226
|
+
"@sanity/schema": "5.7.0-next.22+afe18d4413",
|
|
227
|
+
"@sanity/util": "5.7.0-next.22+afe18d4413"
|
|
228
228
|
},
|
|
229
229
|
"devDependencies": {
|
|
230
230
|
"@playwright/experimental-ct-react": "1.57.0",
|
|
@@ -271,12 +271,11 @@
|
|
|
271
271
|
"tsx": "^4.21.0",
|
|
272
272
|
"vitest": "^4.0.16",
|
|
273
273
|
"vitest-package-exports": "^1.1.2",
|
|
274
|
-
"@repo/
|
|
275
|
-
"@repo/
|
|
276
|
-
"@repo/package.config": "5.7.0-next.
|
|
277
|
-
"@repo/
|
|
278
|
-
"@repo/
|
|
279
|
-
"@sanity/codegen": "5.7.0-next.20+4f6b9ad18d"
|
|
274
|
+
"@repo/package.bundle": "5.7.0-next.22+afe18d4413",
|
|
275
|
+
"@repo/tsconfig": "5.7.0-next.22+afe18d4413",
|
|
276
|
+
"@repo/package.config": "5.7.0-next.22+afe18d4413",
|
|
277
|
+
"@repo/eslint-config": "5.7.0-next.22+afe18d4413",
|
|
278
|
+
"@repo/test-config": "5.7.0-next.22+afe18d4413"
|
|
280
279
|
},
|
|
281
280
|
"peerDependencies": {
|
|
282
281
|
"react": "^19.2.2",
|