mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-11 18:10:01 +08:00
feat: upgrade dependencies (#448)
This commit is contained in:
@@ -11,21 +11,21 @@
|
||||
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20240806.0",
|
||||
"@cloudflare/workers-types": "^4.20240925.0",
|
||||
"@eslint/js": "8.56.0",
|
||||
"@simplewebauthn/types": "^10.0.0",
|
||||
"eslint": "8.56.0",
|
||||
"globals": "^15.9.0",
|
||||
"typescript-eslint": "^7.18.0",
|
||||
"wrangler": "^3.70.0"
|
||||
"wrangler": "^3.78.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.629.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.629.0",
|
||||
"@aws-sdk/client-s3": "^3.658.1",
|
||||
"@aws-sdk/s3-request-presigner": "^3.658.1",
|
||||
"@simplewebauthn/server": "^10.0.1",
|
||||
"hono": "^4.5.5",
|
||||
"hono": "^4.6.3",
|
||||
"mimetext": "^3.0.24",
|
||||
"postal-mime": "^2.2.7",
|
||||
"postal-mime": "^2.3.2",
|
||||
"resend": "^3.5.0",
|
||||
"telegraf": "4.16.3"
|
||||
},
|
||||
|
||||
1676
worker/pnpm-lock.yaml
generated
1676
worker/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
name = "cloudflare_temp_email"
|
||||
main = "src/worker.ts"
|
||||
compatibility_date = "2023-12-01"
|
||||
node_compat = true
|
||||
compatibility_date = "2024-09-23"
|
||||
compatibility_flags = [ "nodejs_compat" ]
|
||||
# if you want use custom_domain, you need to add routes
|
||||
# routes = [
|
||||
# { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true },
|
||||
|
||||
Reference in New Issue
Block a user