mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
40c743fce8
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user