mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
feat: Make manifest use better range
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ValidEmVer } from "../emverLite/mod"
|
||||
import { ValidEmVer, ValidEmVerRange } from "../emverLite/mod"
|
||||
import { ActionMetaData } from "../types"
|
||||
|
||||
export interface Container {
|
||||
@@ -70,7 +70,7 @@ export interface Dependency {
|
||||
/** The range of versions that would satisfy the dependency
|
||||
* ie: >=3.4.5 && <4.0.0
|
||||
*/
|
||||
version: string
|
||||
version: ValidEmVerRange
|
||||
/**
|
||||
* A human readable explanation on what the dependency is used for
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user