@cadenza.io/core 3.0.16 → 3.0.17

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
@@ -774,8 +774,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
774
774
  this.emitMetricsWithMetadata("meta.node.mapped", {
775
775
  data: {
776
776
  taskExecutionId: this.id,
777
- previousTaskExecutionId: node.id,
778
- executionCount: "increment"
777
+ previousTaskExecutionId: node.id
779
778
  },
780
779
  filter: {
781
780
  taskName: this.task.name,