@thanh01.pmt/curriculum-kit 1.4.3 → 1.4.4
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/workflow/index.cjs +1 -1
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.mjs +1 -1
- package/dist/workflow/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/workflow/index.mjs
CHANGED
|
@@ -18956,7 +18956,7 @@ ${lines.join("\n")}
|
|
|
18956
18956
|
}
|
|
18957
18957
|
|
|
18958
18958
|
// src/services/lessonProductionService.ts
|
|
18959
|
-
var __filename$1 = typeof import.meta?.url === "string" ? fileURLToPath(import.meta.url) : "";
|
|
18959
|
+
var __filename$1 = typeof import.meta?.url === "string" && typeof fileURLToPath === "function" ? fileURLToPath(import.meta.url) : "";
|
|
18960
18960
|
var _resolvedDir = __filename$1 ? path4.dirname(__filename$1) : typeof __dirname !== "undefined" ? __dirname : process.cwd();
|
|
18961
18961
|
function loadCurriculumTemplate(templateName) {
|
|
18962
18962
|
const candidatePaths = [
|