adhdev 0.5.29 → 0.5.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 CHANGED
@@ -30282,7 +30282,7 @@ var init_adhdev_daemon = __esm({
30282
30282
  path2 = __toESM(require("path"));
30283
30283
  crypto2 = __toESM(require("crypto"));
30284
30284
  import_chalk = __toESM(require("chalk"));
30285
- pkgVersion = "0.5.29";
30285
+ pkgVersion = "0.5.30";
30286
30286
  if (pkgVersion === "unknown") {
30287
30287
  try {
30288
30288
  const possiblePaths = [
package/dist/index.js CHANGED
@@ -30282,7 +30282,7 @@ var init_adhdev_daemon = __esm({
30282
30282
  path2 = __toESM(require("path"));
30283
30283
  crypto2 = __toESM(require("crypto"));
30284
30284
  import_chalk = __toESM(require("chalk"));
30285
- pkgVersion = "0.5.29";
30285
+ pkgVersion = "0.5.30";
30286
30286
  if (pkgVersion === "unknown") {
30287
30287
  try {
30288
30288
  const possiblePaths = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.5.29",
3
+ "version": "0.5.30",
4
4
  "description": "ADHDev — Agent Dashboard Hub for Dev. Remote-control AI coding agents from anywhere.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "conf": "^13.0.0",
48
48
  "inquirer": "^9.3.0",
49
49
  "node-datachannel": "^0.32.1",
50
- "node-pty": "^1.0.0",
50
+ "node-pty": "1.2.0-beta.12",
51
51
  "open": "^10.1.0",
52
52
  "ora": "^8.0.0",
53
53
  "ws": "^8.19.0"