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 f6b1b66 commit 9b0ffe5Copy full SHA for 9b0ffe5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fetch-gate",
3
- "version": "1.0.0",
+ "version": "1.0.1",
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",
@@ -28,6 +28,10 @@
28
"example:benchmark": "bun run examples/local-gateway-server.ts",
29
"deploy": "bun run prepublishOnly && bun publish"
30
},
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "git+https://github.com/BackendStack21/fetch-proxy.git"
34
+ },
35
"devDependencies": {
36
"@types/bun": "latest",
37
"@types/node": "^22.15.29",
0 commit comments