diff --git a/bun.lockb b/bun.lockb index ab3fa3b..afeabc9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b604349..2314566 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elysiajs/eden", - "version": "1.0.14", + "version": "1.1.0-exp.1", "description": "Fully type-safe Elysia client", "author": { "name": "saltyAom", @@ -54,13 +54,13 @@ "release": "npm run build && npm run test && npm publish --access public" }, "peerDependencies": { - "elysia": ">= 1.0.22" + "elysia": ">= 1.1.0-exp.1" }, "devDependencies": { "@elysiajs/cors": "0.7.0", "@types/bun": "^1.0.3", "@types/node": "^18.15.5", - "elysia": "../elysia", + "elysia": "^1.1.0-exp.1", "esbuild": "^0.19.3", "eslint": "^8.26.0", "expect-type": "^0.17.3",