adhdev 0.6.31 → 0.6.32
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 +1 -5
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6779,7 +6779,6 @@ var init_reporter = __esm({
|
|
|
6779
6779
|
const payload = {
|
|
6780
6780
|
daemonMode: true,
|
|
6781
6781
|
version: this.deps.daemonVersion || "unknown",
|
|
6782
|
-
machineNickname: cfg.machineNickname || null,
|
|
6783
6782
|
workspaces: wsState.workspaces,
|
|
6784
6783
|
defaultWorkspaceId: wsState.defaultWorkspaceId,
|
|
6785
6784
|
defaultWorkspacePath: wsState.defaultWorkspacePath,
|
|
@@ -6822,9 +6821,6 @@ var init_reporter = __esm({
|
|
|
6822
6821
|
if (opts?.p2pOnly) return;
|
|
6823
6822
|
const wsPayload = {
|
|
6824
6823
|
daemonMode: true,
|
|
6825
|
-
machineNickname: payload.machineNickname,
|
|
6826
|
-
defaultWorkspaceId: wsState.defaultWorkspaceId,
|
|
6827
|
-
workspaceCount: (wsState.workspaces || []).length,
|
|
6828
6824
|
// managedIdes: server only saves id, type, cdpConnected
|
|
6829
6825
|
managedIdes: managedIdes.map((ide) => ({
|
|
6830
6826
|
ideType: ide.ideType,
|
|
@@ -30748,7 +30744,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30748
30744
|
fs11 = __toESM(require("fs"));
|
|
30749
30745
|
path14 = __toESM(require("path"));
|
|
30750
30746
|
import_chalk2 = __toESM(require("chalk"));
|
|
30751
|
-
pkgVersion = "0.6.
|
|
30747
|
+
pkgVersion = "0.6.32";
|
|
30752
30748
|
if (pkgVersion === "unknown") {
|
|
30753
30749
|
try {
|
|
30754
30750
|
const possiblePaths = [
|