Skip to content

Commit bf3a688

Browse files
committed
Fix info about initial bundle size of a schema
1 parent aa3ec76 commit bf3a688

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Hello, I am Valibot and I would like to help you validate data easily using a sc
1616
## Highlights
1717

1818
- Fully type safe with static type inference
19-
- Small bundle size starting at less than 600 bytes
19+
- Small bundle size starting at less than 700 bytes
2020
- Validate everything from strings to complex objects
2121
- Open source and fully tested with 100 % coverage
2222
- Many transformation and validation actions included

website/src/routes/guides/(get-started)/introduction/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Hello, I am Valibot and I would like to help you validate data easily using a sc
2121
## Highlights
2222

2323
- Fully type safe with static type inference
24-
- Small bundle size starting at less than 600 bytes
24+
- Small bundle size starting at less than 700 bytes
2525
- Validate everything from strings to complex objects
2626
- Open source and fully tested with 100 % coverage
2727
- Many transformation and validation actions included

website/src/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default component$(() => {
130130
{
131131
emoji: '📦',
132132
heading: 'Small bundle size',
133-
text: 'Due to the modular design of our API the bundle size starts at less than 600 bytes',
133+
text: 'Due to the modular design of our API the bundle size starts at less than 700 bytes',
134134
},
135135
{
136136
emoji: '🚧',

0 commit comments

Comments
 (0)