@xylabs/threads 5.0.98 → 5.0.100

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 +11 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/threads",
3
- "version": "5.0.98",
3
+ "version": "5.0.100",
4
4
  "description": "Web workers & worker threads as simple as a function call",
5
5
  "keywords": [
6
6
  "thread",
@@ -106,21 +106,26 @@
106
106
  "LICENSE"
107
107
  ],
108
108
  "dependencies": {
109
- "debug": "~4.4.3",
110
- "observable-fns": "~0.6.1",
111
- "@xylabs/assert": "~5.0.98"
109
+ "@xylabs/assert": "~5.0.100"
112
110
  },
113
111
  "devDependencies": {
114
112
  "@types/debug": "~4.1.13",
115
113
  "@types/node": "^25.6.0",
116
- "@xylabs/toolchain": "~7.10.9",
117
- "@xylabs/tsconfig": "~7.10.9",
114
+ "@xylabs/toolchain": "~7.11.3",
115
+ "@xylabs/tsconfig": "~7.11.3",
116
+ "debug": "~4.4.3",
118
117
  "esbuild": "^0.28.0",
118
+ "eslint": "^10.2.0",
119
+ "observable-fns": "~0.6.1",
119
120
  "tsup": "~8.5.1",
120
121
  "typescript": "^5",
121
122
  "vite": "^8.0.9",
122
123
  "vitest": "^4.1.5"
123
124
  },
125
+ "peerDependencies": {
126
+ "debug": "~4.4.3",
127
+ "observable-fns": "~0.6.1"
128
+ },
124
129
  "engines": {
125
130
  "node": ">=18"
126
131
  },