@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 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`) during the compatibility window so existing journals and the **MMI Fleet Updater** Windows task migrate in place.
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
- The deprecated `@mutmutco/updater` package and `mmi-updater` binary remain as a one-window warning wrapper. Old `reconcile`/`run`, `install`, `uninstall`, and `verify`/`stamp` calls map to `mmi-hub update`, `install`, `autoupdate off`, and `status` respectively.
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) for the compatibility window. The
2030
- Windows task name also remains "MMI Fleet Updater", so existing installations migrate in place.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/hub",
3
- "version": "3.137.0",
3
+ "version": "3.139.0",
4
4
  "description": "Install and maintain the MMI CLI and every present host surface from one release-gated Hub command.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",