Skip to content

Releases: AlCalzone/pak

Release v0.11.0

21 Jun 09:25
Compare
Choose a tag to compare

Add support for Yarn v4

Release v0.10.2

17 Apr 07:15
Compare
Choose a tag to compare

Fix: use shell: true option for npm on Windows to prevent stalling

Release v0.10.1

29 Nov 09:52
Compare
Choose a tag to compare

Upgraded dependencies to fix a vulnerability in axios

Release v0.10.0

31 Oct 11:34
Compare
Choose a tag to compare

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

19 Sep 17:47
Compare
Choose a tag to compare

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

03 Mar 13:50
Compare
Choose a tag to compare

Upgrade dependencies

Release v0.8.0

04 Feb 22:09
Compare
Choose a tag to compare

Add the install option ignoreScripts which prevents execution of pre/post/install scripts for Yarn Classic and npm

Release v0.7.0

15 Sep 11:21
Compare
Choose a tag to compare

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

03 May 21:37
Compare
Choose a tag to compare

Add option setCwdToPackageRoot to automatically set cwd to the found package's root dir

Release v0.5.0

03 May 14:47
Compare
Choose a tag to compare

Add support for additional args that are passed as-is to the package manager.