@cadenza.io/core 3.1.0 → 3.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.
package/dist/index.mjs CHANGED
@@ -1766,7 +1766,7 @@ var Task = class extends SignalEmitter {
1766
1766
  this.outputContextSchema
1767
1767
  );
1768
1768
  if (!validationResult.valid) {
1769
- this.emitWithMetadata("meta.task.outputValidationFailed", {
1769
+ this.emitWithMetadata("meta.task.output_validation_failed", {
1770
1770
  __taskName: this.name,
1771
1771
  __taskVersion: this.version,
1772
1772
  __result: context,