🏗️ Refactor for import of downloaded comics to use socket.io

This commit is contained in:
2022-12-21 21:04:40 -08:00
parent fe4ba87256
commit 6a4cf1d82f
6 changed files with 147 additions and 131 deletions

18
package-lock.json generated
View File

@@ -45,7 +45,6 @@
"mongoose-paginate-v2": "^1.3.18",
"nats": "^1.3.2",
"node-calibre": "^2.1.1",
"node-unrar-js": "^1.0.5",
"opds-extra": "^3.0.9",
"p7zip-threetwo": "^1.0.4",
"sanitize-filename-ts": "^1.0.2",
@@ -73,7 +72,7 @@
"typescript": "^4.6.4"
},
"engines": {
"node": ">= 10.x.x"
"node": ">= 18.x.x"
}
},
"node_modules/@ampproject/remapping": {
@@ -8513,14 +8512,6 @@
"url": "https://github.com/sponsors/antelle"
}
},
"node_modules/node-unrar-js": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/node-unrar-js/-/node-unrar-js-1.0.6.tgz",
"integrity": "sha512-jObs9hXUmXldlQI04/oYb+97RolAx4aJO08Rz5mRE/wFdwzcftuffEPZLZao+c0nKiwXCT77ZUN+sp/5lnpA2w==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
@@ -20336,7 +20327,7 @@
},
"moleculer-bull": {
"version": "git+ssh://git@github.com/rishighan/moleculer-bull.git#487020c3f3b4879bbf1bb40c75f19a259d17dd59",
"from": "moleculer-bull@rishighan/moleculer-bull#1.0.0",
"from": "moleculer-bull@github:rishighan/moleculer-bull#1.0.0",
"requires": {
"bull": "^4.10.2",
"lodash": "^4.17.21"
@@ -20686,11 +20677,6 @@
"resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
"integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw=="
},
"node-unrar-js": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/node-unrar-js/-/node-unrar-js-1.0.6.tgz",
"integrity": "sha512-jObs9hXUmXldlQI04/oYb+97RolAx4aJO08Rz5mRE/wFdwzcftuffEPZLZao+c0nKiwXCT77ZUN+sp/5lnpA2w=="
},
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",