Skip to content

Commit

Permalink
Merge pull request #2010 from undb-io/release/v1.0.0-65
Browse files Browse the repository at this point in the history
Release version v1.0.0-65
  • Loading branch information
nichenqin authored Sep 9, 2024
2 parents 821414d + 052709b commit da7511e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## v1.0.0-65


### 🏡 Chore

- Fix building ([c991bf5](https://github.com/undb-io/undb/commit/c991bf5))

### ❤️ Contributors

- Nichenqin ([@nichenqin](http://github.com/nichenqin))

## v1.0.0-64


Expand Down
22 changes: 11 additions & 11 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"build:docker": "bun build --compile src/index.ts --target=bun --packages=external --sourcemap --outfile undb"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"@aws-sdk/s3-request-presigner": "^3.645.0",
"@elysiajs/cors": "^1.1.1",
"@elysiajs/cron": "^1.1.1",
"@elysiajs/html": "^1.1.1",
"@elysiajs/opentelemetry": "^1.1.5",
"@elysiajs/static": "^1.1.1",
"@elysiajs/stream": "^1.1.0",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@elysiajs/cors": "1.1.0",
"@elysiajs/cron": "1.1.0",
"@elysiajs/html": "1.1.0",
"@elysiajs/opentelemetry": "^1.1.4",
"@elysiajs/static": "1.1.0",
"@elysiajs/stream": "1.1.0",
"@elysiajs/swagger": "^1.1.1",
"@elysiajs/trpc": "^1.1.0",
"@json2csv/plainjs": "^7.0.6",
Expand All @@ -39,16 +39,16 @@
"@undb/trpc": "workspace:*",
"@undb/webhook": "workspace:*",
"arctic": "^1.9.2",
"bun": "^1.1.27",
"bun": "^1.1.26",
"core-js": "^3.38.1",
"elysia": "^1.1.12",
"elysia": "1.1.7",
"got": "^14.4.2",
"handlebars": "^4.7.8",
"lucia": "^3.2.0",
"mailgun-nodemailer-transport": "^3.0.2",
"minio": "^8.0.1",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.14",
"oslo": "^1.2.1",
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "undb",
"version": "1.0.0-64",
"version": "1.0.0-65",
"private": true,
"scripts": {
"build": "NODE_ENV=production bun --bun turbo build",
Expand Down

0 comments on commit da7511e

Please sign in to comment.