adhdev 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/cli/index.js +6 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -37947,7 +37947,11 @@ function buildAvailableProviders(providerLoader) {
|
|
|
37947
37947
|
icon: provider.icon || "\u{1F4BB}",
|
|
37948
37948
|
category: provider.category,
|
|
37949
37949
|
...provider.installed !== void 0 ? { installed: provider.installed } : {},
|
|
37950
|
-
...provider.detectedPath !== void 0 ? { detectedPath: provider.detectedPath } : {}
|
|
37950
|
+
...provider.detectedPath !== void 0 ? { detectedPath: provider.detectedPath } : {},
|
|
37951
|
+
...provider.enabled !== void 0 ? { enabled: provider.enabled } : {},
|
|
37952
|
+
...provider.machineStatus !== void 0 ? { machineStatus: provider.machineStatus } : {},
|
|
37953
|
+
...provider.lastDetection !== void 0 ? { lastDetection: provider.lastDetection } : {},
|
|
37954
|
+
...provider.lastVerification !== void 0 ? { lastVerification: provider.lastVerification } : {}
|
|
37951
37955
|
}));
|
|
37952
37956
|
}
|
|
37953
37957
|
function buildMachineInfo(profile = "full") {
|
|
@@ -87762,7 +87766,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87762
87766
|
init_version();
|
|
87763
87767
|
init_src();
|
|
87764
87768
|
init_runtime_defaults();
|
|
87765
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
87769
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.30" });
|
|
87766
87770
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87767
87771
|
localHttpServer = null;
|
|
87768
87772
|
localWss = null;
|