From b3c01aee901441b06acacd6912ff0d279cf38d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Fri, 22 May 2026 16:05:22 +0200 Subject: [PATCH] docs: update package install size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e24844..e401f24 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Why `kysely-typegen` if there is already `kysely-codegen`? Comparison: | | `kysely-codegen@0.20.0` | `kysely-typegen` | | ----------------------------- | ---------------------------------------- | ----------------------------------------------------------------------------------- | -| **Install Size** | 6.8 MB | 5 kB | +| **Install Size** | 6.8 MB | 22.1 kB | | **Dependencies** | 35 total | 0 (no runtime dependencies) | | **Type** | CLI | Library/Programmatic Usage | | **Code Size/Maintainability** | Heavy | Lightweight/Simple and straightforward (string manipulation instead of complex AST) |