@tachybase/module-worker-thread 1.6.16 → 1.6.18

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.
@@ -1,12 +1,12 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.6.16",
3
+ "@tachybase/client": "1.6.18",
4
4
  "@tachybase/schema": "1.6.10",
5
5
  "antd": "5.22.5",
6
6
  "@tachybase/loader": "1.6.10",
7
7
  "dayjs": "1.11.13",
8
8
  "@tachybase/globals": "1.6.10",
9
9
  "@tego/server": "1.6.10",
10
- "@tachybase/module-collection": "1.6.16",
11
- "@tachybase/module-user": "1.6.16"
10
+ "@tachybase/module-collection": "1.6.18",
11
+ "@tachybase/module-user": "1.6.18"
12
12
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-worker-thread",
3
3
  "displayName": "Worker thread",
4
- "version": "1.6.16",
4
+ "version": "1.6.18",
5
5
  "description": "Worker thread for executing time-consuming tasks",
6
6
  "keywords": [
7
7
  "Workflow"
@@ -26,9 +26,9 @@
26
26
  "antd": "5.22.5",
27
27
  "dayjs": "1.11.13",
28
28
  "tsx": "4.20.3",
29
- "@tachybase/client": "1.6.16",
30
- "@tachybase/module-collection": "1.6.16",
31
- "@tachybase/module-user": "1.6.16"
29
+ "@tachybase/module-collection": "1.6.18",
30
+ "@tachybase/module-user": "1.6.18",
31
+ "@tachybase/client": "1.6.18"
32
32
  },
33
33
  "description.zh-CN": "工作线程,用于执行耗时任务",
34
34
  "displayName.zh-CN": "工作线程",