mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-15 04:12:25 +00:00
feat: fix types and add type checking plus lazybundle on launch andddd dev flag
This commit is contained in:
parent
5e5e65f6d5
commit
32302c37dd
34 changed files with 1807 additions and 977 deletions
|
|
@ -53,5 +53,5 @@ export function order(a: string, b: string): -1 | 0 | 1 {
|
|||
return Bun.semver.order(a, b)
|
||||
}
|
||||
|
||||
return getNpmSemver().compare(a, b, { loose: true })
|
||||
return getNpmSemver().compare(a, b, { loose: true }) as -1 | 0 | 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue