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/cli/index.js
CHANGED
|
@@ -93048,7 +93048,9 @@ var init_daemon_mesh_manager = __esm({
|
|
|
93048
93048
|
"git_diff_summary",
|
|
93049
93049
|
"launch_cli",
|
|
93050
93050
|
"git_checkpoint",
|
|
93051
|
-
"resolve_action"
|
|
93051
|
+
"resolve_action",
|
|
93052
|
+
"clone_mesh_node",
|
|
93053
|
+
"remove_mesh_node"
|
|
93052
93054
|
]);
|
|
93053
93055
|
setRules(rules) {
|
|
93054
93056
|
const valid = [];
|
|
@@ -93339,7 +93341,7 @@ var init_adhdev_daemon = __esm({
|
|
|
93339
93341
|
init_version();
|
|
93340
93342
|
init_src();
|
|
93341
93343
|
init_runtime_defaults();
|
|
93342
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.
|
|
93344
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.15" });
|
|
93343
93345
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
93344
93346
|
localHttpServer = null;
|
|
93345
93347
|
localWss = null;
|