@xylabs/threads 4.13.22 → 4.14.0

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/threads",
3
- "version": "4.13.22",
3
+ "version": "4.14.0",
4
4
  "description": "Web workers & worker threads as simple as a function call",
5
5
  "keywords": [
6
6
  "thread",
@@ -113,21 +113,21 @@
113
113
  "package-compile-tsup": "tsup --config tsup.browser.config.ts && tsup --config tsup.node.config.ts && tsup --config tsup.neutral.config.ts"
114
114
  },
115
115
  "dependencies": {
116
- "@xylabs/assert": "^4.13.22",
117
- "debug": "^4.4.1",
116
+ "@xylabs/assert": "~4.14.0",
117
+ "debug": "~4.4.1",
118
118
  "is-observable-2-1-0": "npm:is-observable@2.1.0",
119
- "observable-fns": "^0.6.1"
119
+ "observable-fns": "~0.6.1"
120
120
  },
121
121
  "devDependencies": {
122
- "@swc/core": "^1.13.1",
123
- "@types/debug": "^4.1.12",
124
- "@types/node": "^24.0.15",
125
- "@xylabs/eslint-config-flat": "^7.0.0",
126
- "@xylabs/ts-scripts-yarn3": "^7.0.0",
127
- "eslint": "^9.31.0",
128
- "tiny-worker": "^2.3.0",
129
- "tsup": "^8.5.0",
130
- "typescript": "^5.8.3"
122
+ "@swc/core": "~1.13.1",
123
+ "@types/debug": "~4.1.12",
124
+ "@types/node": "~24.0.15",
125
+ "@xylabs/eslint-config-flat": "~7.0.0",
126
+ "@xylabs/ts-scripts-yarn3": "~7.0.0",
127
+ "eslint": "~9.31.0",
128
+ "tiny-worker": "~2.3.0",
129
+ "tsup": "~8.5.0",
130
+ "typescript": "~5.8.3"
131
131
  },
132
132
  "publishConfig": {
133
133
  "access": "public"