Skip to content

Commit

Permalink
Revision 0.31.28 (#674)
Browse files Browse the repository at this point in the history
* Update Intersect Transform Logic

* Tests

* Version
  • Loading branch information
sinclairzx81 authored Nov 20, 2023
1 parent ea217cc commit 6fd7dac
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 181 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinclair/typebox",
"version": "0.31.27",
"version": "0.31.28",
"description": "JSONSchema Type Builder with Static Type Resolution for TypeScript",
"keywords": [
"typescript",
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1719,11 +1719,11 @@ The following table lists esbuild compiled and minified sizes for each TypeBox m
┌──────────────────────┬────────────┬────────────┬─────────────┐
│ (index) │ CompiledMinifiedCompression
├──────────────────────┼────────────┼────────────┼─────────────┤
typebox/compiler'148.9 kb'' 65.8 kb''2.26 x'
typebox/errors'111.5 kb'' 49.1 kb''2.27 x'
typebox/system' 82.6 kb'' 36.8 kb''2.24 x'
typebox/value'190.5 kb'' 82.4 kb''2.31 x'
typebox' 72.4 kb'' 31.6 kb''2.29 x'
typebox/compiler'163.6 kb'' 71.6 kb''2.28 x'
typebox/errors'113.3 kb'' 50.1 kb''2.26 x'
typebox/system' 83.9 kb'' 37.5 kb''2.24 x'
typebox/value'191.1 kb'' 82.3 kb''2.32 x'
typebox' 73.8 kb'' 32.3 kb''2.29 x'
└──────────────────────┴────────────┴────────────┴─────────────┘
```
Expand Down
Loading

0 comments on commit 6fd7dac

Please sign in to comment.