Merge branch 'next' into develop

This commit is contained in:
Chareice 2025-01-01 21:41:11 +08:00
commit 40c743fce8
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"displayName.zh-CN": "异步任务管理器",
"description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
"description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
"version": "1.5.0-beta.19",
"version": "1.6.0-alpha.7",
"main": "dist/server/index.js",
"dependencies": {},
"peerDependencies": {

View File

@ -18,6 +18,7 @@
"@nocobase/plugin-audit-logs": "1.6.0-alpha.7",
"@nocobase/plugin-auth": "1.6.0-alpha.7",
"@nocobase/plugin-auth-sms": "1.6.0-alpha.7",
"@nocobase/plugin-async-task-manager": "1.6.0-alpha.7",
"@nocobase/plugin-backup-restore": "1.6.0-alpha.7",
"@nocobase/plugin-block-iframe": "1.6.0-alpha.7",
"@nocobase/plugin-block-workbench": "1.6.0-alpha.7",
@ -91,6 +92,7 @@
"@nocobase/plugin-action-import",
"@nocobase/plugin-action-print",
"@nocobase/plugin-auth",
"@nocobase/plugin-async-task-manager",
"@nocobase/plugin-block-iframe",
"@nocobase/plugin-block-workbench",
"@nocobase/plugin-calendar",