@tachybase/module-worker-thread 0.23.8 → 0.23.16
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 +8 -8
- package/package.json +12 -11
- package/.turbo/turbo-build.log +0 -14
package/dist/externalVersion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
4
|
-
"@tachybase/schema": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.16",
|
|
4
|
+
"@tachybase/schema": "0.23.16",
|
|
5
5
|
"antd": "5.22.5",
|
|
6
|
-
"@tachybase/server": "0.23.
|
|
7
|
-
"@tachybase/logger": "0.23.
|
|
8
|
-
"@tachybase/module-collection": "0.23.
|
|
9
|
-
"@tachybase/module-user": "0.23.
|
|
10
|
-
"@tachybase/utils": "0.23.
|
|
11
|
-
"@tachybase/actions": "0.23.
|
|
6
|
+
"@tachybase/server": "0.23.16",
|
|
7
|
+
"@tachybase/logger": "0.23.16",
|
|
8
|
+
"@tachybase/module-collection": "0.23.16",
|
|
9
|
+
"@tachybase/module-user": "0.23.16",
|
|
10
|
+
"@tachybase/utils": "0.23.16",
|
|
11
|
+
"@tachybase/actions": "0.23.16"
|
|
12
12
|
};
|
package/package.json
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-worker-thread",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.16",
|
|
4
4
|
"description": "Worker thread for executing time-consuming tasks",
|
|
5
5
|
"main": "dist/server/index.js",
|
|
6
|
-
"dependencies": {
|
|
6
|
+
"dependencies": {},
|
|
7
|
+
"devDependencies": {
|
|
7
8
|
"antd": "5.22.5",
|
|
8
9
|
"tsx": "^4.19.2"
|
|
9
10
|
},
|
|
10
11
|
"peerDependencies": {
|
|
11
|
-
"@tachybase/actions": "0.23.
|
|
12
|
-
"@tachybase/
|
|
13
|
-
"@tachybase/logger": "0.23.
|
|
14
|
-
"@tachybase/
|
|
15
|
-
"@tachybase/
|
|
16
|
-
"@tachybase/
|
|
17
|
-
"@tachybase/test": "0.23.
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/
|
|
12
|
+
"@tachybase/actions": "0.23.16",
|
|
13
|
+
"@tachybase/client": "0.23.16",
|
|
14
|
+
"@tachybase/logger": "0.23.16",
|
|
15
|
+
"@tachybase/module-collection": "0.23.16",
|
|
16
|
+
"@tachybase/module-user": "0.23.16",
|
|
17
|
+
"@tachybase/schema": "0.23.16",
|
|
18
|
+
"@tachybase/test": "0.23.16",
|
|
19
|
+
"@tachybase/server": "0.23.16",
|
|
20
|
+
"@tachybase/utils": "0.23.16"
|
|
20
21
|
},
|
|
21
22
|
"description.zh-CN": "工作线程,用于执行耗时任务",
|
|
22
23
|
"displayName.zh-CN": "工作线程",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @tachybase/module-worker-thread@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/module-worker-thread
|
|
4
|
-
> tachybase-build --no-dts @tachybase/module-worker-thread
|
|
5
|
-
|
|
6
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
-
[4m[95m@tachybase/module-worker-thread[39m[24m: [1mmodule-worker-thread[22m build start
|
|
8
|
-
[4m[95m@tachybase/module-worker-thread[39m[24m: build plugin client
|
|
9
|
-
[4m[95m@tachybase/module-worker-thread[39m[24m: build plugin server source
|
|
10
|
-
[4m[95m@tachybase/module-worker-thread[39m[24m: delete server files
|
|
11
|
-
[4m[95m@tachybase/module-worker-thread[39m[24m: build plugin server dependencies
|
|
12
|
-
[4m[95m@tachybase/module-worker-thread[39m[24m: These packages [33m@tachybase/server, @tachybase/logger, @tachybase/module-collection, @tachybase/module-user, @tachybase/utils, @tachybase/actions[39m will be [3mexclude[23m.
|
|
13
|
-
[4m[95m@tachybase/module-worker-thread[39m[24m: write external version
|
|
14
|
-
|