Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jun 27, 2024
1 parent c570896 commit 1af08e7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
Binary file modified bun.lockb
Binary file not shown.
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
{
"name": "wasp-api",
"version": "2.0.0",
"description": "https://api.waspscripts.com API",
"scripts": {
"test": "bun test",
"gentypes": "bun run supabase gen types typescript --linked > src/lib/types/supabase.ts",
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outdir build",
"start": "NODE_ENV=production bun src/index.ts"
},
"dependencies": {
"@elysiajs/server-timing": "^1.0.2",
"@elysiajs/swagger": "^1.0.5",
"@supabase/supabase-js": "^2.43.6",
"bun": "^1.1.17",
"discord.js": "^14.15.3",
"elysia": "^1.0.25",
"elysia-autoroutes": "^0.5.0",
"elysia-ip": "^1.0.7",
"elysia-rate-limit": "^4.1.0"
},
"devDependencies": {
"bun-types": "^1.1.17",
"prettier": "^3.3.2"
},
"module": "src/index.js",
"bun-create": {
"start": "bun run src/index.ts"
}
"name": "wasp-api",
"version": "2.0.0",
"description": "https://api.waspscripts.com API",
"scripts": {
"test": "bun test",
"gentypes": "bun run supabase gen types typescript --linked > src/lib/types/supabase.ts",
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outdir build",
"start": "NODE_ENV=production bun src/index.ts"
},
"dependencies": {
"@elysiajs/server-timing": "^1.0.2",
"@elysiajs/swagger": "^1.0.5",
"@supabase/supabase-js": "^2.43.6",
"bun": "^1.1.17",
"discord.js": "^14.15.3",
"elysia": "^1.0.25",
"elysia-autoroutes": "^0.5.0",
"elysia-ip": "^1.0.7",
"elysia-rate-limit": "^4.1.0",
"latest": "^0.2.0"
},
"devDependencies": {
"bun-types": "^1.1.17",
"prettier": "^3.3.2"
},
"module": "src/index.js",
"bun-create": {
"start": "bun run src/index.ts"
}
}

0 comments on commit 1af08e7

Please sign in to comment.