@xylabs/threads 4.0.4 → 4.0.6
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/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/threads",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "Web workers & worker threads as simple as a function call",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"package-compile": "echo COMPILE && yarn build-threads",
|
|
10
|
+
"package-compile": "echo COMPILE && yarn build-threads && echo COMPILE_DONE",
|
|
11
11
|
"package-build": "echo BUILD && yarn build-threads && echo BUILD_DONE",
|
|
12
12
|
"clean": "rimraf ./dist ./dist-esm",
|
|
13
13
|
"dev": "yarn clean && tsc -p tsconfig.json --watch",
|
|
@@ -85,7 +85,6 @@
|
|
|
85
85
|
"worker_threads"
|
|
86
86
|
],
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@babel/types": "^7.25.4",
|
|
89
88
|
"callsites-3-1-0": "npm:callsites@3.1.0",
|
|
90
89
|
"debug": "^4.3.6",
|
|
91
90
|
"is-observable-2-1-0": "npm:is-observable@2.1.0",
|
|
@@ -94,7 +93,7 @@
|
|
|
94
93
|
"devDependencies": {
|
|
95
94
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
96
95
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
97
|
-
"@types/chai": "^4.3.
|
|
96
|
+
"@types/chai": "^4.3.19",
|
|
98
97
|
"@types/debug": "^4.1.12",
|
|
99
98
|
"@types/execa": "^2.0.0",
|
|
100
99
|
"@types/node": "^22.5.0",
|
|
@@ -108,8 +107,8 @@
|
|
|
108
107
|
"puppet-run": "^0.11.4",
|
|
109
108
|
"puppet-run-plugin-mocha": "^0.1.1",
|
|
110
109
|
"raw-loader": "^4.0.2",
|
|
111
|
-
"rimraf": "^5
|
|
112
|
-
"rollup": "^4.21.
|
|
110
|
+
"rimraf": "^5",
|
|
111
|
+
"rollup": "^4.21.1",
|
|
113
112
|
"threads-plugin": "^1.4.0",
|
|
114
113
|
"tiny-worker": "^2.3.0",
|
|
115
114
|
"ts-loader": "^9.5.1",
|