adhdev 0.9.82-rc.67 → 0.9.82-rc.68

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.
@@ -102310,7 +102310,7 @@ var init_adhdev_daemon = __esm({
102310
102310
  init_version();
102311
102311
  init_src();
102312
102312
  init_runtime_defaults();
102313
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.67" });
102313
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.68" });
102314
102314
  AdhdevDaemon = class _AdhdevDaemon {
102315
102315
  localHttpServer = null;
102316
102316
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -102280,7 +102280,7 @@ var init_adhdev_daemon = __esm({
102280
102280
  init_version();
102281
102281
  init_src();
102282
102282
  init_runtime_defaults();
102283
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.67" });
102283
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.68" });
102284
102284
  AdhdevDaemon = class _AdhdevDaemon {
102285
102285
  localHttpServer = null;
102286
102286
  localWss = null;
package/dist/index.js CHANGED
@@ -71107,7 +71107,7 @@ var init_adhdev_daemon = __esm({
71107
71107
  init_version();
71108
71108
  init_src();
71109
71109
  init_runtime_defaults();
71110
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.67" });
71110
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.68" });
71111
71111
  AdhdevDaemon = class _AdhdevDaemon {
71112
71112
  localHttpServer = null;
71113
71113
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.67",
3
+ "version": "0.9.82-rc.68",
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": {
@@ -49,7 +49,7 @@
49
49
  "node": ">=18"
50
50
  },
51
51
  "dependencies": {
52
- "@adhdev/daemon-core": "0.9.82-rc.67",
52
+ "@adhdev/daemon-core": "0.9.82-rc.68",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",