@mutmutco/cli 3.139.6 → 3.139.8

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.
Files changed (2) hide show
  1. package/dist/main.cjs +7 -7
  2. package/package.json +1 -1
package/dist/main.cjs CHANGED
@@ -10746,10 +10746,10 @@ var rollout_plan_default = {
10746
10746
  note: "The v4.0.0 stamp happens at cut time (D6e #4463); until then the candidate is the origin/development head artifacts (built cli/dist + npm pack), identity proven by dist content hash (D6a)."
10747
10747
  },
10748
10748
  baseline: {
10749
- version: "3.139.6",
10750
- tag: "v3.139.6",
10751
- commit: "ce91ffb99eab",
10752
- npm: "@mutmutco/cli@3.139.6"
10749
+ version: "3.139.8",
10750
+ tag: "v3.139.8",
10751
+ commit: "dd380b232d92",
10752
+ npm: "@mutmutco/cli@3.139.8"
10753
10753
  },
10754
10754
  exitCriterion: "fleet-n-of-n",
10755
10755
  hubOnlyShortcut: "forbidden",
@@ -10766,14 +10766,14 @@ var rollout_plan_default = {
10766
10766
  repo: "mutmutco/mmi-hub",
10767
10767
  role: "canary",
10768
10768
  schedule: "train",
10769
- v3Target: "v3.139.6"
10769
+ v3Target: "v3.139.8"
10770
10770
  }
10771
10771
  ],
10772
10772
  rollbackTrigger: "Any red inside the post-cut soak window: `devops train gate` FAIL attributable to the v4 doors, Hub endpoint health probe failure, a v3 client refused while the compat window must still admit it (SUPPORTED_MINOR_WINDOW=2, MIN_CLIENT_VERSION 0.0.0 \u2014 D6a), or npm consumer install/doctor failure on the v4 dist.",
10773
10773
  rollback: {
10774
10774
  independent: true,
10775
- mechanism: "npm dist-tag latest -> 3.139.6 and redeploy the Hub Lambda from tag v3.139.6 (ce91ffb99eab); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
10776
- v3Target: "v3.139.6 (@mutmutco/cli@3.139.6, tag commit ce91ffb99eab \u2014 the preserved latest-v3 distribution, D6b)"
10775
+ mechanism: "npm dist-tag latest -> 3.139.8 and redeploy the Hub Lambda from tag v3.139.8 (dd380b232d92); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
10776
+ v3Target: "v3.139.8 (@mutmutco/cli@3.139.8, tag commit dd380b232d92 \u2014 the preserved latest-v3 distribution, D6b)"
10777
10777
  }
10778
10778
  },
10779
10779
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "3.139.6",
3
+ "version": "3.139.8",
4
4
  "description": "MMI Future CLI — the org dev toolbox and shared cross-IDE engine for every registry-declared MMI coding surface.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",