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/index.js
CHANGED
|
@@ -66522,7 +66522,7 @@ var init_adhdev_daemon = __esm({
|
|
|
66522
66522
|
init_version();
|
|
66523
66523
|
init_src();
|
|
66524
66524
|
init_runtime_defaults();
|
|
66525
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
66525
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.1" });
|
|
66526
66526
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
66527
66527
|
localHttpServer = null;
|
|
66528
66528
|
localWss = null;
|