adhdev 0.9.82-rc.15 → 0.9.82-rc.17

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
@@ -98091,7 +98091,7 @@ var init_adhdev_daemon = __esm({
98091
98091
  init_version();
98092
98092
  init_src();
98093
98093
  init_runtime_defaults();
98094
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.15" });
98094
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.17" });
98095
98095
  AdhdevDaemon = class _AdhdevDaemon {
98096
98096
  localHttpServer = null;
98097
98097
  localWss = null;
package/dist/index.js CHANGED
@@ -66921,7 +66921,7 @@ var init_adhdev_daemon = __esm({
66921
66921
  init_version();
66922
66922
  init_src();
66923
66923
  init_runtime_defaults();
66924
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.15" });
66924
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.17" });
66925
66925
  AdhdevDaemon = class _AdhdevDaemon {
66926
66926
  localHttpServer = null;
66927
66927
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.15",
3
+ "version": "0.9.82-rc.17",
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.15",
50
+ "@adhdev/daemon-core": "0.9.82-rc.17",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",