javascript_toolchain-v1.3.0
·
23 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
π Updates
- Added unstable support for Nub as a package manager:
- Natively uses
nub.lock(pnpm lockfile format), but will locate dependency
roots using other package manager lockfiles that nub can operate on. - Reads workspace members and catalogs from
pnpm-workspace.yamlwhen
present, otherwise frompackage.json. - Does not require the Node.js toolchain, as nub is a standalone binary.
- Natively uses
π Fixes
- Fixed
bun.lockparsing failing on Git/GitHub dependencies that include both
package metadata (dependencies,bin, etc) and an integrity hash.