Skip to content

v1.0.1

Latest

Choose a tag to compare

@bchanudet bchanudet released this 03 May 23:31

This is a maintenance release of this plugin.

Changelog

Fixes:

  • #2 was an type error in the TypeScript code, making it impossible to compile.
  • #1 caused by a bad handling of result variable in adduser().

News:

  • This version improve the logging of the plugin:
    • If you voluntarily let one of the queries empty (e.g. let the add_user query empty to prevent users to be added from the npm CLI), the plugin will warn you only once about it, instead of every time the request is done.
    • The result of the auth_user query is quite specific (only one row must be returned, and it should include the usergroups column). The plugin will now output meaningful errors if the output doesn't respect those conditions.

Compatibility

The plugin has been manually tested against Verdaccio v5.0.4. Compatibility with older versions of Verdaccio is not guaranteed, but should work as the interface of the plugin has not changed.

No modifications were made on the configuration file.

Updating your server

This version has been published to the npm registry. Launching the following command should update your version:

> npm install -g verdaccio-mysql