@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.js CHANGED
@@ -811,8 +811,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
811
811
  this.emitMetricsWithMetadata("meta.node.mapped", {
812
812
  data: {
813
813
  taskExecutionId: this.id,
814
- previousTaskExecutionId: node.id,
815
- executionCount: "increment"
814
+ previousTaskExecutionId: node.id
816
815
  },
817
816
  filter: {
818
817
  taskName: this.task.name,