ktx/packages
Andrey Avtomonov 9b729c64ef test: derive release versions in tests instead of hardcoding 0.1.0-rc.1
After @semantic-release/git started committing version bumps back to the
branch, the 0.4.0 release rewrote package.json, packages/cli/package.json,
and release-policy.json — but the script and CLI tests still pinned the
pre-bump strings (0.0.0-private, 0.1.0-rc.1, 0.1.0rc1), so every new
branch off main failed TypeScript checks and Coverage.

Drive the version off the existing source of truth instead: read
@ktx/cli/package.json via createRequire in the CLI tests, and reuse the
already-imported PUBLIC_NPM_PACKAGE_VERSION / RUNTIME_WHEEL_PACKAGE_VERSION
constants in the script tests. The two assertions that pinned those
constants to specific values become semver shape checks.
2026-05-21 00:54:53 +02:00
..
cli test: derive release versions in tests instead of hardcoding 0.1.0-rc.1 2026-05-21 00:54:53 +02:00
connector-bigquery feat(context): add driver-discriminated connection schemas (#96) 2026-05-15 00:08:11 +02:00
connector-clickhouse fix: align release provenance metadata 2026-05-19 16:10:30 +02:00
connector-mysql ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-postgres ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-snowflake ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-sqlite fix: clean up ktx yaml config parameters (#75) 2026-05-14 01:27:31 +02:00
connector-sqlserver ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
context fix: recover snapshots and branch rc tags (#185) 2026-05-20 15:22:01 +02:00
llm fix: sanitize no_proxy for managed embeddings (#153) 2026-05-19 18:18:56 +02:00