Skip to content

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 01 Apr 12:08
· 718 commits to main since this release

Fixed

  • gitnexus-shared module not foundgitnexus-shared was a file: workspace dependency never published to npm, causing ERR_MODULE_NOT_FOUND when installing gitnexus globally. The build now bundles shared code into dist/_shared/ and rewrites imports to relative paths (#613)
  • v1.5.1 publish regression — npm's prepare lifecycle ran tsc after prepack, overwriting the rewritten imports before packing; both scripts now run the full build so the final tarball is always correct