Skip to content

Releases: YunYouJun/nnrm

v0.4.4

27 Jan 12:32
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.4.3

01 Jun 06:18
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

  • Don't overwrite user's .npmrc when local option is used  -  by @nouh in #16 (e87e7)
    View changes on GitHub

v0.4.2

17 May 02:29
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Prevent show error when use unknown registry  -  by @tyr1dev in #14 (e37f0)
    View changes on GitHub

v0.4.1

29 Apr 19:13
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.4.0-beta.0

29 Apr 18:40
Compare
Choose a tag to compare
v0.4.0-beta.0 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v0.3.8

26 Oct 17:27
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.3.7

15 Sep 16:48
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Adapt for yarn v3 by npmRegistryServer when catch error  -  by @YunYouJun (cbb1a)
    View changes on GitHub

v0.3.6

27 Apr 16:55
Compare
Choose a tag to compare

Bug Fixes

Features

  • add vitest & actions test & display unknown registry (fef7143)

v0.3.1 ES Module

20 Nov 08:30
Compare
Choose a tag to compare

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

09 Oct 16:30
Compare
Choose a tag to compare

Features

  • update npm.taobao.org to npmmirror.com (more info see https://npmmirror.com/)
  • use ES Module import export refactor by type: 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 for pnpm (Unlike yrm for yarn, pnpm has the same registry as npm)