@nocobase/plugin-async-task-manager 2.0.0-alpha.5 → 2.0.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +6 -6
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.7",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/utils": "2.0.0-alpha.7",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
16
|
-
"@nocobase/logger": "2.0.0-alpha.
|
|
17
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
15
|
+
"@nocobase/server": "2.0.0-alpha.7",
|
|
16
|
+
"@nocobase/logger": "2.0.0-alpha.7",
|
|
17
|
+
"@nocobase/database": "2.0.0-alpha.7",
|
|
18
18
|
"antd": "5.24.2",
|
|
19
19
|
"dayjs": "1.11.13",
|
|
20
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
20
|
+
"@nocobase/actions": "2.0.0-alpha.7"
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "异步任务管理器",
|
|
5
5
|
"description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
|
|
6
6
|
"description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.7",
|
|
8
8
|
"main": "dist/server/index.js",
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"@nocobase/client": "2.x",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"p-queue": "^6.6.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "cb012f93256f534472d3ae56e075839ca1675779"
|
|
19
19
|
}
|