You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking: Default SQLite driver is changed from sqlite3 to better-sqlite3. This is only breaking if you have set DB_CLIENT manually to sqlite3. If so, you can change it to better-sqlite3 or install the driver—npm install sqlite3—if you want to keep using sqlite3. (Pull request #796)
Removed cross-env dependency and used --production argument instead. (Pull request #796)
Removed node-cron dependency and used setInterval() global function instead. (Pull request #796)
Removed uuid dependency and used Node.js built-in function crypto.randomUUID() instead. (Pull request #796)
Removed unused dependency node-mailer (not nodmailer, that one is still used.) (Pull request #796)
Require all built-in modules using node: prefix. (Pull request #796)
Standardize to double quotes everywhere (no linting or autoformatting added.) (Pull request #796)