@principal-ai/principal-view-cli 0.14.3 → 0.14.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 CHANGED
@@ -246511,7 +246511,7 @@ Simply remove the "condition" field - the same events should already be defined
246511
246511
  if (!eventsToCheckAgainst.has(eventName)) {
246512
246512
  violations.push({
246513
246513
  ruleId: "workflow-event-coverage",
246514
- severity: "warn",
246514
+ severity: "error",
246515
246515
  file: workflowPath,
246516
246516
  path: "events",
246517
246517
  message: context.allWorkflowEvents ? `Canvas defines event "${eventName}" which is not used in any workflow for this canvas` : `Canvas defines event "${eventName}" which is not used in this workflow scenario`,