@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -25816,7 +25816,7 @@ ${buildHeadingDirective("QUIZ", slcMarkdown, targetLang)}`;
|
|
|
25816
25816
|
const slideRelPath = `_content/${unitCode}/SLIDE_${lessonCode}.md`;
|
|
25817
25817
|
if (artifactScope.includes("SLIDE") && (!await storage.readArtifact(projectId, slideRelPath) || force)) {
|
|
25818
25818
|
onProgress?.("@illustrator", `[4/4] Authoring Presentation Slide Deck: \`SLIDE_${lessonCode}.md\`...`);
|
|
25819
|
-
const isHtmlEngine = options.slidesEngine
|
|
25819
|
+
const isHtmlEngine = options.slidesEngine !== "marp";
|
|
25820
25820
|
if (isHtmlEngine) {
|
|
25821
25821
|
let presentationKitAi = null;
|
|
25822
25822
|
let presentationKitCore = null;
|