Releases: antfu-collective/package-manager-detector
Releases · antfu-collective/package-manager-detector
v0.2.6
🐞 Bug Fixes
- Change
run
command for Deno to prependnpm:
prefix - by @bartlomieju and @benmccann in #34 (c50c6) - Correct AgentCommandValue type - by @benmccann in #35 (4546d)
View changes on GitHub
v0.2.5
🐞 Bug Fixes
- Use correct command for
upgrade
and 'execute-local' in Deno - by @bartlomieju in #30 (6f75c)
View changes on GitHub
v0.2.4
No significant changes
View changes on GitHub
v0.2.3
🚀 Features
- Add
getUserAgent
support - by @userquin, @benmccann and Michaël De Boey in #20 (93e1d) - Add deno as package manager - by @bartlomieju in #25 (aa946)
View changes on GitHub
v0.2.2
v0.2.1
🚀 Features
- Add command to execute local binaries - by @AdrianGonz97 in #15 (05436)
View changes on GitHub
v0.2.0
🚨 Breaking Changes
- Improve detect algorithm,
detect
runsnull
when dismatch, fix #9 - by @antfu in #10 and #9 (6d8f6) - Use arrays to represent commands, new
resolveCommand
function - by @userquin and @antfu in #8 (24f0d) - Refactor files, rename sub exports - by @antfu in #11 (4461e)
🚀 Features
View changes on GitHub
v0.1.2
No significant changes