@mutmutco/hub 3.137.0 → 3.139.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/README.md +2 -2
- package/dist/index.cjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,6 +24,6 @@ mmi-hub autoupdate on|off idempotently enable or disable scheduling; off
|
|
|
24
24
|
|
|
25
25
|
`status` and the no-argument command are read-only. They never install, heal, create state, change the schedule, or clean a repository.
|
|
26
26
|
|
|
27
|
-
State remains under `~/.mmi/updater` (override with `$MMI_UPDATER_HOME`)
|
|
27
|
+
State remains under `~/.mmi/updater` (override with `$MMI_UPDATER_HOME`) so existing journals and the **MMI Fleet Updater** Windows task continue in place.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
`@mutmutco/updater@3.137.0` was the final historical compatibility release and remains installable for existing lockfiles. Its `mmi-updater` wrapper delegates to the exact-version `@mutmutco/hub`: old `reconcile`/`run`, `install`, `uninstall`, and `verify`/`stamp` calls map to `mmi-hub update`, `install`, `autoupdate off`, and `status` respectively. New installs and all releases after 3.137.0 use only `@mutmutco/hub` / `mmi-hub`.
|
package/dist/index.cjs
CHANGED
|
@@ -2026,8 +2026,8 @@ var HELP = `mmi-hub ${ownVersion()} \u2014 install and maintain MMI tooling
|
|
|
2026
2026
|
autoupdate on|off idempotently enable or disable hourly convergence; off keeps tools
|
|
2027
2027
|
--version print the Hub maintenance package version
|
|
2028
2028
|
|
|
2029
|
-
State remains under $MMI_UPDATER_HOME (default ~/.mmi/updater)
|
|
2030
|
-
|
|
2029
|
+
State remains under $MMI_UPDATER_HOME (default ~/.mmi/updater), and the Windows task name remains
|
|
2030
|
+
"MMI Fleet Updater", so existing installations continue in place.
|
|
2031
2031
|
Status performs no npm install, host repair, scheduler write, state mkdir, or repository cleanup.`;
|
|
2032
2032
|
function printReconcile(summary, json) {
|
|
2033
2033
|
if (json) {
|
package/package.json
CHANGED