v0.3.2 - Hotfix: Update All Command
Hotfix
This release fixes a critical issue with the update all command introduced in v0.3.1.
Fixed
- Fixed "registry.getTool is not a function" error when running
clanker update - Moved update all logic to PackageManager class for better encapsulation
- Resolved production build issue with dynamic imports
Installation
npm install -g @ziggler/clanker@0.3.2Upgrading
If you already have v0.3.1 installed, you can use the new self-update feature:
clanker -UOr update manually:
npm install -g @ziggler/clanker@latest