# monSQLize v2.0.6

Released: 2026-06-15

## Changes

- Upgrade runtime dependency `schema-dsl` from `2.0.10` to `2.0.11`.
- This keeps monSQLize aligned with the schema-dsl ESM/CJS shared custom type registry fix used by downstream vext applications.
- Restore v1-compatible root type exports: `FindOptions`, `CountOptions`, `AggregateOptions`, and `DistinctOptions`.
- Add NodeNext-safe type-only import attributes for ESM `cache-hub` declarations consumed from monSQLize's CommonJS package boundary.
- Generate ESM declaration mirrors (`*.d.mts`) and point the import-side package `types` condition at `dist/types/index.d.mts`, preserving default import constructability for NodeNext ESM consumers.

## Validation

- Dependency-only release; full release preflight should run after `schema-dsl@2.0.11` is available from npm.
- `npm run type-check`
