4.4.1
(fix): Fix fern generator upgrade failing with TAR_ENTRY_ERROR and
ENOENT on package.json when upgrading multiple workspaces.
The root cause was concurrent npm install calls to the same
--prefix directory racing on tar extraction. Now the migration
package is installed exactly once per CLI process using a
deduplicating promise pattern, and an isolated npm cache prevents
system-level cache corruption.