chore: Change the dependencies

This commit is contained in:
BluJ
2023-05-04 13:41:54 -06:00
parent a2c5b1defb
commit b2b175ec6e
3 changed files with 5 additions and 5 deletions

View File

@@ -72,10 +72,10 @@ export interface SDKManifest {
start: string | null
stop: string | null
}
dependencies: Record<string, Dependency>
dependencies: Record<string, ManifestDependency>
}
export interface Dependency {
export interface ManifestDependency {
/** The range of versions that would satisfy the dependency
*
* ie: >=3.4.5 <4.0.0