feat: upgrade dependencies && |doc| update ui install worker doc (#494)

This commit is contained in:
Dream Hunter
2024-11-22 14:42:35 +08:00
committed by GitHub
parent 3c2a8ed056
commit 0308f518da
10 changed files with 1697 additions and 1709 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "cloudflare_temp_email",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"type": "module",
"scripts": {
@@ -11,19 +11,19 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241106.0",
"@cloudflare/workers-types": "^4.20241112.0",
"@eslint/js": "8.56.0",
"@simplewebauthn/types": "^10.0.0",
"eslint": "8.56.0",
"globals": "^15.12.0",
"typescript-eslint": "^7.18.0",
"wrangler": "^3.85.0"
"wrangler": "^3.89.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.687.0",
"@aws-sdk/s3-request-presigner": "^3.687.0",
"@aws-sdk/client-s3": "^3.698.0",
"@aws-sdk/s3-request-presigner": "^3.698.0",
"@simplewebauthn/server": "^10.0.1",
"hono": "^4.6.9",
"hono": "^4.6.11",
"mimetext": "^3.0.24",
"postal-mime": "^2.3.2",
"resend": "^3.5.0",

1428
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.0',
VERSION: 'v0.8.1',
// DB settings
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',