We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ca873 commit 2850784Copy full SHA for 2850784
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fetch-gate",
3
- "version": "1.0.2",
+ "version": "1.1.0",
4
"description": "A fetch-based HTTP proxy library optimized for Bun runtime with hooks, circuit breakers and timeouts",
5
"main": "lib/index.js",
6
"module": "lib/index.js",
@@ -35,8 +35,8 @@
35
},
36
"devDependencies": {
37
"@types/bun": "latest",
38
- "@types/node": "^22.15.29",
39
- "prettier": "^3.5.3"
+ "@types/node": "^22.16.3",
+ "prettier": "^3.6.2"
40
41
"peerDependencies": {
42
"typescript": "^5.8.3"
0 commit comments