mariadb-corporation / mariadb-connector-nodejs

MariaDB Connector/Node.js is used to connect applications developed on Node.js to MariaDB and MySQL databases. MariaDB Connector/Node.js is LGPL licensed.
GNU Lesser General Public License v2.1
368 stars 91 forks source link

Latest version: 2.5.4 #162

Closed outbackStack closed 3 years ago

outbackStack commented 3 years ago

Hi guys,

I'm not able to update from the NPM registry with the latest release (2.5.4). I can only see 2.5.3 now. Also, do you know how I could test out the beta version? I tried it with npm install mariadb@3.0.0-beta and it doesn't work.

rusher commented 3 years ago

that's a mistake, not published on npm... it will be corrected in the next few hours

rusher commented 3 years ago

ok, version are available now. 2.5.4 is now latest release, and beta is available with specific version npm install mariadb@3.0.0-beta or npm install mariadb@beta

thanks for reporting it !