Change: njodb version bump, Fix: Socket reconnect & toast, Fix: Mobile config nav drawer

This commit is contained in:
advplyr 2021-11-07 13:02:56 -06:00
parent 2af017e3b1
commit d115382abe
6 changed files with 81 additions and 26 deletions

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "1.6.6",
"version": "1.6.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1222,9 +1222,9 @@
"integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw=="
},
"njodb": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/njodb/-/njodb-0.4.24.tgz",
"integrity": "sha512-d7S5mJJlEwWMhKblOE5BVKLnCubYuwZTLeoVq054GawnrxK3ATwauX/mkOKiZdBjbzrWoHg+dgatUkxoQIUvCA==",
"version": "0.4.26",
"resolved": "https://registry.npmjs.org/njodb/-/njodb-0.4.26.tgz",
"integrity": "sha512-cUEQzZT/jbwK5tBLZM/A4bCsYIB9oqGwfip79NWMMzUi0RBFVccPYGh9gTf2PhcrTn2y1ftbxlV+J/c4s9RR8g==",
"requires": {
"proper-lockfile": "^4.1.2"
}