@ctrl/qbittorrent 8.0.0 → 8.1.0
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/src/qbittorrent.js +1 -1
- package/package.json +17 -16
package/dist/src/qbittorrent.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctrl/qbittorrent",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.1.0",
|
4
4
|
"description": "TypeScript api wrapper for qbittorrent using got",
|
5
5
|
"author": "Scott Cooper <scttcper@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
"scripts": {
|
25
25
|
"lint": "pnpm run '/^(lint:biome|lint:eslint)$/'",
|
26
26
|
"lint:biome": "biome check .",
|
27
|
-
"lint:eslint": "eslint
|
27
|
+
"lint:eslint": "eslint .",
|
28
28
|
"lint:fix": "pnpm run '/^(lint:biome|lint:eslint):fix$/'",
|
29
|
-
"lint:eslint:fix": "eslint
|
29
|
+
"lint:eslint:fix": "eslint . --fix",
|
30
30
|
"lint:biome:fix": "biome check . --apply",
|
31
31
|
"prepare": "npm run build",
|
32
32
|
"build": "tsc",
|
@@ -36,26 +36,27 @@
|
|
36
36
|
"test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@ctrl/magnet-link": "^4.0.
|
39
|
+
"@ctrl/magnet-link": "^4.0.2",
|
40
40
|
"@ctrl/shared-torrent": "^6.0.0",
|
41
41
|
"@ctrl/torrent-file": "^4.0.0",
|
42
42
|
"cookie": "^0.6.0",
|
43
|
-
"node-fetch-native": "^1.6.
|
44
|
-
"ofetch": "^1.3.
|
45
|
-
"ufo": "^1.
|
46
|
-
"uint8array-extras": "^1.
|
43
|
+
"node-fetch-native": "^1.6.4",
|
44
|
+
"ofetch": "^1.3.4",
|
45
|
+
"ufo": "^1.5.3",
|
46
|
+
"uint8array-extras": "^1.2.0"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@biomejs/biome": "1.
|
50
|
-
"@ctrl/eslint-config-biome": "
|
51
|
-
"@
|
49
|
+
"@biomejs/biome": "1.8.3",
|
50
|
+
"@ctrl/eslint-config-biome": "3.1.0",
|
51
|
+
"@eslint/compat": "^1.1.0",
|
52
|
+
"@sindresorhus/tsconfig": "6.0.0",
|
52
53
|
"@types/cookie": "0.6.0",
|
53
|
-
"@types/node": "20.
|
54
|
-
"@vitest/coverage-v8": "1.
|
54
|
+
"@types/node": "20.14.9",
|
55
|
+
"@vitest/coverage-v8": "1.6.0",
|
55
56
|
"p-wait-for": "5.0.2",
|
56
|
-
"typedoc": "0.
|
57
|
-
"typescript": "5.
|
58
|
-
"vitest": "1.
|
57
|
+
"typedoc": "0.26.3",
|
58
|
+
"typescript": "5.5.3",
|
59
|
+
"vitest": "1.6.0"
|
59
60
|
},
|
60
61
|
"release": {
|
61
62
|
"branches": [
|