mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-07-10 06:51:55 +08:00
feat: update dependencies (#536)
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20241218.0",
|
||||
"@eslint/js": "8.56.0",
|
||||
"@cloudflare/workers-types": "^4.20241224.0",
|
||||
"@eslint/js": "9.17.0",
|
||||
"@simplewebauthn/types": "^10.0.0",
|
||||
"eslint": "8.56.0",
|
||||
"eslint": "9.17.0",
|
||||
"globals": "^15.14.0",
|
||||
"typescript-eslint": "^7.18.0",
|
||||
"typescript-eslint": "^8.18.2",
|
||||
"wrangler": "^3.99.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"hono": "^4.6.14",
|
||||
"mimetext": "^3.0.24",
|
||||
"postal-mime": "^2.3.2",
|
||||
"resend": "^3.5.0",
|
||||
"resend": "^4.0.1",
|
||||
"telegraf": "4.16.3"
|
||||
},
|
||||
"pnpm": {
|
||||
|
||||
783
worker/pnpm-lock.yaml
generated
783
worker/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -275,6 +275,7 @@ export const commonParseMail = async (raw_mail: string | undefined | null): Prom
|
||||
// sender: parsedEmail.sender || "",
|
||||
// subject: parsedEmail.subject || "",
|
||||
// text: parsedEmail.text || "",
|
||||
// headers: parsedEmail.headers || [],
|
||||
// html: parsedEmail.body_html || "",
|
||||
// };
|
||||
// } catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user