@jesec/flood 0.0.0-master.a4dd536 → 0.0.0-master.a570469
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/dist/assets/index.html +1 -1
- package/dist/assets/static/js/{151.f83c3dc4.chunk.js → 151.23ae9d2a.chunk.js} +1 -1
- package/dist/assets/static/js/{694.cfbf5610.chunk.js → 694.52611242.chunk.js} +1 -1
- package/dist/assets/static/js/{main.33810fb9.js → main.23fb688a.js} +1 -1
- package/dist/data/file.js +1 -0
- package/dist/data/worker-pipeline.js +1 -0
- package/dist/data/worker.js +1 -0
- package/dist/data/worker1.js +1 -0
- package/dist/index.js +19 -1
- package/package.json +7 -6
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.a570469",
|
|
4
4
|
"description": "A modern Web UI for various torrent clients with multi-user and multi-client support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -81,6 +81,8 @@
|
|
|
81
81
|
"@emotion/babel-plugin": "^11.11.0",
|
|
82
82
|
"@emotion/css": "^11.11.0",
|
|
83
83
|
"@emotion/react": "^11.11.1",
|
|
84
|
+
"@fastify/express": "^2.3.0",
|
|
85
|
+
"@fastify/static": "^6.10.2",
|
|
84
86
|
"@lingui/loader": "^3.17.2",
|
|
85
87
|
"@lingui/react": "^3.17.2",
|
|
86
88
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
@@ -92,7 +94,6 @@
|
|
|
92
94
|
"@types/cookie-parser": "^1.4.3",
|
|
93
95
|
"@types/create-torrent": "^5.0.0",
|
|
94
96
|
"@types/d3": "^7.4.0",
|
|
95
|
-
"@types/debug": "^4.1.8",
|
|
96
97
|
"@types/express": "^4.17.17",
|
|
97
98
|
"@types/fs-extra": "^9.0.13",
|
|
98
99
|
"@types/geoip-country": "^4.0.0",
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
"@types/node": "^12.20.55",
|
|
105
106
|
"@types/parse-torrent": "^5.8.4",
|
|
106
107
|
"@types/passport": "^1.0.12",
|
|
107
|
-
"@types/passport-jwt": "^3.0.
|
|
108
|
+
"@types/passport-jwt": "^3.0.9",
|
|
108
109
|
"@types/react": "^18.2.11",
|
|
109
110
|
"@types/react-dom": "^18.2.4",
|
|
110
111
|
"@types/react-measure": "^2.0.8",
|
|
@@ -136,8 +137,6 @@
|
|
|
136
137
|
"d3-scale": "^4.0.2",
|
|
137
138
|
"d3-selection": "^3.0.0",
|
|
138
139
|
"d3-shape": "^3.2.0",
|
|
139
|
-
"debug": "^4.3.4",
|
|
140
|
-
"esbuild-jest": "^0.5.0",
|
|
141
140
|
"eslint": "^8.42.0",
|
|
142
141
|
"eslint-config-airbnb": "^19.0.4",
|
|
143
142
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
@@ -149,6 +148,8 @@
|
|
|
149
148
|
"express-rate-limit": "^6.7.0",
|
|
150
149
|
"fast-json-patch": "^3.1.1",
|
|
151
150
|
"fast-sort": "^3.4.0",
|
|
151
|
+
"fastify": "^4.21.0",
|
|
152
|
+
"fastify-type-provider-zod": "^1.1.9",
|
|
152
153
|
"feedsub": "^0.7.8",
|
|
153
154
|
"file-loader": "^6.2.0",
|
|
154
155
|
"form-data": "^4.0.0",
|
|
@@ -159,6 +160,7 @@
|
|
|
159
160
|
"html-webpack-plugin": "^5.5.3",
|
|
160
161
|
"http-errors": "^2.0.0",
|
|
161
162
|
"jest": "^28.1.3",
|
|
163
|
+
"jest-esbuild": "^0.3.0",
|
|
162
164
|
"js-file-download": "^0.4.12",
|
|
163
165
|
"jsonwebtoken": "^9.0.0",
|
|
164
166
|
"lodash": "^4.17.21",
|
|
@@ -176,7 +178,6 @@
|
|
|
176
178
|
"postcss": "^8.4.24",
|
|
177
179
|
"postcss-loader": "^7.3.3",
|
|
178
180
|
"prettier": "^2.8.8",
|
|
179
|
-
"promise": "^8.3.0",
|
|
180
181
|
"react": "^18.2.0",
|
|
181
182
|
"react-dev-utils": "^12.0.1",
|
|
182
183
|
"react-dom": "^18.2.0",
|