mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-07 00:17:12 +08:00
feat: upgrade dependencies (#527)
This commit is contained in:
+6
-2
@@ -1,14 +1,18 @@
|
|||||||
<!-- markdownlint-disable-file MD004 MD024 MD034 MD036 -->
|
<!-- markdownlint-disable-file MD004 MD024 MD034 MD036 -->
|
||||||
# CHANGE LOG
|
# CHANGE LOG
|
||||||
|
|
||||||
# main(v0.8.2)
|
## main(v0.8.3)
|
||||||
|
|
||||||
|
- TODO
|
||||||
|
|
||||||
|
## v0.8.2
|
||||||
|
|
||||||
- fix: |Doc| 修复文档中的一些错误
|
- fix: |Doc| 修复文档中的一些错误
|
||||||
- fix: |Github Action| 修复 frontend 部署分支错误的问题
|
- fix: |Github Action| 修复 frontend 部署分支错误的问题
|
||||||
- feat: admin 发送邮件功能
|
- feat: admin 发送邮件功能
|
||||||
- feat: admin 后台,账号配置页面添加无限发送邮件的地址列表
|
- feat: admin 后台,账号配置页面添加无限发送邮件的地址列表
|
||||||
|
|
||||||
# v0.8.1
|
## v0.8.1
|
||||||
|
|
||||||
- feat: |Doc| 更新 UI 安装的文档
|
- feat: |Doc| 更新 UI 安装的文档
|
||||||
- feat: |UI| 对用户隐藏邮箱账号的 ID
|
- feat: |UI| 对用户隐藏邮箱账号的 ID
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cloudflare_temp_email",
|
"name": "cloudflare_temp_email",
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -20,15 +20,15 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@simplewebauthn/browser": "^10.0.0",
|
"@simplewebauthn/browser": "^10.0.0",
|
||||||
"@unhead/vue": "^1.11.13",
|
"@unhead/vue": "^1.11.14",
|
||||||
"@vicons/material": "^0.12.0",
|
"@vicons/material": "^0.12.0",
|
||||||
"@vueuse/core": "^10.11.1",
|
"@vueuse/core": "^10.11.1",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||||
"axios": "^1.7.8",
|
"axios": "^1.7.9",
|
||||||
"jszip": "^3.10.1",
|
"jszip": "^3.10.1",
|
||||||
"mail-parser-wasm": "^0.1.8",
|
"mail-parser-wasm": "^0.1.8",
|
||||||
"naive-ui": "^2.40.3",
|
"naive-ui": "^2.40.4",
|
||||||
"postal-mime": "^2.3.2",
|
"postal-mime": "^2.3.2",
|
||||||
"vooks": "^0.2.12",
|
"vooks": "^0.2.12",
|
||||||
"vue": "^3.5.13",
|
"vue": "^3.5.13",
|
||||||
@@ -44,8 +44,8 @@
|
|||||||
"vite": "^5.4.11",
|
"vite": "^5.4.11",
|
||||||
"vite-plugin-pwa": "^0.19.8",
|
"vite-plugin-pwa": "^0.19.8",
|
||||||
"vite-plugin-top-level-await": "^1.4.4",
|
"vite-plugin-top-level-await": "^1.4.4",
|
||||||
"vite-plugin-wasm": "^3.3.0",
|
"vite-plugin-wasm": "^3.4.1",
|
||||||
"workbox-window": "^7.3.0",
|
"workbox-window": "^7.3.0",
|
||||||
"wrangler": "^3.91.0"
|
"wrangler": "^3.99.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+755
-721
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temp-email-pages",
|
"name": "temp-email-pages",
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -11,6 +11,6 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"wrangler": "^3.91.0"
|
"wrangler": "^3.99.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "temp-mail-docs",
|
"name": "temp-mail-docs",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.10.1",
|
"@types/node": "^22.10.2",
|
||||||
"vitepress": "^1.5.0",
|
"vitepress": "^1.5.0",
|
||||||
"wrangler": "^3.91.0"
|
"wrangler": "^3.99.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vitepress dev docs",
|
"dev": "vitepress dev docs",
|
||||||
|
|||||||
Generated
+374
-381
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cloudflare_temp_email",
|
"name": "cloudflare_temp_email",
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -11,19 +11,19 @@
|
|||||||
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
"build": "wrangler deploy --dry-run --outdir dist --minify"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/workers-types": "^4.20241202.0",
|
"@cloudflare/workers-types": "^4.20241218.0",
|
||||||
"@eslint/js": "8.56.0",
|
"@eslint/js": "8.56.0",
|
||||||
"@simplewebauthn/types": "^10.0.0",
|
"@simplewebauthn/types": "^10.0.0",
|
||||||
"eslint": "8.56.0",
|
"eslint": "8.56.0",
|
||||||
"globals": "^15.13.0",
|
"globals": "^15.14.0",
|
||||||
"typescript-eslint": "^7.18.0",
|
"typescript-eslint": "^7.18.0",
|
||||||
"wrangler": "^3.91.0"
|
"wrangler": "^3.99.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.703.0",
|
"@aws-sdk/client-s3": "^3.717.0",
|
||||||
"@aws-sdk/s3-request-presigner": "^3.703.0",
|
"@aws-sdk/s3-request-presigner": "^3.717.0",
|
||||||
"@simplewebauthn/server": "^10.0.1",
|
"@simplewebauthn/server": "^10.0.1",
|
||||||
"hono": "^4.6.12",
|
"hono": "^4.6.14",
|
||||||
"mimetext": "^3.0.24",
|
"mimetext": "^3.0.24",
|
||||||
"postal-mime": "^2.3.2",
|
"postal-mime": "^2.3.2",
|
||||||
"resend": "^3.5.0",
|
"resend": "^3.5.0",
|
||||||
|
|||||||
Generated
+698
-714
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
export const CONSTANTS = {
|
export const CONSTANTS = {
|
||||||
VERSION: 'v0.8.2',
|
VERSION: 'v0.8.3',
|
||||||
|
|
||||||
// DB settings
|
// DB settings
|
||||||
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',
|
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',
|
||||||
|
|||||||
Reference in New Issue
Block a user