diff --git a/bun.lockb b/bun.lockb index 3620adb..ccd8d10 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/example/bun.lockb b/example/bun.lockb index a121c9a..88b91f2 100755 Binary files a/example/bun.lockb and b/example/bun.lockb differ diff --git a/example/package.json b/example/package.json index b0cb14a..90c95e3 100644 --- a/example/package.json +++ b/example/package.json @@ -5,11 +5,11 @@ "dev": "bun run --watch src/index.ts" }, "dependencies": { - "elysia": "^1.0.25", + "elysia": "^1.2.0", "elysia-helmet": "file:.." }, "devDependencies": { "bun-types": "latest" }, "module": "src/index.js" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 3958c9a..1ff31f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "elysia-helmet", "description": "Help secure Elysia apps with various HTTP headers ", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "author": "DevTobias", "keywords": [ @@ -28,10 +28,10 @@ }, "devDependencies": { "bun-types": "latest", - "elysia": "^1.0.25", - "typescript": "^.5.2" + "elysia": "^1.2.0", + "typescript": "^5.5.2" }, "peerDependencies": { - "elysia": ">= 1.0.0" + "elysia": ">= 1.2.0" } -} +} \ No newline at end of file