adhdev 0.8.101 → 0.9.0
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/cli/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +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.
|
|
87064
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.0" });
|
|
87065
87065
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87066
87066
|
localHttpServer = null;
|
|
87067
87067
|
localWss = null;
|