This commit is contained in:
advplyr 2023-04-29 15:49:04 -05:00
commit 8b685436de
55 changed files with 641 additions and 236 deletions

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "2.2.18",
"version": "2.2.19",
"description": "Self-hosted audiobook and podcast server",
"main": "index.js",
"scripts": {
@ -41,7 +41,7 @@
"passport-jwt": "^4.0.1",
"passport-openidconnect": "^0.1.1",
"socket.io": "^4.5.4",
"xml2js": "^0.4.23"
"xml2js": "^0.5.0"
},
"devDependencies": {
"nodemon": "^2.0.20"