adhdev 0.9.82-rc.13 → 0.9.82-rc.14

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