adhdev 0.9.18 → 0.9.19
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
|
@@ -87246,7 +87246,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87246
87246
|
init_version();
|
|
87247
87247
|
init_src();
|
|
87248
87248
|
init_runtime_defaults();
|
|
87249
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
87249
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.19" });
|
|
87250
87250
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87251
87251
|
localHttpServer = null;
|
|
87252
87252
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -55526,7 +55526,7 @@ var init_adhdev_daemon = __esm({
|
|
|
55526
55526
|
init_version();
|
|
55527
55527
|
init_src();
|
|
55528
55528
|
init_runtime_defaults();
|
|
55529
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
55529
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.19" });
|
|
55530
55530
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
55531
55531
|
localHttpServer = null;
|
|
55532
55532
|
localWss = null;
|