adhdev 0.9.82-rc.11 → 0.9.82-rc.12

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
@@ -98099,7 +98099,7 @@ var init_adhdev_daemon = __esm({
98099
98099
  init_version();
98100
98100
  init_src();
98101
98101
  init_runtime_defaults();
98102
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.11" });
98102
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.12" });
98103
98103
  AdhdevDaemon = class _AdhdevDaemon {
98104
98104
  localHttpServer = null;
98105
98105
  localWss = null;
package/dist/index.js CHANGED
@@ -66926,7 +66926,7 @@ var init_adhdev_daemon = __esm({
66926
66926
  init_version();
66927
66927
  init_src();
66928
66928
  init_runtime_defaults();
66929
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.11" });
66929
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.12" });
66930
66930
  AdhdevDaemon = class _AdhdevDaemon {
66931
66931
  localHttpServer = null;
66932
66932
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.11",
3
+ "version": "0.9.82-rc.12",
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.11",
50
+ "@adhdev/daemon-core": "0.9.82-rc.12",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",