adhdev 0.9.76 → 0.9.77-rc.1

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
@@ -94842,7 +94842,7 @@ var init_adhdev_daemon = __esm({
94842
94842
  init_version();
94843
94843
  init_src();
94844
94844
  init_runtime_defaults();
94845
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76" });
94845
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.1" });
94846
94846
  AdhdevDaemon = class _AdhdevDaemon {
94847
94847
  localHttpServer = null;
94848
94848
  localWss = null;