You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,14 +359,6 @@ The TypeBox compiler is tested against the [Official JSON Schema Test Suite](htt
359
359
360
360
TypeBox ships two distinct versions that span two generations of the TypeScript compiler.
361
361
362
-
```bash
363
-
$ npm install typebox # 1.x
364
-
365
-
$ npm install @sinclair/typebox # 0.x
366
-
```
367
-
368
-
These versions are summarized with the following.
369
-
370
362
| TypeBox | TypeScript | Description |
371
363
| :--- | :--- | :--- |
372
364
| 1.x | 6.0 - 7.0+ |**Latest.** Developed against the TypeScript 7 native compiler. Provides advanced type inference and native JSON Schema 2020-12 support. Includes backwards compatibility with `0.x` types. **ESM only.**|
0 commit comments