@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.
@@ -527,7 +527,7 @@ export class QBittorrent {
527
527
  body: new URLSearchParams({
528
528
  username: this.config.username ?? '',
529
529
  password: this.config.password ?? '',
530
- }),
530
+ }).toString(),
531
531
  redirect: 'manual',
532
532
  retry: false,
533
533
  timeout: this.config.timeout,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/qbittorrent",
3
- "version": "8.0.0",
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 --ext .ts,.tsx .",
27
+ "lint:eslint": "eslint .",
28
28
  "lint:fix": "pnpm run '/^(lint:biome|lint:eslint):fix$/'",
29
- "lint:eslint:fix": "eslint --ext .ts,.tsx . --fix",
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.1",
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.2",
44
- "ofetch": "^1.3.3",
45
- "ufo": "^1.4.0",
46
- "uint8array-extras": "^1.1.0"
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.6.0",
50
- "@ctrl/eslint-config-biome": "2.1.1",
51
- "@sindresorhus/tsconfig": "5.0.0",
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.11.25",
54
- "@vitest/coverage-v8": "1.3.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.25.12",
57
- "typescript": "5.4.2",
58
- "vitest": "1.3.1"
57
+ "typedoc": "0.26.3",
58
+ "typescript": "5.5.3",
59
+ "vitest": "1.6.0"
59
60
  },
60
61
  "release": {
61
62
  "branches": [