Releases: AlCalzone/pak
Release v0.11.0
Add support for Yarn v4
Release v0.10.2
Fix: use shell: true
option for npm
on Windows to prevent stalling
Release v0.10.1
Upgraded dependencies to fix a vulnerability in axios
Release v0.10.0
Add the install option force
to pass the --force
flag to the package manager. The specific behavior depends on the package manager in use.
npm.overrideDependencies
now supports lockfileVersion: 3
Release v0.9.0
Add support for enumerating workspaces in a monorepo
Add support for packing a package into an installable tarball (npm and Yarn Berry only)
Release v0.8.1
Upgrade dependencies
Release v0.8.0
Add the install option ignoreScripts
which prevents execution of pre/post/install scripts for Yarn Classic and npm
Release v0.7.0
Add support for Yarn Berry (v2+)
packageManagers.yarn
now defaults to Yarn Berry. To explicitly use Yarn Classic (v1), use packageManagers.yarnClassic
.
Release v0.6.0
Add option setCwdToPackageRoot
to automatically set cwd
to the found package's root dir
Release v0.5.0
Add support for additional args that are passed as-is to the package manager.