@thanh01.pmt/curriculum-kit 1.4.14 → 1.4.15

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/index.mjs CHANGED
@@ -25805,7 +25805,7 @@ ${buildHeadingDirective("QUIZ", slcMarkdown, targetLang)}`;
25805
25805
  const slideRelPath = `_content/${unitCode}/SLIDE_${lessonCode}.md`;
25806
25806
  if (artifactScope.includes("SLIDE") && (!await storage.readArtifact(projectId, slideRelPath) || force)) {
25807
25807
  onProgress?.("@illustrator", `[4/4] Authoring Presentation Slide Deck: \`SLIDE_${lessonCode}.md\`...`);
25808
- const isHtmlEngine = options.slidesEngine === "html";
25808
+ const isHtmlEngine = options.slidesEngine !== "marp";
25809
25809
  if (isHtmlEngine) {
25810
25810
  let presentationKitAi = null;
25811
25811
  let presentationKitCore = null;