@xylabs/threads 3.0.6 → 3.0.8
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 +25 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/threads",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Web workers & worker threads as simple as a function call",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -66,40 +66,41 @@
|
|
|
66
66
|
"worker_threads"
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
|
+
"@babel/types": "^7.24.0",
|
|
69
70
|
"callsites": "^3.1.0",
|
|
70
|
-
"debug": "^4.
|
|
71
|
+
"debug": "^4.3.4",
|
|
71
72
|
"is-observable": "^2.1.0",
|
|
72
73
|
"observable-fns": "^0.6.1"
|
|
73
74
|
},
|
|
74
75
|
"devDependencies": {
|
|
75
76
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
76
77
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
77
|
-
"@types/chai": "^4.
|
|
78
|
-
"@types/debug": "^4.1.
|
|
78
|
+
"@types/chai": "^4.3.12",
|
|
79
|
+
"@types/debug": "^4.1.12",
|
|
79
80
|
"@types/execa": "^2.0.0",
|
|
80
|
-
"@types/node": "^20",
|
|
81
|
-
"@types/webpack": "^4.41.
|
|
82
|
-
"ava": "^3.
|
|
83
|
-
"chai": "^4.
|
|
84
|
-
"cross-env": "^7.0.
|
|
85
|
-
"execa": "^4.0
|
|
86
|
-
"mocha": "^8.
|
|
87
|
-
"puppet-run": "^0.11.
|
|
81
|
+
"@types/node": "^20.11.25",
|
|
82
|
+
"@types/webpack": "^4.41.38",
|
|
83
|
+
"ava": "^3.15.0",
|
|
84
|
+
"chai": "^4.4.1",
|
|
85
|
+
"cross-env": "^7.0.3",
|
|
86
|
+
"execa": "^4.1.0",
|
|
87
|
+
"mocha": "^8.4.0",
|
|
88
|
+
"puppet-run": "^0.11.4",
|
|
88
89
|
"puppet-run-plugin-mocha": "^0.10.0-alpha",
|
|
89
90
|
"raw-loader": "^4.0.2",
|
|
90
91
|
"rimraf": "^3.0.2",
|
|
91
|
-
"rollup": "^2.
|
|
92
|
-
"threads-plugin": "^1.
|
|
93
|
-
"tiny-worker": "^2.
|
|
94
|
-
"ts-loader": "^8.0
|
|
95
|
-
"ts-node": "^9.
|
|
96
|
-
"typescript": "^4.
|
|
92
|
+
"rollup": "^2.79.1",
|
|
93
|
+
"threads-plugin": "^1.4.0",
|
|
94
|
+
"tiny-worker": "^2.3.0",
|
|
95
|
+
"ts-loader": "^8.4.0",
|
|
96
|
+
"ts-node": "^9.1.1",
|
|
97
|
+
"typescript": "^4.9.5",
|
|
97
98
|
"wavy": "^1.0.4",
|
|
98
|
-
"webpack": "^4.
|
|
99
|
-
"worker-plugin": "^5.0.
|
|
99
|
+
"webpack": "^4.47.0",
|
|
100
|
+
"worker-plugin": "^5.0.1"
|
|
100
101
|
},
|
|
101
102
|
"optionalDependencies": {
|
|
102
|
-
"tiny-worker": "
|
|
103
|
+
"tiny-worker": "^2.3.0"
|
|
103
104
|
},
|
|
104
105
|
"ava": {
|
|
105
106
|
"extensions": [
|
|
@@ -131,6 +132,9 @@
|
|
|
131
132
|
"ts-node/register": false,
|
|
132
133
|
"worker_threads": false
|
|
133
134
|
},
|
|
135
|
+
"publishConfig": {
|
|
136
|
+
"access": "public"
|
|
137
|
+
},
|
|
134
138
|
"files": [
|
|
135
139
|
"dist/**",
|
|
136
140
|
"dist-esm/**",
|