v0.1.0
💥 BREAKING CHANGES
- feat: change type of
packageManagerAllowedEnv
configuration from{pnpm: string[] | false}
to enum:'include' | 'exclude' | 'disable'
now defaults toinclude
on windows and mac in this mode envs picked from predefined list. Now it is not possible to control lists. This should finally fix pnpm crashes on Windowscdac71b