@adhdev/daemon-core 0.6.15 → 0.6.16
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
|
@@ -9547,7 +9547,12 @@ var ProviderInstanceManager = class {
|
|
|
9547
9547
|
states.push(state);
|
|
9548
9548
|
for (const event of state.pendingEvents) {
|
|
9549
9549
|
for (const listener of this.eventListeners) {
|
|
9550
|
-
listener({
|
|
9550
|
+
listener({
|
|
9551
|
+
...event,
|
|
9552
|
+
providerType: instance.type,
|
|
9553
|
+
instanceId: state.instanceId,
|
|
9554
|
+
providerCategory: state.category
|
|
9555
|
+
});
|
|
9551
9556
|
}
|
|
9552
9557
|
}
|
|
9553
9558
|
} catch (e) {
|