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.1Fixed
- CLI startup crash (#34, closes #33) — switched the
youtube-transcriptimport from the deprecated deep subpath to the package root, which the newerexportsmap covers. Bumpedyoutube-transcriptto^1.3.1and dropped the now-unneeded local interface and@ts-expect-errorcast.
Contributors
Thanks to @lllcccwww for reporting (#33) and @ishan5ain for the fix (#34) — both very fast turnarounds.