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/cli/index.js
CHANGED
|
@@ -6975,7 +6975,6 @@ var init_reporter = __esm({
|
|
|
6975
6975
|
const payload = {
|
|
6976
6976
|
daemonMode: true,
|
|
6977
6977
|
version: this.deps.daemonVersion || "unknown",
|
|
6978
|
-
machineNickname: cfg.machineNickname || null,
|
|
6979
6978
|
workspaces: wsState.workspaces,
|
|
6980
6979
|
defaultWorkspaceId: wsState.defaultWorkspaceId,
|
|
6981
6980
|
defaultWorkspacePath: wsState.defaultWorkspacePath,
|
|
@@ -7018,9 +7017,6 @@ var init_reporter = __esm({
|
|
|
7018
7017
|
if (opts?.p2pOnly) return;
|
|
7019
7018
|
const wsPayload = {
|
|
7020
7019
|
daemonMode: true,
|
|
7021
|
-
machineNickname: payload.machineNickname,
|
|
7022
|
-
defaultWorkspaceId: wsState.defaultWorkspaceId,
|
|
7023
|
-
workspaceCount: (wsState.workspaces || []).length,
|
|
7024
7020
|
// managedIdes: server only saves id, type, cdpConnected
|
|
7025
7021
|
managedIdes: managedIdes.map((ide) => ({
|
|
7026
7022
|
ideType: ide.ideType,
|
|
@@ -31188,7 +31184,7 @@ var init_adhdev_daemon = __esm({
|
|
|
31188
31184
|
fs11 = __toESM(require("fs"));
|
|
31189
31185
|
path14 = __toESM(require("path"));
|
|
31190
31186
|
import_chalk2 = __toESM(require("chalk"));
|
|
31191
|
-
pkgVersion = "0.6.
|
|
31187
|
+
pkgVersion = "0.6.32";
|
|
31192
31188
|
if (pkgVersion === "unknown") {
|
|
31193
31189
|
try {
|
|
31194
31190
|
const possiblePaths = [
|