@xylabs/threads 4.6.0 → 4.6.2
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 +10 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/threads",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.2",
|
|
4
4
|
"description": "Web workers & worker threads as simple as a function call",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"thread",
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"dev": "yarn clean && tsc -p tsconfig.json --watch",
|
|
100
100
|
"package-build": "echo BUILD && yarn build-threads && echo BUILD_DONE",
|
|
101
101
|
"package-compile": "echo COMPILE && yarn build-threads && echo COMPILE_DONE",
|
|
102
|
+
"package-publint": "echo Skipping Publint - @xylabs/threads",
|
|
102
103
|
"postbuild": "yarn bundle",
|
|
103
104
|
"prepare": "yarn build-threads",
|
|
104
105
|
"test": "yarn test:library && yarn test:tooling && yarn test:puppeteer:basic && yarn test:puppeteer:webpack",
|
|
@@ -127,22 +128,23 @@
|
|
|
127
128
|
"observable-fns": "^0.6.1"
|
|
128
129
|
},
|
|
129
130
|
"devDependencies": {
|
|
130
|
-
"@babel/types": "^7.26.
|
|
131
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
132
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
131
|
+
"@babel/types": "^7.26.10",
|
|
132
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
133
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
133
134
|
"@types/debug": "^4.1.12",
|
|
134
|
-
"@types/node": "^22.13.
|
|
135
|
-
"@xylabs/
|
|
135
|
+
"@types/node": "^22.13.10",
|
|
136
|
+
"@xylabs/eslint-config-flat": "^6.1.3",
|
|
137
|
+
"@xylabs/ts-scripts-yarn3": "^6.1.3",
|
|
136
138
|
"cross-env": "^7.0.3",
|
|
137
139
|
"puppet-run": "^0.11.4",
|
|
138
140
|
"raw-loader": "^4.0.2",
|
|
139
141
|
"rimraf": "^6.0.1",
|
|
140
|
-
"rollup": "^4.
|
|
142
|
+
"rollup": "^4.36.0",
|
|
141
143
|
"threads-plugin": "^1.4.0",
|
|
142
144
|
"tiny-worker": "^2.3.0",
|
|
143
145
|
"tslib": "^2.8.1",
|
|
144
146
|
"typescript": "^5.8.2",
|
|
145
|
-
"vitest": "^3.0.
|
|
147
|
+
"vitest": "^3.0.9",
|
|
146
148
|
"webpack": "^5.98.0"
|
|
147
149
|
},
|
|
148
150
|
"optionalDependencies": {
|