adhdev 0.9.81 → 0.9.82-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
@@ -97695,7 +97695,7 @@ var init_adhdev_daemon = __esm({
97695
97695
  init_version();
97696
97696
  init_src();
97697
97697
  init_runtime_defaults();
97698
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.81" });
97698
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.1" });
97699
97699
  AdhdevDaemon = class _AdhdevDaemon {
97700
97700
  localHttpServer = null;
97701
97701
  localWss = null;