@jesec/flood 0.0.0-master.e523a29 → 0.0.0-master.e52cfc9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jesec/flood",
|
|
3
|
-
"version": "0.0.0-master.
|
|
3
|
+
"version": "0.0.0-master.e52cfc9",
|
|
4
4
|
"description": "A modern Web UI for various torrent clients with multi-user and multi-client support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"@emotion/babel-plugin": "^11.11.0",
|
|
84
84
|
"@emotion/css": "^11.11.0",
|
|
85
85
|
"@emotion/react": "^11.11.1",
|
|
86
|
+
"@fastify/compress": "^6.5.0",
|
|
86
87
|
"@fastify/express": "^2.3.0",
|
|
87
88
|
"@fastify/static": "^6.10.2",
|
|
88
89
|
"@lingui/loader": "^3.17.2",
|
|
@@ -91,7 +92,6 @@
|
|
|
91
92
|
"@seald-io/nedb": "^3.1.0",
|
|
92
93
|
"@types/bencode": "^2.0.1",
|
|
93
94
|
"@types/body-parser": "^1.19.2",
|
|
94
|
-
"@types/compression": "^1.7.2",
|
|
95
95
|
"@types/content-disposition": "^0.5.5",
|
|
96
96
|
"@types/cookie-parser": "^1.4.3",
|
|
97
97
|
"@types/create-torrent": "^5.0.0",
|
|
@@ -128,7 +128,6 @@
|
|
|
128
128
|
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
|
129
129
|
"chalk": "^4.1.2",
|
|
130
130
|
"classnames": "^2.3.2",
|
|
131
|
-
"compression": "^1.7.4",
|
|
132
131
|
"content-disposition": "^0.5.4",
|
|
133
132
|
"cookie-parser": "^1.4.6",
|
|
134
133
|
"create-torrent": "^5.0.9",
|
|
@@ -205,7 +204,7 @@
|
|
|
205
204
|
"ts-jest": "^28.0.8",
|
|
206
205
|
"ts-loader": "^9.4.3",
|
|
207
206
|
"tsconfig-paths": "^4.2.0",
|
|
208
|
-
"tsx": "^
|
|
207
|
+
"tsx": "^4.6.2",
|
|
209
208
|
"typed-emitter": "^2.1.0",
|
|
210
209
|
"typescript": "~4.9.5",
|
|
211
210
|
"webpack": "^5.86.0",
|