@xylabs/threads 4.8.7 → 4.8.9

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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/threads",
3
- "version": "4.8.7",
3
+ "version": "4.8.9",
4
4
  "description": "Web workers & worker threads as simple as a function call",
5
5
  "keywords": [
6
6
  "thread",
@@ -109,15 +109,16 @@
109
109
  "LICENSE"
110
110
  ],
111
111
  "dependencies": {
112
+ "@xylabs/assert": "^4.8.9",
112
113
  "debug": "^4.4.0",
113
114
  "is-observable-2-1-0": "npm:is-observable@2.1.0",
114
115
  "observable-fns": "^0.6.1"
115
116
  },
116
117
  "devDependencies": {
117
118
  "@types/debug": "^4.1.12",
118
- "@types/node": "^22.14.0",
119
- "@xylabs/eslint-config-flat": "^6.2.1",
120
- "@xylabs/ts-scripts-yarn3": "^6.2.1",
119
+ "@types/node": "^22.15.3",
120
+ "@xylabs/eslint-config-flat": "^6.4.5",
121
+ "@xylabs/ts-scripts-yarn3": "^6.4.5",
121
122
  "typescript": "^5.8.3"
122
123
  },
123
124
  "publishConfig": {