Lazy bookshelf

This commit is contained in:
advplyr 2021-11-28 19:36:44 -06:00
parent 3941da1144
commit 4587916c8e
11 changed files with 669 additions and 31 deletions

7
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "1.6.29",
"version": "1.6.30",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -673,6 +673,11 @@
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.3.0.tgz",
"integrity": "sha512-qJhfEgCnmteSeZAeuOKQ2WEIFTX5ajrzE0xS6gCOBCoRQcU+xEzQmgYQQTpzCcqUAAzTEtu4YEih4pnLfvNtew=="
},
"fast-sort": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/fast-sort/-/fast-sort-3.1.1.tgz",
"integrity": "sha512-EA3PVIYj8uyyJc2Mma7GHjMrE74N/ClKkBj5gVUmY+8JePrc/ognCk4bhszVGYazu9Qk2aUTHnBF38QDSHcjkg=="
},
"file-type": {
"version": "10.11.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-10.11.0.tgz",