docs: fix user API auth and add admin delete API docs (#836)

This commit is contained in:
Dream Hunter
2026-02-16 15:49:26 +08:00
committed by GitHub
parent bde08b9d55
commit 566c6536d1
11 changed files with 1208 additions and 1544 deletions

View File

@@ -11,24 +11,24 @@
"build": "wrangler deploy --dry-run --outdir dist --minify"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260131.0",
"@cloudflare/workers-types": "^4.20260214.0",
"@eslint/js": "9.39.1",
"@simplewebauthn/types": "10.0.0",
"@types/node": "^25.1.0",
"@types/node": "^25.2.3",
"eslint": "9.39.1",
"globals": "^16.5.0",
"typescript-eslint": "^8.54.0",
"wrangler": "^4.61.1"
"typescript-eslint": "^8.55.0",
"wrangler": "^4.65.0"
},
"dependencies": {
"@aws-sdk/client-s3": "3.888.0",
"@aws-sdk/s3-request-presigner": "3.888.0",
"@simplewebauthn/server": "10.0.1",
"hono": "^4.11.7",
"jsonpath-plus": "^10.3.0",
"hono": "^4.11.9",
"jsonpath-plus": "^10.4.0",
"mimetext": "^3.0.28",
"postal-mime": "^2.7.3",
"resend": "^6.9.1",
"resend": "^6.9.2",
"telegraf": "4.16.3",
"worker-mailer": "^1.2.1"
},