@a-company/paradigm 3.14.0 → 3.14.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/index.js CHANGED
@@ -699,7 +699,7 @@ sentinelCmd.command("defend [path]", { isDefault: true }).description("Launch th
699
699
  await sentinelCommand(path2, options);
700
700
  });
701
701
  program.command("university").description("Launch Paradigm University - interactive learning platform & PLSAT certification").option("-p, --port <port>", "Port to run on", "3839").option("--no-open", "Don't open browser automatically").action(async (options) => {
702
- const { universityCommand } = await import("./university-KVYNACJZ.js");
702
+ const { universityCommand } = await import("./university-A66BMZ4Z.js");
703
703
  await universityCommand(void 0, options);
704
704
  });
705
705
  program.parse();