Releases: sushruth/ado-auth
Releases · sushruth/ado-auth
v0.2.12 npm scopes support + optimizations to reduce package size
What's Changed
- Feature - Adds support for scoped npm registry entries and yarn2 npmScopes. Fixes #4
- Bug fix - Allows only ADO registry entries from now on. Fixes #3
- Replacing libraries with smaller variants for even smaller package size and install size.
Full Changelog: v0.2.7...v0.2.12
v0.2.7 `ado-auth` and introducing v0.0.1 `yarn-ado-auth` plugin for yarn
- Adding a yarn plugin
yarn-ado-auth
that when used, forces yarn to always make sure ado auth token is valid before resolving dependencies - Exposing the used defaults from
ado-auth
v0.2.6 Using smaller dependencies
- Using
colorette
instead ofchalk
- Using
light-spinner
instead ofora
- Adding fun colors and emojis for logs - logs don't have to be boring.
v0.2.5 Migrating to monorepo and using esbuild
This is the first release after migrating to a monorepo
- using
esbuild
to build the cli - No API changes since v0.2.3