adhdev 0.9.82-rc.112 → 0.9.82-rc.113

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.
@@ -103208,7 +103208,7 @@ var init_adhdev_daemon = __esm({
103208
103208
  init_version();
103209
103209
  init_src();
103210
103210
  init_runtime_defaults();
103211
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.112" });
103211
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.113" });
103212
103212
  AdhdevDaemon = class _AdhdevDaemon {
103213
103213
  localHttpServer = null;
103214
103214
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -103178,7 +103178,7 @@ var init_adhdev_daemon = __esm({
103178
103178
  init_version();
103179
103179
  init_src();
103180
103180
  init_runtime_defaults();
103181
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.112" });
103181
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.113" });
103182
103182
  AdhdevDaemon = class _AdhdevDaemon {
103183
103183
  localHttpServer = null;
103184
103184
  localWss = null;
package/dist/index.js CHANGED
@@ -72005,7 +72005,7 @@ var init_adhdev_daemon = __esm({
72005
72005
  init_version();
72006
72006
  init_src();
72007
72007
  init_runtime_defaults();
72008
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.112" });
72008
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.113" });
72009
72009
  AdhdevDaemon = class _AdhdevDaemon {
72010
72010
  localHttpServer = null;
72011
72011
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.112",
3
+ "version": "0.9.82-rc.113",
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.112",
52
+ "@adhdev/daemon-core": "0.9.82-rc.113",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",