@sanity/types 6.1.0-workbench.20260612130347 → 6.1.1-next.1
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 +1 -1
- package/package.json +6 -6
package/lib/index.d.ts
CHANGED
|
@@ -1490,7 +1490,7 @@ interface GeopointValue {
|
|
|
1490
1490
|
/** @public */
|
|
1491
1491
|
interface GeopointRule extends RuleDef<GeopointRule, GeopointValue> {}
|
|
1492
1492
|
/** @public */
|
|
1493
|
-
interface GeopointOptions extends
|
|
1493
|
+
interface GeopointOptions extends ObjectOptions {}
|
|
1494
1494
|
/** @public */
|
|
1495
1495
|
interface GeopointDefinition extends BaseSchemaDefinition {
|
|
1496
1496
|
type: 'geopoint';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/types",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1-next.1",
|
|
4
4
|
"description": "Type definitions for common Sanity data structures",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@sanity/insert-menu": "3.0.8",
|
|
42
|
-
"@sanity/pkg-utils": "^10.5.
|
|
42
|
+
"@sanity/pkg-utils": "^10.5.5",
|
|
43
43
|
"@types/react": "^19.2.17",
|
|
44
44
|
"@typescript/native-preview": "beta",
|
|
45
45
|
"@vitejs/plugin-react": "^6.0.2",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"rimraf": "^6.1.3",
|
|
49
49
|
"vite": "^8.0.16",
|
|
50
50
|
"vitest": "^4.1.8",
|
|
51
|
-
"@repo/
|
|
52
|
-
"@repo/
|
|
53
|
-
"@repo/
|
|
54
|
-
"@repo/
|
|
51
|
+
"@repo/test-config": "6.1.1-next.1+8575f65e1c",
|
|
52
|
+
"@repo/tsconfig": "6.1.1-next.1+8575f65e1c",
|
|
53
|
+
"@repo/eslint-config": "6.1.1-next.1+8575f65e1c",
|
|
54
|
+
"@repo/package.config": "6.1.1-next.1+8575f65e1c"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@types/react": "^19.2"
|