@sanity/types
Advanced tools
Comparing version 3.65.1 to 3.65.2-upgrade-vite-v5.31
{ | ||
"name": "@sanity/types", | ||
"version": "3.65.1", | ||
"version": "3.65.2-upgrade-vite-v5.31+3d546507ab", | ||
"description": "Type definitions for common Sanity data structures", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
"@repo/test-config": "3.65.1", | ||
"@sanity/insert-menu": "1.0.14", | ||
"@sanity/insert-menu": "1.0.15", | ||
"@vitejs/plugin-react": "^4.3.3", | ||
@@ -65,3 +65,3 @@ "react": "^18.3.1", | ||
}, | ||
"gitHead": "02d1e6c5520414ae61300dd45855a9ccf8f40915" | ||
"gitHead": "3d546507ab12ddf72647f0e473542fad2406441f" | ||
} |
@@ -6,3 +6,7 @@ import {type Path} from '../../../paths' | ||
import {type InitialValueProperty} from '../../types' | ||
import {type BaseSchemaDefinition, type BaseSchemaTypeOptions} from './common' | ||
import { | ||
type BaseSchemaDefinition, | ||
type BaseSchemaTypeOptions, | ||
type SearchConfiguration, | ||
} from './common' | ||
@@ -20,3 +24,3 @@ /** @public */ | ||
/** @public */ | ||
export interface SlugOptions extends BaseSchemaTypeOptions { | ||
export interface SlugOptions extends SearchConfiguration, BaseSchemaTypeOptions { | ||
source?: string | Path | SlugSourceFn | ||
@@ -23,0 +27,0 @@ maxLength?: number |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
407432
7379
1
1