@cadenza.io/core 3.12.1 → 3.12.2
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1262,6 +1262,7 @@ var GraphNode = class _GraphNode extends SignalEmitter {
|
|
|
1262
1262
|
emitWithMetadata(signal, data) {
|
|
1263
1263
|
if (!this.task?.isHidden) {
|
|
1264
1264
|
data.__signalEmission = {
|
|
1265
|
+
fullSignalName: signal,
|
|
1265
1266
|
taskName: this.task.name,
|
|
1266
1267
|
taskVersion: this.task.version,
|
|
1267
1268
|
taskExecutionId: this.id,
|