@sanity/types
Advanced tools
Comparing version 3.65.0 to 3.65.1-export-comments.7
{ | ||
"name": "@sanity/types", | ||
"version": "3.65.0", | ||
"version": "3.65.1-export-comments.7+877e015f43", | ||
"description": "Type definitions for common Sanity data structures", | ||
@@ -64,3 +64,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "76d18ea2a33bf43c52e0d4eac2c8bd4a1c7b516a" | ||
"gitHead": "877e015f43761dbd811ebb9fdeb1640ce9c83144" | ||
} |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
407431
7379
1
1