mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-04 14:29:47 +00:00
chore: Change the dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user