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 +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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.
|
|
97698
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.1" });
|
|
97699
97699
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
97700
97700
|
localHttpServer = null;
|
|
97701
97701
|
localWss = null;
|