typetify 4.0.1 → 4.0.2

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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,8 +61,6 @@ Boring, predictable API. No config, no setup, just functions that work.
61
61
  | Type narrowing | ❌ | ❌ | ✅ |
62
62
  | Zero dependencies | ❌ | ✅ | ✅ |
63
63
  | Tree-shakable | ⚠️ | ✅ | ✅ |
64
- | Full install size | 1.41MB | 1.2MB | **245KB** |
65
- | Min bundle (gzip) | 72KB | 51KB | **~15KB** |
66
64
  | Modern syntax | ❌ | ⚠️ | ✅ |
67
65
  | Frontend utilities | ❌ | ❌ | ✅ |
68
66
  | Backend utilities | ❌ | ❌ | ✅ |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typetify",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Runtime TypeScript helpers - like Lodash, but TS-first",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",