@ariestools/threads 8.0.4 → 8.0.7
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 +9 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariestools/threads",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.7",
|
|
4
4
|
"description": "Web workers & worker threads as simple as a function call",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ariestools",
|
|
@@ -110,29 +110,23 @@
|
|
|
110
110
|
],
|
|
111
111
|
"dependencies": {
|
|
112
112
|
"debug": "~4.4.3",
|
|
113
|
-
"@ariestools/sdk": "~8.0.
|
|
113
|
+
"@ariestools/sdk": "~8.0.7"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@ariestools/eslint-config-flat": "~8.7.
|
|
117
|
-
"@ariestools/toolchain": "~8.7.
|
|
118
|
-
"@ariestools/tsconfig": "~8.7.
|
|
119
|
-
"@opentelemetry/api": "~1.9.1",
|
|
120
|
-
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
116
|
+
"@ariestools/eslint-config-flat": "~8.7.6",
|
|
117
|
+
"@ariestools/toolchain": "~8.7.6",
|
|
118
|
+
"@ariestools/tsconfig": "~8.7.6",
|
|
121
119
|
"@types/debug": "~4.1.13",
|
|
122
120
|
"@types/node": "~26.1.1",
|
|
123
|
-
"eslint": "~10.
|
|
121
|
+
"eslint": "~10.7.0",
|
|
124
122
|
"eslint-import-resolver-typescript": "~4.4.5",
|
|
125
123
|
"observable-fns": "~0.6.1",
|
|
126
124
|
"typescript": "~6.0.3",
|
|
127
|
-
"vite": "~8.1.
|
|
128
|
-
"vitest": "~4.1.10"
|
|
129
|
-
"zod": "~4.4.3"
|
|
125
|
+
"vite": "~8.1.4",
|
|
126
|
+
"vitest": "~4.1.10"
|
|
130
127
|
},
|
|
131
128
|
"peerDependencies": {
|
|
132
|
-
"
|
|
133
|
-
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
134
|
-
"observable-fns": "^0.6.1",
|
|
135
|
-
"zod": "^4.4.3"
|
|
129
|
+
"observable-fns": "^0.6.1"
|
|
136
130
|
},
|
|
137
131
|
"engines": {
|
|
138
132
|
"node": ">=18"
|