npm verdaccio 3.0.0-alpha.11

latest releases: 5.31.0, 7.0.0-next-7.15, 7.0.0-next-7.14...
6 years ago
npm install --global verdaccio@3.0.0-alpha.11

Features

## the following configuration is no longer valid
users:
 test:
    password: 12456
 test2:
    password: 12456
  • Package access default users groups were deprecated and now will be removed
 packages:
   '@test/*':
-    allow_access: all undefined anonymous
-    allow_publish: all
+    allow_access: $all
+    allow_publish: $all $anonymous

Groups as all undefined anonymous are no longer valid, they must be prefixed by $ or @ eg: $all $anonymous and undefined group is not supported at all anymore. Most likely $ for future longer support.

Bugfixing

Development

  • Updated dependencies
  • We use commitlint by @bufferoverflow
  • Documentation bugfixing

Don't miss a new verdaccio release

NewReleases is sending notifications on new releases.