adhdev 0.6.15 → 0.6.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/cli/index.js +7 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25830,7 +25830,12 @@ ${installInfo}`
|
|
|
25830
25830
|
states.push(state);
|
|
25831
25831
|
for (const event of state.pendingEvents) {
|
|
25832
25832
|
for (const listener of this.eventListeners) {
|
|
25833
|
-
listener({
|
|
25833
|
+
listener({
|
|
25834
|
+
...event,
|
|
25835
|
+
providerType: instance.type,
|
|
25836
|
+
instanceId: state.instanceId,
|
|
25837
|
+
providerCategory: state.category
|
|
25838
|
+
});
|
|
25834
25839
|
}
|
|
25835
25840
|
}
|
|
25836
25841
|
} catch (e) {
|
|
@@ -30672,7 +30677,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30672
30677
|
fs2 = __toESM(require("fs"));
|
|
30673
30678
|
path2 = __toESM(require("path"));
|
|
30674
30679
|
import_chalk = __toESM(require("chalk"));
|
|
30675
|
-
pkgVersion = "0.6.
|
|
30680
|
+
pkgVersion = "0.6.17";
|
|
30676
30681
|
if (pkgVersion === "unknown") {
|
|
30677
30682
|
try {
|
|
30678
30683
|
const possiblePaths = [
|