adhdev 0.9.76-rc.14 → 0.9.76-rc.15

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
@@ -93341,7 +93341,7 @@ var init_adhdev_daemon = __esm({
93341
93341
  init_version();
93342
93342
  init_src();
93343
93343
  init_runtime_defaults();
93344
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.14" });
93344
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.15" });
93345
93345
  AdhdevDaemon = class _AdhdevDaemon {
93346
93346
  localHttpServer = null;
93347
93347
  localWss = null;
package/dist/index.js CHANGED
@@ -62199,7 +62199,7 @@ var init_adhdev_daemon = __esm({
62199
62199
  init_version();
62200
62200
  init_src();
62201
62201
  init_runtime_defaults();
62202
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.14" });
62202
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.15" });
62203
62203
  AdhdevDaemon = class _AdhdevDaemon {
62204
62204
  localHttpServer = null;
62205
62205
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.14",
3
+ "version": "0.9.76-rc.15",
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.76-rc.14",
50
+ "@adhdev/daemon-core": "0.9.76-rc.15",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",