Skip to content

Commit

Permalink
🎉 feat: 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Jun 11, 2024
1 parent 41003b6 commit 665a72c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 665a72c

Please sign in to comment.