@plures/praxis 1.1.0 → 1.1.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.
@@ -680,7 +680,7 @@ cloudCmd.command("usage").description("View cloud usage metrics").action(async (
680
680
  });
681
681
  program.command("verify <type>").description("Verify project implementation (e.g., implementation)").option("-d, --detailed", "Show detailed analysis").action(async (type, options) => {
682
682
  try {
683
- const { verify } = await import("../verify-YBZ7W24H.js");
683
+ const { verify } = await import("../verify-QRYKRIDU.js");
684
684
  await verify(type, options);
685
685
  } catch (error) {
686
686
  console.error("Error verifying:", error);