adhdev 0.9.57 → 0.9.58
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
|
@@ -90289,7 +90289,7 @@ var init_adhdev_daemon = __esm({
|
|
|
90289
90289
|
init_version();
|
|
90290
90290
|
init_src();
|
|
90291
90291
|
init_runtime_defaults();
|
|
90292
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
90292
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.58" });
|
|
90293
90293
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
90294
90294
|
localHttpServer = null;
|
|
90295
90295
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -59147,7 +59147,7 @@ var init_adhdev_daemon = __esm({
|
|
|
59147
59147
|
init_version();
|
|
59148
59148
|
init_src();
|
|
59149
59149
|
init_runtime_defaults();
|
|
59150
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
59150
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.58" });
|
|
59151
59151
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
59152
59152
|
localHttpServer = null;
|
|
59153
59153
|
localWss = null;
|