Skip to content

v1.6.5

Latest

Choose a tag to compare

@stackbilt-admin stackbilt-admin released this 15 May 10:04
· 3 commits to main since this release

1.6.5\n\n### Fixed\n- Published package ESM import resolution by switching runtime relative imports to explicit .js specifiers, fixing Node ERR_MODULE_NOT_FOUND for installed consumers.\n\n### Added\n- Tarball consumer smoke test (npm run test:package) that packs, installs in a clean temp project, and verifies both require and import entrypoints.\n- CI and publish workflow gates now run npm run test:package before release publish.