Skip to content

Commit f64a729

Browse files
committed
Documentation
1 parent f140668 commit f64a729

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

changelog/1.0.0-migration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This document covers upgrading from TypeBox 0.34.x to 1.0. While most of the API
66

77
## Contents
88

9+
- [ESM Package](#ESM)
910
- [Kind, Hint, ReadonlyKind and OptionalKind](#Symbols)
1011
- [Type.Date and Type.Uint8Array](#Globals)
1112
- [Type.Recursive](#Recursive)
@@ -24,6 +25,12 @@ This document covers upgrading from TypeBox 0.34.x to 1.0. While most of the API
2425
- [SetErrorFunction](#SetErrorFunction)
2526
- [CustomErrors](#CustomErrors)
2627

28+
<a name="ESM"></a>
29+
30+
## ESM Package
31+
32+
Version 1.0 is published as an ESM-only package. Users will need to ensure their environments support ESM module resolution.
33+
2734
<a name="Symbols"></a>
2835

2936
## Kind, Hint, ReadonlyKind and OptionalKind

0 commit comments

Comments
 (0)