Skip to content

Commit 71140da

Browse files
committed
v1.1.0
1 parent fe98171 commit 71140da

2 files changed

Lines changed: 30 additions & 28 deletions

File tree

bun.lock

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bungate",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"description": "A high-performance HTTP gateway for Bun, designed for microservices and API gateways.",
66
"keywords": [
@@ -27,9 +27,9 @@
2727
"format:check": "prettier --check ."
2828
},
2929
"devDependencies": {
30-
"@types/bun": "^1.2.0",
30+
"@types/bun": "^1.3.14",
3131
"node-forge": "^1.4.0",
32-
"prettier": "^3.6.2"
32+
"prettier": "^3.9.5"
3333
},
3434
"main": "lib/index.js",
3535
"module": "lib/index.js",
@@ -47,11 +47,11 @@
4747
"url": "git+https://github.com/BackendStack21/bungate.git"
4848
},
4949
"dependencies": {
50-
"0http-bun": "^1.2.2",
50+
"0http-bun": "^1.3.0",
5151
"fetch-gate": "^1.1.0",
52-
"jose": "^6.1.1",
53-
"pino": "^10.1.0",
54-
"pino-pretty": "^13.1.2",
52+
"jose": "^6.2.3",
53+
"pino": "^10.3.1",
54+
"pino-pretty": "^13.1.3",
5555
"prom-client": "^15.1.3"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)