@adhdev/daemon-standalone 0.8.31 → 0.8.33
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
|
@@ -50512,7 +50512,10 @@ var StandaloneServer = class {
|
|
|
50512
50512
|
allStates,
|
|
50513
50513
|
cdpManagers: this.components.cdpManagers,
|
|
50514
50514
|
providerLoader: this.components.providerLoader,
|
|
50515
|
-
detectedIdes: this.components.detectedIdes.value
|
|
50515
|
+
detectedIdes: this.components.detectedIdes.value.map((ide) => ({
|
|
50516
|
+
...ide,
|
|
50517
|
+
path: ide.path ?? void 0
|
|
50518
|
+
})),
|
|
50516
50519
|
instanceId: `standalone_${machineId}`,
|
|
50517
50520
|
version: pkgVersion,
|
|
50518
50521
|
daemonMode: false
|