adhdev 0.8.100 → 0.8.102

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
@@ -87061,7 +87061,7 @@ var init_adhdev_daemon = __esm({
87061
87061
  init_version();
87062
87062
  init_src();
87063
87063
  init_runtime_defaults();
87064
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.100" });
87064
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.102" });
87065
87065
  AdhdevDaemon = class _AdhdevDaemon {
87066
87066
  localHttpServer = null;
87067
87067
  localWss = null;
package/dist/index.js CHANGED
@@ -55341,7 +55341,7 @@ var init_adhdev_daemon = __esm({
55341
55341
  init_version();
55342
55342
  init_src();
55343
55343
  init_runtime_defaults();
55344
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.100" });
55344
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.102" });
55345
55345
  AdhdevDaemon = class _AdhdevDaemon {
55346
55346
  localHttpServer = null;
55347
55347
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.8.100",
3
+ "version": "0.8.102",
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": {