@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.mjs CHANGED
@@ -9376,7 +9376,7 @@ function buildStandardStackMarkdown(opts) {
9376
9376
  }
9377
9377
 
9378
9378
  // src/services/sotGeneratorService.ts
9379
- var __filename$1 = typeof import.meta?.url === "string" ? fileURLToPath(import.meta.url) : "";
9379
+ var __filename$1 = typeof import.meta?.url === "string" && typeof fileURLToPath === "function" ? fileURLToPath(import.meta.url) : "";
9380
9380
  var __dirname2 = __filename$1 ? path3.dirname(__filename$1) : process.cwd();
9381
9381
  function loadSotTemplate(templateFileName) {
9382
9382
  const possiblePaths = [
@@ -24048,7 +24048,7 @@ ${lines.join("\n")}
24048
24048
  }
24049
24049
 
24050
24050
  // src/services/lessonProductionService.ts
24051
- var __filename2 = typeof import.meta?.url === "string" ? fileURLToPath(import.meta.url) : "";
24051
+ var __filename2 = typeof import.meta?.url === "string" && typeof fileURLToPath === "function" ? fileURLToPath(import.meta.url) : "";
24052
24052
  var _resolvedDir = __filename2 ? path3.dirname(__filename2) : typeof __dirname !== "undefined" ? __dirname : process.cwd();
24053
24053
  function loadCurriculumTemplate(templateName) {
24054
24054
  const candidatePaths = [