adhdev 0.8.100 → 0.8.101
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
|
@@ -87061,7 +87061,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87061
87061
|
init_version();
|
|
87062
87062
|
init_src();
|
|
87063
87063
|
init_runtime_defaults();
|
|
87064
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
87064
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.101" });
|
|
87065
87065
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87066
87066
|
localHttpServer = null;
|
|
87067
87067
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -55341,7 +55341,7 @@ var init_adhdev_daemon = __esm({
|
|
|
55341
55341
|
init_version();
|
|
55342
55342
|
init_src();
|
|
55343
55343
|
init_runtime_defaults();
|
|
55344
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
55344
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.101" });
|
|
55345
55345
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
55346
55346
|
localHttpServer = null;
|
|
55347
55347
|
localWss = null;
|