@adhdev/daemon-standalone 0.9.29 → 0.9.30
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
|
@@ -45801,7 +45801,11 @@ Run 'adhdev doctor' for detailed diagnostics.`
|
|
|
45801
45801
|
icon: provider.icon || "\u{1F4BB}",
|
|
45802
45802
|
category: provider.category,
|
|
45803
45803
|
...provider.installed !== void 0 ? { installed: provider.installed } : {},
|
|
45804
|
-
...provider.detectedPath !== void 0 ? { detectedPath: provider.detectedPath } : {}
|
|
45804
|
+
...provider.detectedPath !== void 0 ? { detectedPath: provider.detectedPath } : {},
|
|
45805
|
+
...provider.enabled !== void 0 ? { enabled: provider.enabled } : {},
|
|
45806
|
+
...provider.machineStatus !== void 0 ? { machineStatus: provider.machineStatus } : {},
|
|
45807
|
+
...provider.lastDetection !== void 0 ? { lastDetection: provider.lastDetection } : {},
|
|
45808
|
+
...provider.lastVerification !== void 0 ? { lastVerification: provider.lastVerification } : {}
|
|
45805
45809
|
}));
|
|
45806
45810
|
}
|
|
45807
45811
|
function buildMachineInfo2(profile = "full") {
|