refactor: replace bun semver with npm semver package

This commit is contained in:
Dax Raad
2026-03-09 15:29:55 -04:00
parent 2f2856e20a
commit 37ae0a4051
5 changed files with 274 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
import { $, semver } from "bun"
import { $ } from "bun"
import semver from "semver"
import path from "path"
const rootPkgPath = path.resolve(import.meta.dir, "../../../package.json")