Skip to content

Commit 255226a

Browse files
committed
chore: add undici devDependency for custom keepAlive Agent
Required by the custom fetch wrapper that replaces the default 4s keepAlive undici global dispatcher with a custom Agent (60s).
1 parent 6f8d2e2 commit 255226a

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

package-lock.json

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"prettier": "^3.8.3",
6666
"tsx": "^4.21.0",
6767
"typescript": "^6.0.3",
68-
"typescript-eslint": "^8.59.2"
68+
"typescript-eslint": "^8.59.2",
69+
"undici": "^8.3.0"
6970
}
7071
}

0 commit comments

Comments
 (0)