Releases: YunYouJun/nnrm
Releases · YunYouJun/nnrm
v0.4.4
No significant changes
View changes on GitHub
v0.4.3
🚀 Features
- Use store record & add more test cases - by @YunYouJun (6f742)
🐞 Bug Fixes
View changes on GitHub
v0.4.2
🐞 Bug Fixes
View changes on GitHub
v0.4.1
No significant changes
View changes on GitHub
v0.4.0-beta.0
v0.3.8
No significant changes
View changes on GitHub
v0.3.7
🐞 Bug Fixes
- Adapt for yarn v3 by npmRegistryServer when catch error - by @YunYouJun (cbb1a)
View changes on GitHub
v0.3.6
v0.3.1 ES Module
What's Changed
- Now nnrm is a ES Module, its dependencies
cac
chalk
execa
node-fetch
are also upgraded to ES Module Version.
If you want to use CJS version, please use
v0.2.3
.
v0.2.3
Features
- update
npm.taobao.org
tonpmmirror.com
(more info see https://npmmirror.com/) - use ES Module
import
export
refactor bytype: module
- can use
-l
option to set local.npmrc
, (e.g.nrm use taobao -l
will generate local.npmrc
:registry=https://registry.npmjs.org/
) - support
prm
forpnpm
(Unlikeyrm
foryarn
,pnpm
has the same registry asnpm
)