adhdev 0.9.76-rc.13 → 0.9.76-rc.15
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 +4 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -61906,7 +61906,9 @@ var init_daemon_mesh_manager = __esm({
|
|
|
61906
61906
|
"git_diff_summary",
|
|
61907
61907
|
"launch_cli",
|
|
61908
61908
|
"git_checkpoint",
|
|
61909
|
-
"resolve_action"
|
|
61909
|
+
"resolve_action",
|
|
61910
|
+
"clone_mesh_node",
|
|
61911
|
+
"remove_mesh_node"
|
|
61910
61912
|
]);
|
|
61911
61913
|
setRules(rules) {
|
|
61912
61914
|
const valid = [];
|
|
@@ -62197,7 +62199,7 @@ var init_adhdev_daemon = __esm({
|
|
|
62197
62199
|
init_version();
|
|
62198
62200
|
init_src();
|
|
62199
62201
|
init_runtime_defaults();
|
|
62200
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.
|
|
62202
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.15" });
|
|
62201
62203
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
62202
62204
|
localHttpServer = null;
|
|
62203
62205
|
localWss = null;
|