adhdev 0.8.70 → 0.8.71
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
|
@@ -84919,7 +84919,7 @@ var init_adhdev_daemon = __esm({
|
|
|
84919
84919
|
init_source();
|
|
84920
84920
|
init_version();
|
|
84921
84921
|
init_src();
|
|
84922
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
84922
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.71" });
|
|
84923
84923
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
84924
84924
|
localHttpServer = null;
|
|
84925
84925
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -53215,7 +53215,7 @@ var init_adhdev_daemon = __esm({
|
|
|
53215
53215
|
init_source2();
|
|
53216
53216
|
init_version();
|
|
53217
53217
|
init_src();
|
|
53218
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
53218
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.71" });
|
|
53219
53219
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
53220
53220
|
localHttpServer = null;
|
|
53221
53221
|
localWss = null;
|