webanvil 0.0.15 → 0.0.16

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.
package/README.md CHANGED
@@ -350,7 +350,7 @@ invalid package identity, or is outside the supported range fails first.
350
350
  | Rolldown | `>=1.2.0 <2` | `1.2.0` |
351
351
  | Oxlint | `>=1.75.0 <2` | `1.75.0` |
352
352
  | Oxfmt | `>=0.60.0 <0.61` | `0.60.0` |
353
- | TypeScript (declarations) | `>=5 <7` | `6.0.3` |
353
+ | TypeScript (declarations) | `>=5 <7.1.0` | `6.0.3` |
354
354
  | TypeScript Native (`tsgo`) | `>=7.0.0-dev.20260707.2 <7.0.0` | `7.0.0-dev.20260707.2` |
355
355
 
356
356
  When a tool is first used, the CLI reports its package, version, and source, for
@@ -132,7 +132,7 @@ const supportedTools = {
132
132
  },
133
133
  typescript: {
134
134
  packageName: "typescript",
135
- range: ">=5 <7"
135
+ range: ">=5 <7.1.0"
136
136
  },
137
137
  "typescript-native": {
138
138
  packageName: "@typescript/native-preview",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webanvil",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "A unified CLI for building, testing, linting, formatting, and type-checking JavaScript and TypeScript projects.",
5
5
  "keywords": [
6
6
  "build-tool",