Releases: denoland/deno_npm
Releases · denoland/deno_npm
0.20.1
- fix: deserialize registry json with null values to default (#52)
0.20.0
- feat:
ResolvedNpmRc
(#51)
0.19.2
- fix: return url when config is default and fix scope lookup (#50)
0.19.1
- fix: add registry url to npmrc result (#49)
0.19.0
- feat: .npmrc file parsing (#45)
- feat: ability to get registry config for package from npmrc (#46)
- feat: add NpmResolutionPackage.scripts (#47)
0.18.0
- feat: add NpmResolutionPackage.bin (#44)
0.15.3
- fix: NpmSystemInfo - Implement Eq, ParitalEq (#40)
0.15.2
- fix: handle optional deps not found in dependencies map (#38)
- fix: resolve a version requirement to the latest dist tag if it matches (#37)