adhdev 0.9.20 → 0.9.21
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/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -87400,7 +87400,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87400
87400
|
init_version();
|
|
87401
87401
|
init_src();
|
|
87402
87402
|
init_runtime_defaults();
|
|
87403
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
87403
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.21" });
|
|
87404
87404
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87405
87405
|
localHttpServer = null;
|
|
87406
87406
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -55680,7 +55680,7 @@ var init_adhdev_daemon = __esm({
|
|
|
55680
55680
|
init_version();
|
|
55681
55681
|
init_src();
|
|
55682
55682
|
init_runtime_defaults();
|
|
55683
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
55683
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.21" });
|
|
55684
55684
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
55685
55685
|
localHttpServer = null;
|
|
55686
55686
|
localWss = null;
|