fix: |UI| date parse error at mobile devices (#575)

This commit is contained in:
Dream Hunter
2025-01-30 22:42:27 +08:00
committed by GitHub
parent 6ae3b0d85e
commit 7f6a02ca38
10 changed files with 1138 additions and 1122 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "0.8.6",
"version": "0.8.7",
"private": true,
"type": "module",
"scripts": {
@@ -11,21 +11,21 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@eslint/js": "9.18.0",
"@simplewebauthn/types": "10.0.0",
"eslint": "9.18.0",
"globals": "^15.14.0",
"typescript-eslint": "^8.21.0",
"wrangler": "^3.104.0"
"typescript-eslint": "^8.22.0",
"wrangler": "^3.106.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.732.0",
"@aws-sdk/s3-request-presigner": "^3.732.0",
"@aws-sdk/client-s3": "^3.738.0",
"@aws-sdk/s3-request-presigner": "^3.738.0",
"@simplewebauthn/server": "10.0.1",
"hono": "^4.6.17",
"hono": "^4.6.19",
"mimetext": "^3.0.27",
"postal-mime": "^2.4.1",
"postal-mime": "^2.4.3",
"resend": "^4.1.1",
"telegraf": "4.16.3"
},

750
worker/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
export const CONSTANTS = {
VERSION: 'v0.8.6',
VERSION: 'v0.8.7',
// DB settings
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',