adhdev 0.9.1 → 0.9.2

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
@@ -87095,7 +87095,7 @@ var init_adhdev_daemon = __esm({
87095
87095
  init_version();
87096
87096
  init_src();
87097
87097
  init_runtime_defaults();
87098
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.1" });
87098
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.2" });
87099
87099
  AdhdevDaemon = class _AdhdevDaemon {
87100
87100
  localHttpServer = null;
87101
87101
  localWss = null;
package/dist/index.js CHANGED
@@ -55375,7 +55375,7 @@ var init_adhdev_daemon = __esm({
55375
55375
  init_version();
55376
55376
  init_src();
55377
55377
  init_runtime_defaults();
55378
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.1" });
55378
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.2" });
55379
55379
  AdhdevDaemon = class _AdhdevDaemon {
55380
55380
  localHttpServer = null;
55381
55381
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
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": {