adhdev 0.9.82-rc.81 → 0.9.82-rc.82

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.
@@ -102174,7 +102174,7 @@ var init_adhdev_daemon = __esm({
102174
102174
  init_version();
102175
102175
  init_src();
102176
102176
  init_runtime_defaults();
102177
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.81" });
102177
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.82" });
102178
102178
  AdhdevDaemon = class _AdhdevDaemon {
102179
102179
  localHttpServer = null;
102180
102180
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -102144,7 +102144,7 @@ var init_adhdev_daemon = __esm({
102144
102144
  init_version();
102145
102145
  init_src();
102146
102146
  init_runtime_defaults();
102147
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.81" });
102147
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.82" });
102148
102148
  AdhdevDaemon = class _AdhdevDaemon {
102149
102149
  localHttpServer = null;
102150
102150
  localWss = null;
package/dist/index.js CHANGED
@@ -70971,7 +70971,7 @@ var init_adhdev_daemon = __esm({
70971
70971
  init_version();
70972
70972
  init_src();
70973
70973
  init_runtime_defaults();
70974
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.81" });
70974
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.82" });
70975
70975
  AdhdevDaemon = class _AdhdevDaemon {
70976
70976
  localHttpServer = null;
70977
70977
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.81",
3
+ "version": "0.9.82-rc.82",
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.81",
52
+ "@adhdev/daemon-core": "0.9.82-rc.82",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",