@xylabs/threads 5.0.98 → 5.0.99

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 +33 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/threads",
3
- "version": "5.0.98",
3
+ "version": "5.0.99",
4
4
  "description": "Web workers & worker threads as simple as a function call",
5
5
  "keywords": [
6
6
  "thread",
@@ -106,20 +106,46 @@
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.99"
112
110
  },
113
111
  "devDependencies": {
112
+ "@inquirer/core": "~11.1.8",
114
113
  "@types/debug": "~4.1.13",
115
114
  "@types/node": "^25.6.0",
116
- "@xylabs/toolchain": "~7.10.9",
117
- "@xylabs/tsconfig": "~7.10.9",
115
+ "@xylabs/toolchain": "~7.11.2",
116
+ "@xylabs/tsconfig": "~7.11.2",
117
+ "async-mutex": "~0.5.0",
118
+ "chalk": "~5.6.2",
119
+ "cosmiconfig": ">=9",
120
+ "cosmiconfig-typescript-loader": "~6.3.0",
121
+ "cpy": "~13.2.1",
122
+ "debug": "~4.4.3",
123
+ "deepmerge": "~4.3.1",
118
124
  "esbuild": "^0.28.0",
125
+ "eslint": "^10.2.0",
126
+ "find-up": "~8.0.0",
127
+ "get-tsconfig": "~4.13.7",
128
+ "glob": "~13.0.6",
129
+ "license-checker": "~25.0.1",
130
+ "observable-fns": "~0.6.1",
131
+ "parse-git-config": "~3.0.0",
132
+ "picomatch": "~4.0.4",
133
+ "publint": "~0.3.18",
134
+ "rollup": "~4.60.1",
135
+ "rollup-plugin-dts": "~6.4.1",
136
+ "rollup-plugin-node-externals": "~9.0.1",
137
+ "semver": "~7.7.4",
138
+ "sort-package-json": "~3.6.1",
119
139
  "tsup": "~8.5.1",
140
+ "types-package-json": "~2.0.39",
120
141
  "typescript": "^5",
121
142
  "vite": "^8.0.9",
122
- "vitest": "^4.1.5"
143
+ "vitest": "^4.1.5",
144
+ "yargs": "~18.0.0"
145
+ },
146
+ "peerDependencies": {
147
+ "debug": "~4.4.3",
148
+ "observable-fns": "~0.6.1"
123
149
  },
124
150
  "engines": {
125
151
  "node": ">=18"