adhdev 0.8.79 → 0.8.80
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
|
@@ -85867,7 +85867,7 @@ var init_adhdev_daemon = __esm({
|
|
|
85867
85867
|
init_source();
|
|
85868
85868
|
init_version();
|
|
85869
85869
|
init_src();
|
|
85870
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
85870
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.80" });
|
|
85871
85871
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
85872
85872
|
localHttpServer = null;
|
|
85873
85873
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -54163,7 +54163,7 @@ var init_adhdev_daemon = __esm({
|
|
|
54163
54163
|
init_source2();
|
|
54164
54164
|
init_version();
|
|
54165
54165
|
init_src();
|
|
54166
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
54166
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.80" });
|
|
54167
54167
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
54168
54168
|
localHttpServer = null;
|
|
54169
54169
|
localWss = null;
|