Merge remote-tracking branch 'origin/master' into auth_passportjs

This commit is contained in:
lukeIam
2023-08-12 16:44:44 +02:00
249 changed files with 15582 additions and 7835 deletions
+6 -3
View File
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "2.2.20",
"version": "2.3.3",
"description": "Self-hosted audiobook and podcast server",
"main": "index.js",
"scripts": {
@@ -20,7 +20,7 @@
"pkg": {
"assets": [
"client/dist/**/*",
"server/Db.js"
"node_modules/sqlite3/lib/binding/**/*.node"
],
"scripts": [
"prod.js",
@@ -40,10 +40,13 @@
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-openidconnect": "^0.1.1",
"nodemailer": "^6.9.2",
"sequelize": "^6.32.1",
"socket.io": "^4.5.4",
"sqlite3": "^5.1.6",
"xml2js": "^0.5.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}
}