llm-wiki-compiler 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -577,8 +577,7 @@ async function ingestImage(filePath) {
577
577
  // src/ingest/transcript.ts
578
578
  import { readFile as readFile5 } from "fs/promises";
579
579
  import path6 from "path";
580
- import { YoutubeTranscript as YoutubeTranscriptUntyped } from "youtube-transcript/dist/youtube-transcript.esm.js";
581
- var YoutubeTranscript = YoutubeTranscriptUntyped;
580
+ import { YoutubeTranscript } from "youtube-transcript";
582
581
  var YOUTUBE_URL_PATTERN = /^https?:\/\/(www\.)?(youtube\.com\/watch|youtu\.be\/)/;
583
582
  var SRT_SEQUENCE_PATTERN = /^\d+$/;
584
583
  var TIMESTAMP_PATTERN = /\d{2}:\d{2}[:.]\d{2}/;