mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
## [0.1.0-rc.6](https://github.com/kaelio/ktx/compare/v0.1.0-rc.5...v0.1.0-rc.6) (2026-05-18) ### Features * **cli:** add read-only sql command ([#126](https://github.com/kaelio/ktx/issues/126)) ([33a142f](33a142f769)) * **cli:** improve search ranking output ([#123](https://github.com/kaelio/ktx/issues/123)) ([74be832](74be832aea)) * **ingest:** default local ingest to isolated diffs ([#128](https://github.com/kaelio/ktx/issues/128)) ([e64da5a](e64da5a85d)) * **ingest:** export finalization adapter contract types ([ac861ca](ac861caddb)) ### Bug Fixes * accept ingest wiki forward refs ([#125](https://github.com/kaelio/ktx/issues/125)) ([f49672b](f49672ba5b)) * **cli:** build runtime assets during dev setup ([#121](https://github.com/kaelio/ktx/issues/121)) ([de72a10](de72a10ffb)) * improve ingest runtime readiness ([#124](https://github.com/kaelio/ktx/issues/124)) ([c89af77](c89af7733a)) * improve setup wizard behavior ([#127](https://github.com/kaelio/ktx/issues/127)) ([d1c84e5](d1c84e5564)) * **release:** repair next npm release workflow ([#122](https://github.com/kaelio/ktx/issues/122)) ([d3d58a2](d3d58a279b)) ### Documentation * **plans:** add adapter-owned finalization v1 closure plan ([c513d61](c513d61dca)) ### Tests * **ingest:** exercise historic sql finalization locally ([74f1f0e](74f1f0e761))
32 lines
654 B
JSON
32 lines
654 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"publicNpmPackageVersion": "0.1.0-rc.6",
|
|
"releaseMode": "npm-public-release-ready",
|
|
"npm": {
|
|
"publish": true,
|
|
"registry": null,
|
|
"access": "public",
|
|
"tag": "next",
|
|
"packages": [
|
|
"@kaelio/ktx"
|
|
]
|
|
},
|
|
"python": {
|
|
"publish": false,
|
|
"repository": null,
|
|
"packages": [
|
|
"kaelio-ktx"
|
|
]
|
|
},
|
|
"publishedPackageSmoke": {
|
|
"packageName": "@kaelio/ktx",
|
|
"version": "0.1.0-rc.6",
|
|
"registry": null
|
|
},
|
|
"runtimeInstaller": {
|
|
"uvStrategy": "path-prerequisite",
|
|
"bootstrapUv": false,
|
|
"missingUvBehavior": "focused-error"
|
|
},
|
|
"requiredBeforePublishing": []
|
|
}
|