Skip to content

Commit 2850784

Browse files
committed
chore(package): update version and dependencies in package.json
1 parent e7ca873 commit 2850784

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-gate",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A fetch-based HTTP proxy library optimized for Bun runtime with hooks, circuit breakers and timeouts",
55
"main": "lib/index.js",
66
"module": "lib/index.js",
@@ -35,8 +35,8 @@
3535
},
3636
"devDependencies": {
3737
"@types/bun": "latest",
38-
"@types/node": "^22.15.29",
39-
"prettier": "^3.5.3"
38+
"@types/node": "^22.16.3",
39+
"prettier": "^3.6.2"
4040
},
4141
"peerDependencies": {
4242
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)