Skip to content

Commit

Permalink
feat: Switch from agent to dispatcher (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored Nov 11, 2024
1 parent dd63a6d commit 1e1e5c8
Show file tree
Hide file tree
Showing 3 changed files with 771 additions and 519 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint:eslint": "eslint .",
"lint:fix": "pnpm run '/^(lint:biome|lint:eslint):fix$/'",
"lint:eslint:fix": "eslint . --fix",
"lint:biome:fix": "biome check . --apply",
"lint:biome:fix": "biome check . --write",
"prepare": "npm run build",
"build": "tsc",
"build:docs": "typedoc",
Expand All @@ -32,23 +32,23 @@
},
"dependencies": {
"@ctrl/magnet-link": "^4.0.2",
"@ctrl/shared-torrent": "^6.0.0",
"ofetch": "^1.3.4",
"@ctrl/shared-torrent": "^6.1.0",
"ofetch": "^1.4.1",
"ufo": "^1.5.4",
"uint8array-extras": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@ctrl/eslint-config-biome": "4.1.5",
"@biomejs/biome": "1.9.4",
"@ctrl/eslint-config-biome": "4.2.11",
"@ctrl/magnet-link": "^4.0.2",
"@ctrl/shared-torrent": "^6.0.0",
"@ctrl/shared-torrent": "^6.1.0",
"@sindresorhus/tsconfig": "6.0.0",
"@types/node": "22.5.1",
"@vitest/coverage-v8": "2.0.5",
"@types/node": "22.9.0",
"@vitest/coverage-v8": "2.1.4",
"p-wait-for": "5.0.2",
"typedoc": "0.26.6",
"typescript": "5.5.4",
"vitest": "2.0.5"
"typedoc": "0.26.11",
"typescript": "5.6.3",
"vitest": "2.1.4"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 1e1e5c8

Please sign in to comment.