adhdev 0.8.74 → 0.8.75

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
@@ -85267,7 +85267,7 @@ var init_adhdev_daemon = __esm({
85267
85267
  init_source();
85268
85268
  init_version();
85269
85269
  init_src();
85270
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.74" });
85270
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.75" });
85271
85271
  AdhdevDaemon = class _AdhdevDaemon {
85272
85272
  localHttpServer = null;
85273
85273
  localWss = null;
package/dist/index.js CHANGED
@@ -53563,7 +53563,7 @@ var init_adhdev_daemon = __esm({
53563
53563
  init_source2();
53564
53564
  init_version();
53565
53565
  init_src();
53566
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.74" });
53566
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.75" });
53567
53567
  AdhdevDaemon = class _AdhdevDaemon {
53568
53568
  localHttpServer = null;
53569
53569
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.8.74",
3
+ "version": "0.8.75",
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": {