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/index.js
CHANGED
|
@@ -36991,7 +36991,11 @@ function buildAvailableProviders(providerLoader) {
|
|
|
36991
36991
|
icon: provider.icon || "\u{1F4BB}",
|
|
36992
36992
|
category: provider.category,
|
|
36993
36993
|
...provider.installed !== void 0 ? { installed: provider.installed } : {},
|
|
36994
|
-
...provider.detectedPath !== void 0 ? { detectedPath: provider.detectedPath } : {}
|
|
36994
|
+
...provider.detectedPath !== void 0 ? { detectedPath: provider.detectedPath } : {},
|
|
36995
|
+
...provider.enabled !== void 0 ? { enabled: provider.enabled } : {},
|
|
36996
|
+
...provider.machineStatus !== void 0 ? { machineStatus: provider.machineStatus } : {},
|
|
36997
|
+
...provider.lastDetection !== void 0 ? { lastDetection: provider.lastDetection } : {},
|
|
36998
|
+
...provider.lastVerification !== void 0 ? { lastVerification: provider.lastVerification } : {}
|
|
36995
36999
|
}));
|
|
36996
37000
|
}
|
|
36997
37001
|
function buildMachineInfo(profile = "full") {
|
|
@@ -56042,7 +56046,7 @@ var init_adhdev_daemon = __esm({
|
|
|
56042
56046
|
init_version();
|
|
56043
56047
|
init_src();
|
|
56044
56048
|
init_runtime_defaults();
|
|
56045
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
56049
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.30" });
|
|
56046
56050
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
56047
56051
|
localHttpServer = null;
|
|
56048
56052
|
localWss = null;
|