@sanity/vision 6.13.1 → 6.13.2-next.3
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/index.d.ts +2 -2
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -156,6 +156,6 @@ interface VisionToolConfig extends Partial<VisionConfig> {
|
|
|
156
156
|
title?: string;
|
|
157
157
|
icon?: ComponentType;
|
|
158
158
|
}
|
|
159
|
-
declare const visionTool: import("sanity").Plugin<void | VisionToolConfig>;
|
|
160
|
-
export {
|
|
159
|
+
export declare const visionTool: import("sanity").Plugin<void | VisionToolConfig>;
|
|
160
|
+
export type { VisionLocaleResourceKeys, VisionToolConfig };
|
|
161
161
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/vision",
|
|
3
|
-
"version": "6.13.
|
|
3
|
+
"version": "6.13.2-next.3",
|
|
4
4
|
"description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"admin",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"oxc-transform-react": "^0.149.0",
|
|
87
87
|
"react": "^19.2.8",
|
|
88
88
|
"react-dom": "^19.2.8",
|
|
89
|
-
"sanity": "6.13.
|
|
89
|
+
"sanity": "6.13.2-next.3+54095cc4db",
|
|
90
90
|
"styled-components": "^6.5.3",
|
|
91
|
-
"tsdown": "^0.
|
|
91
|
+
"tsdown": "^0.23.0",
|
|
92
92
|
"typescript": "^7.0.2",
|
|
93
93
|
"vite": "^8.2.2",
|
|
94
94
|
"vitest": "^4.1.11"
|