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 +1 -1
- package/dist/_chunks/commands.mjs +1 -1
- package/package.json +1 -1
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`
|
|
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
|