verdaccio/.changeset/plenty-news-remember.md

560 B

@verdaccio/auth verdaccio-htpasswd verdaccio-audit @verdaccio/server @verdaccio/cli-standalone
major major major major major

feat: standalone registry with no dependencies

Usage

To install a server with no dependencies

npm install -g @verdaccio/standalone

with no internet required

npm install -g ./tarball.tar.gz

Bundles htpasswd and audit plugins.

Breaking Change

It does not allow anymore the auth and middleware property at config file empty, it will fallback to those plugins by default.