github atomicmemory/llm-wiki-compiler v0.5.1
v0.5.1 — fix CLI startup crash

8 hours ago

Patch release. 0.5.0 crashed on startup for everyone installing via npm because of a deep import into youtube-transcript that the package's new exports map no longer exposes (ERR_PACKAGE_PATH_NOT_EXPORTED). 0.5.1 fixes it.

If you upgraded to 0.5.0 and saw the crash, just upgrade to 0.5.1:

npm install -g llm-wiki-compiler@0.5.1

Fixed

  • CLI startup crash (#34, closes #33) — switched the youtube-transcript import from the deprecated deep subpath to the package root, which the newer exports map covers. Bumped youtube-transcript to ^1.3.1 and dropped the now-unneeded local interface and @ts-expect-error cast.

Contributors

Thanks to @lllcccwww for reporting (#33) and @ishan5ain for the fix (#34) — both very fast turnarounds.

Don't miss a new llm-wiki-compiler release

NewReleases is sending notifications on new releases.