@mutmutco/cli 3.110.0 → 3.111.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.
Files changed (2) hide show
  1. package/dist/main.cjs +7 -7
  2. package/package.json +1 -1
package/dist/main.cjs CHANGED
@@ -15618,10 +15618,10 @@ var rollout_plan_default = {
15618
15618
  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)."
15619
15619
  },
15620
15620
  baseline: {
15621
- version: "3.110.0",
15622
- tag: "v3.110.0",
15623
- commit: "6417e1ccdaf4",
15624
- npm: "@mutmutco/cli@3.110.0"
15621
+ version: "3.111.0",
15622
+ tag: "v3.111.0",
15623
+ commit: "ef48be2432be",
15624
+ npm: "@mutmutco/cli@3.111.0"
15625
15625
  },
15626
15626
  exitCriterion: "fleet-n-of-n",
15627
15627
  hubOnlyShortcut: "forbidden",
@@ -15638,14 +15638,14 @@ var rollout_plan_default = {
15638
15638
  repo: "mutmutco/mmi-hub",
15639
15639
  role: "canary",
15640
15640
  schedule: "train",
15641
- v3Target: "v3.110.0"
15641
+ v3Target: "v3.111.0"
15642
15642
  }
15643
15643
  ],
15644
15644
  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.",
15645
15645
  rollback: {
15646
15646
  independent: true,
15647
- mechanism: "npm dist-tag latest -> 3.110.0 and redeploy the Hub Lambda from tag v3.110.0 (6417e1ccdaf4); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
15648
- v3Target: "v3.110.0 (@mutmutco/cli@3.110.0, tag commit 6417e1ccdaf4 \u2014 the preserved latest-v3 distribution, D6b)"
15647
+ mechanism: "npm dist-tag latest -> 3.111.0 and redeploy the Hub Lambda from tag v3.111.0 (ef48be2432be); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
15648
+ v3Target: "v3.111.0 (@mutmutco/cli@3.111.0, tag commit ef48be2432be \u2014 the preserved latest-v3 distribution, D6b)"
15649
15649
  }
15650
15650
  },
15651
15651
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "3.110.0",
3
+ "version": "3.111.0",
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",