@jesec/flood 0.0.0-master.1d7ec6a → 0.0.0-master.1da2260
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/README.md +6 -6
- package/dist/assets/index.html +1 -1
- package/dist/assets/static/js/{179.30908bfc.chunk.js → 179.c81c7db0.chunk.js} +1 -1
- package/dist/assets/static/js/{704.7c6c6361.chunk.js → 704.0a13f61a.chunk.js} +1 -1
- package/dist/assets/static/js/{main.9fcba1be.js → main.fe549a05.js} +1 -1
- package/dist/index.js +1029 -1039
- package/package.json +13 -13
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.1da2260",
|
|
4
4
|
"description": "A modern Web UI for various torrent clients with multi-user and multi-client support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
|
-
"build": "panda codegen && node scripts/build.
|
|
50
|
+
"build": "panda codegen && node scripts/build.mjs",
|
|
51
51
|
"build-pkg": "rm -rf dist && npm run build && npm run pkg",
|
|
52
52
|
"pkg": "pkg . --out-path dist-pkg --no-bytecode --public --options=enable-source-maps",
|
|
53
53
|
"format-source": "prettier -w .",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"lint": "NODE_ENV=development eslint --max-warnings 0 .",
|
|
57
57
|
"prepack": "rm -rf dist && npm run build",
|
|
58
58
|
"start": "node --enable-source-maps --use_strict dist/index.js",
|
|
59
|
-
"start:development:client": "concurrently \"panda --watch\" \"node client/scripts/development.
|
|
59
|
+
"start:development:client": "concurrently \"panda --watch\" \"node client/scripts/development.mjs\"",
|
|
60
60
|
"start:development:server": "NODE_ENV=development tsx watch server/bin/start.ts",
|
|
61
|
-
"start:test:rtorrent": "node scripts/testsetup.
|
|
62
|
-
"test": "
|
|
63
|
-
"test:watch": "
|
|
61
|
+
"start:test:rtorrent": "node scripts/testsetup.mjs",
|
|
62
|
+
"test": "vitest run --coverage",
|
|
63
|
+
"test:watch": "vitest --watch",
|
|
64
64
|
"lint-staged": "lint-staged",
|
|
65
65
|
"prepare": "husky",
|
|
66
66
|
"storybook": "storybook dev -p 6006",
|
|
@@ -78,11 +78,11 @@
|
|
|
78
78
|
"@dnd-kit/sortable": "^7.0.2",
|
|
79
79
|
"@dnd-kit/utilities": "^3.2.2",
|
|
80
80
|
"@eslint/js": "^9.34.0",
|
|
81
|
-
"@fastify/cookie": "^10.0.0",
|
|
82
81
|
"@fastify/compress": "^8.3.0",
|
|
82
|
+
"@fastify/cookie": "^10.0.0",
|
|
83
83
|
"@fastify/rate-limit": "^10.0.2",
|
|
84
|
-
"@fastify/static": "^8.3.0",
|
|
85
84
|
"@fastify/sse": "^0.4.0",
|
|
85
|
+
"@fastify/static": "^8.3.0",
|
|
86
86
|
"@lingui/cli": "^5.4.1",
|
|
87
87
|
"@lingui/core": "^5.4.1",
|
|
88
88
|
"@lingui/format-json": "^5.4.1",
|
|
@@ -108,11 +108,11 @@
|
|
|
108
108
|
"@types/d3-shape": "^3.1.7",
|
|
109
109
|
"@types/fs-extra": "^9.0.13",
|
|
110
110
|
"@types/http-errors": "^1.8.2",
|
|
111
|
-
"@types/jest": "^
|
|
111
|
+
"@types/jest": "^30.0.0",
|
|
112
112
|
"@types/jsonwebtoken": "^9.0.10",
|
|
113
113
|
"@types/lodash": "^4.17.20",
|
|
114
114
|
"@types/morgan": "^1.9.10",
|
|
115
|
-
"@types/node": "^
|
|
115
|
+
"@types/node": "^22.0.0",
|
|
116
116
|
"@types/parse-torrent": "^5.8.7",
|
|
117
117
|
"@types/passport": "^1.0.17",
|
|
118
118
|
"@types/passport-jwt": "^3.0.13",
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
"@types/yargs": "^17.0.33",
|
|
127
127
|
"@typescript-eslint/eslint-plugin": "^8.40.0",
|
|
128
128
|
"@typescript-eslint/parser": "^8.40.0",
|
|
129
|
+
"@vitest/coverage-v8": "^2.1.4",
|
|
129
130
|
"autoprefixer": "^10.4.21",
|
|
130
131
|
"axios": "^1.12.0",
|
|
131
132
|
"axios-mock-adapter": "^2.1.0",
|
|
@@ -168,8 +169,6 @@
|
|
|
168
169
|
"html-webpack-plugin": "^5.6.4",
|
|
169
170
|
"http-errors": "^2.0.0",
|
|
170
171
|
"husky": "^9.1.7",
|
|
171
|
-
"jest": "^28.1.3",
|
|
172
|
-
"jest-esbuild": "^0.4.0",
|
|
173
172
|
"js-file-download": "^0.4.12",
|
|
174
173
|
"jsonwebtoken": "^9.0.2",
|
|
175
174
|
"lint-staged": "^15.5.2",
|
|
@@ -211,13 +210,14 @@
|
|
|
211
210
|
"tar-fs": "^2.1.4",
|
|
212
211
|
"terser-webpack-plugin": "^5.3.14",
|
|
213
212
|
"tldts": "^5.7.112",
|
|
214
|
-
"ts-jest": "^28.0.8",
|
|
215
213
|
"ts-loader": "^9.5.2",
|
|
216
214
|
"tsconfig-paths": "^4.2.0",
|
|
217
215
|
"tsx": "^4.20.4",
|
|
218
216
|
"typed-emitter": "^2.1.0",
|
|
219
217
|
"typescript": "~5.0.4",
|
|
220
218
|
"typescript-eslint": "^8.40.0",
|
|
219
|
+
"vite-tsconfig-paths": "^5.1.3",
|
|
220
|
+
"vitest": "^2.1.9",
|
|
221
221
|
"webpack": "^5.101.3",
|
|
222
222
|
"webpack-dev-server": "^5.2.2",
|
|
223
223
|
"webpack-shebang-plugin": "^1.1.8",
|