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