adhdev 0.8.74 → 0.8.75
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
|
@@ -85267,7 +85267,7 @@ var init_adhdev_daemon = __esm({
|
|
|
85267
85267
|
init_source();
|
|
85268
85268
|
init_version();
|
|
85269
85269
|
init_src();
|
|
85270
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
85270
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.75" });
|
|
85271
85271
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
85272
85272
|
localHttpServer = null;
|
|
85273
85273
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -53563,7 +53563,7 @@ var init_adhdev_daemon = __esm({
|
|
|
53563
53563
|
init_source2();
|
|
53564
53564
|
init_version();
|
|
53565
53565
|
init_src();
|
|
53566
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
53566
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.75" });
|
|
53567
53567
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
53568
53568
|
localHttpServer = null;
|
|
53569
53569
|
localWss = null;
|