fix: publish first stable release as 0.1.0

This commit is contained in:
Andrey Avtomonov 2026-05-19 15:51:53 +02:00
parent b4c77c0563
commit b46abfda5d
9 changed files with 294 additions and 7 deletions

View file

@ -467,7 +467,8 @@ describe('verification snippets', () => {
const source = npmRuntimeSmokeSource();
assert.match(source, /ktx public package version/);
assert.match(source, /@kaelio\\\/ktx 0\\\.1\\\.0/);
assert.match(source, /installedPackageVersionPattern/);
assert.doesNotMatch(source, /@kaelio\\\/ktx 0\\\.1\\\.0/);
assert.match(source, /'ktx', 'sl', 'query'/);
assert.doesNotMatch(source, /@ktx\/context/);
assert.doesNotMatch(source, /@modelcontextprotocol/);