feat: upgrade version to v1.2.0 (#784)

* feat: upgrade version to v1.2.0

- Update version number to 1.2.0 in all package.json files
- Add v1.2.0 placeholder in CHANGELOG.md with custom SQL cleanup feature
- Upgrade dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* fix: update @unhead/vue import path for v2.x compatibility

Change import from '@unhead/vue' to '@unhead/vue/client' for createHead

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2025-12-12 00:10:20 +08:00
committed by GitHub
parent b933aef7d9
commit 0f2836eebb
9 changed files with 857 additions and 823 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"type": "module",
"scripts": {
@@ -11,24 +11,24 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251205.0",
"@eslint/js": "9.18.0",
"@cloudflare/workers-types": "^4.20251211.0",
"@eslint/js": "9.39.1",
"@simplewebauthn/types": "10.0.0",
"@types/node": "^22.19.1",
"eslint": "9.18.0",
"globals": "^15.15.0",
"typescript-eslint": "^8.48.1",
"wrangler": "^4.53.0"
"@types/node": "^25.0.0",
"eslint": "9.39.1",
"globals": "^16.5.0",
"typescript-eslint": "^8.49.0",
"wrangler": "^4.54.0"
},
"dependencies": {
"@aws-sdk/client-s3": "3.888.0",
"@aws-sdk/s3-request-presigner": "3.888.0",
"@simplewebauthn/server": "10.0.1",
"hono": "^4.10.7",
"hono": "^4.10.8",
"jsonpath-plus": "^10.3.0",
"mimetext": "^3.0.27",
"postal-mime": "^2.6.1",
"resend": "^4.8.0",
"resend": "^6.6.0",
"telegraf": "4.16.3",
"worker-mailer": "^1.2.1"
},