Skip to content

Commit 2325e2b

Browse files
authored
feat: Switch from agent to dispatcher, tough-cookie v5 (#113)
1 parent b14aa54 commit 2325e2b

File tree

5 files changed

+789
-561
lines changed

5 files changed

+789
-561
lines changed

package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lint:eslint": "eslint .",
1919
"lint:fix": "pnpm run '/^(lint:biome|lint:eslint):fix$/'",
2020
"lint:eslint:fix": "eslint . --fix",
21-
"lint:biome:fix": "biome check . --apply",
21+
"lint:biome:fix": "biome check . --write",
2222
"prepare": "npm run build",
2323
"build": "tsc",
2424
"build:docs": "typedoc",
@@ -28,24 +28,23 @@
2828
},
2929
"dependencies": {
3030
"@ctrl/magnet-link": "^4.0.2",
31-
"@ctrl/shared-torrent": "^6.0.0",
31+
"@ctrl/shared-torrent": "^6.1.0",
3232
"node-fetch-native": "^1.6.4",
33-
"ofetch": "^1.3.4",
34-
"tough-cookie": "^4.1.4",
33+
"ofetch": "^1.4.1",
34+
"tough-cookie": "^5.0.0",
3535
"ufo": "^1.5.4",
3636
"uint8array-extras": "^1.4.0"
3737
},
3838
"devDependencies": {
39-
"@biomejs/biome": "1.8.3",
40-
"@ctrl/eslint-config-biome": "4.1.5",
39+
"@biomejs/biome": "1.9.4",
40+
"@ctrl/eslint-config-biome": "4.2.11",
4141
"@sindresorhus/tsconfig": "6.0.0",
42-
"@types/node": "22.5.1",
43-
"@types/tough-cookie": "4.0.5",
44-
"@vitest/coverage-v8": "2.0.5",
42+
"@types/node": "22.9.0",
43+
"@vitest/coverage-v8": "2.1.4",
4544
"p-wait-for": "5.0.2",
46-
"typedoc": "0.26.6",
47-
"typescript": "5.5.4",
48-
"vitest": "2.0.5"
45+
"typedoc": "0.26.11",
46+
"typescript": "5.6.3",
47+
"vitest": "2.1.4"
4948
},
5049
"publishConfig": {
5150
"access": "public",

0 commit comments

Comments
 (0)