sanity 5.7.0-next.8 → 5.7.0-next.9
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/lib/_singletons.d.ts +0 -2
- package/lib/_singletons.js.map +1 -1
- package/lib/index.d.ts +0 -2
- package/lib/index.js +363 -416
- package/lib/index.js.map +1 -1
- package/package.json +12 -12
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.9+63dbfd90af",
|
|
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",
|
|
@@ -217,12 +217,12 @@
|
|
|
217
217
|
"which": "^5.0.0",
|
|
218
218
|
"xstate": "^5.25.1",
|
|
219
219
|
"yargs": "^17.7.2",
|
|
220
|
-
"@sanity/
|
|
221
|
-
"@sanity/
|
|
222
|
-
"@sanity/
|
|
220
|
+
"@sanity/cli": "5.7.0-next.9+63dbfd90af",
|
|
221
|
+
"@sanity/diff": "5.7.0-next.9+63dbfd90af",
|
|
222
|
+
"@sanity/mutator": "5.7.0-next.9+63dbfd90af",
|
|
223
|
+
"@sanity/schema": "5.7.0-next.9+63dbfd90af",
|
|
223
224
|
"@sanity/types": "5.6.0",
|
|
224
|
-
"@sanity/util": "5.7.0-next.
|
|
225
|
-
"@sanity/diff": "5.7.0-next.8+18ba86acbc"
|
|
225
|
+
"@sanity/util": "5.7.0-next.9+63dbfd90af"
|
|
226
226
|
},
|
|
227
227
|
"devDependencies": {
|
|
228
228
|
"@playwright/experimental-ct-react": "1.57.0",
|
|
@@ -269,12 +269,12 @@
|
|
|
269
269
|
"tsx": "^4.21.0",
|
|
270
270
|
"vitest": "^4.0.16",
|
|
271
271
|
"vitest-package-exports": "^1.1.2",
|
|
272
|
-
"@repo/
|
|
273
|
-
"@repo/
|
|
274
|
-
"@repo/
|
|
275
|
-
"@
|
|
276
|
-
"@
|
|
277
|
-
"@repo/
|
|
272
|
+
"@repo/package.bundle": "5.7.0-next.9+63dbfd90af",
|
|
273
|
+
"@repo/eslint-config": "5.7.0-next.9+63dbfd90af",
|
|
274
|
+
"@repo/package.config": "5.7.0-next.9+63dbfd90af",
|
|
275
|
+
"@repo/test-config": "5.7.0-next.9+63dbfd90af",
|
|
276
|
+
"@sanity/codegen": "5.7.0-next.9+63dbfd90af",
|
|
277
|
+
"@repo/tsconfig": "5.7.0-next.9+63dbfd90af"
|
|
278
278
|
},
|
|
279
279
|
"peerDependencies": {
|
|
280
280
|
"react": "^19.2.2",
|