adhdev 0.9.82-rc.32 → 0.9.82-rc.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/cli/index.js CHANGED
@@ -98651,7 +98651,7 @@ var init_adhdev_daemon = __esm({
98651
98651
  init_version();
98652
98652
  init_src();
98653
98653
  init_runtime_defaults();
98654
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.32" });
98654
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.33" });
98655
98655
  AdhdevDaemon = class _AdhdevDaemon {
98656
98656
  localHttpServer = null;
98657
98657
  localWss = null;
package/dist/index.js CHANGED
@@ -67478,7 +67478,7 @@ var init_adhdev_daemon = __esm({
67478
67478
  init_version();
67479
67479
  init_src();
67480
67480
  init_runtime_defaults();
67481
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.32" });
67481
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.33" });
67482
67482
  AdhdevDaemon = class _AdhdevDaemon {
67483
67483
  localHttpServer = null;
67484
67484
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.32",
3
+ "version": "0.9.82-rc.33",
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
  "node": ">=18"
48
48
  },
49
49
  "dependencies": {
50
- "@adhdev/daemon-core": "0.9.82-rc.32",
50
+ "@adhdev/daemon-core": "0.9.82-rc.33",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",