adhdev 0.8.92 → 0.8.93
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
|
@@ -86532,7 +86532,7 @@ var init_adhdev_daemon = __esm({
|
|
|
86532
86532
|
init_version();
|
|
86533
86533
|
init_src();
|
|
86534
86534
|
init_runtime_defaults();
|
|
86535
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
86535
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.93" });
|
|
86536
86536
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
86537
86537
|
localHttpServer = null;
|
|
86538
86538
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -54827,7 +54827,7 @@ var init_adhdev_daemon = __esm({
|
|
|
54827
54827
|
init_version();
|
|
54828
54828
|
init_src();
|
|
54829
54829
|
init_runtime_defaults();
|
|
54830
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
54830
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.93" });
|
|
54831
54831
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
54832
54832
|
localHttpServer = null;
|
|
54833
54833
|
localWss = null;
|