@cadenza.io/core 3.0.2 → 3.0.3
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -943,7 +943,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
|
|
|
943
943
|
__routineExecId: this.routineExecId
|
|
944
944
|
};
|
|
945
945
|
}
|
|
946
|
-
this.
|
|
946
|
+
this.emitMetrics(signal, data);
|
|
947
947
|
}
|
|
948
948
|
emitMetricsWithMetadata(signal, ctx) {
|
|
949
949
|
const data = { ...ctx };
|