v0.2.0
- feat(source): implement SqlDataSource.native() — the Source escape hatch added
in @soapjs/soap 0.10.0. Resolves a RepositoryQuery via build() (or a raw payload)
as a SQL string or { sql, params?, options? } and runs it verbatim through the
existing query(), returning the raw rows. + unit tests.
- chore: bump @soapjs/soap peer dependency to ^0.10.0
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>