diff --git a/bun.lockb b/bun.lockb index 0569b5e..1abee0b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b0baff9..3a233c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bun-route", - "version": "1.1.3", + "version": "1.1.4", "description": "A fast, Express-like router for the high-performance bun.serve() HTTP server.", "type": "module", "main": "./src/index.cjs", @@ -62,7 +62,7 @@ }, "devDependencies": { "bun-plugin-dts": "^0.3.0", - "@types/bun": "^1.2.0" + "@types/bun": "^1.2.2" }, "peerDependencies": { "typescript": "^5.6.2"