unthrown 5.8.0 → 5.10.0
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 +0 -3
- package/dist/index.cjs +497 -72
- package/dist/index.d.cts +1789 -1468
- package/dist/index.d.mts +1789 -1468
- package/dist/index.mjs +494 -73
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -45,9 +45,6 @@ const status = await user.match({
|
|
|
45
45
|
See the [full documentation](https://btravstack.github.io/unthrown/) for the guide
|
|
46
46
|
and complete API.
|
|
47
47
|
|
|
48
|
-
**Upgrading from 4.x?** See
|
|
49
|
-
[Upgrade from 4.x to 5.0](https://btravstack.github.io/unthrown/how-to/upgrade-to-v5).
|
|
50
|
-
|
|
51
48
|
## License
|
|
52
49
|
|
|
53
50
|
[MIT](https://github.com/btravstack/unthrown/blob/main/LICENSE) © Benoit TRAVERS
|