adhdev 0.9.82-rc.20 → 0.9.82-rc.21

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
@@ -98169,7 +98169,7 @@ var init_adhdev_daemon = __esm({
98169
98169
  init_version();
98170
98170
  init_src();
98171
98171
  init_runtime_defaults();
98172
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.20" });
98172
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.21" });
98173
98173
  AdhdevDaemon = class _AdhdevDaemon {
98174
98174
  localHttpServer = null;
98175
98175
  localWss = null;
package/dist/index.js CHANGED
@@ -66999,7 +66999,7 @@ var init_adhdev_daemon = __esm({
66999
66999
  init_version();
67000
67000
  init_src();
67001
67001
  init_runtime_defaults();
67002
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.20" });
67002
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.21" });
67003
67003
  AdhdevDaemon = class _AdhdevDaemon {
67004
67004
  localHttpServer = null;
67005
67005
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.20",
3
+ "version": "0.9.82-rc.21",
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.20",
50
+ "@adhdev/daemon-core": "0.9.82-rc.21",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",