v1.0.20
moghtech/komodov1.0.20Jun 8, 2026by GargantuaX
AI Summary
Optimizes SDK dependencies by moving the `sharp` image processing library from a hard runtime dependency to an optional peer dependency, reducing install size for browser and ImageData SDK consumers.
Key Highlights
- `sharp` moved from hard runtime dependency to optional peer dependency
- Browser and ImageData SDK consumers no longer install native Node image codec
- CLI users must install `sharp` alongside the package for default decoders/encoders
Full Release Notes
## SDK - Moved `sharp` out of hard runtime dependencies and into an optional peer dependency. - Browser and `ImageData` SDK consumers no longer install the native Node image codec unless they need it. - CLI users that rely on the default file decoder/encoder should install `sharp` alongside the package. ## Validation - `pnpm test:sdk-smoke` - `pnpm test` - Packed tarball metadata confirmed no `dependencies.sharp` and optional `peerDependencies.sharp`.