@ariestools/threads 8.0.2 → 8.0.4

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.
Files changed (1) hide show
  1. package/package.json +8 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariestools/threads",
3
- "version": "8.0.2",
3
+ "version": "8.0.4",
4
4
  "description": "Web workers & worker threads as simple as a function call",
5
5
  "keywords": [
6
6
  "ariestools",
@@ -109,32 +109,28 @@
109
109
  "LICENSE"
110
110
  ],
111
111
  "dependencies": {
112
- "@ariestools/sdk": "~8.0.2"
112
+ "debug": "~4.4.3",
113
+ "@ariestools/sdk": "~8.0.4"
113
114
  },
114
115
  "devDependencies": {
116
+ "@ariestools/eslint-config-flat": "~8.7.0",
117
+ "@ariestools/toolchain": "~8.7.0",
118
+ "@ariestools/tsconfig": "~8.7.0",
115
119
  "@opentelemetry/api": "~1.9.1",
116
120
  "@opentelemetry/sdk-trace-base": "~2.9.0",
117
121
  "@types/debug": "~4.1.13",
118
- "@types/node": "~26.1.0",
119
- "@xylabs/eslint-config-flat": "~8.6.2",
120
- "@xylabs/toolchain": "~8.6.2",
121
- "@xylabs/tsconfig": "~8.6.2",
122
- "async-mutex": "~0.5.0",
123
- "browserslist": "~4.28.4",
124
- "debug": "~4.4.3",
122
+ "@types/node": "~26.1.1",
125
123
  "eslint": "~10.6.0",
126
124
  "eslint-import-resolver-typescript": "~4.4.5",
127
125
  "observable-fns": "~0.6.1",
128
126
  "typescript": "~6.0.3",
129
127
  "vite": "~8.1.3",
130
- "vitest": "~4.1.9",
128
+ "vitest": "~4.1.10",
131
129
  "zod": "~4.4.3"
132
130
  },
133
131
  "peerDependencies": {
134
132
  "@opentelemetry/api": "^1.9.1",
135
133
  "@opentelemetry/sdk-trace-base": "^2.9.0",
136
- "async-mutex": "^0.5.0",
137
- "debug": "^4.4.3",
138
134
  "observable-fns": "^0.6.1",
139
135
  "zod": "^4.4.3"
140
136
  },