@mutmutco/cli 4.0.4 → 4.0.6

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
@@ -10823,10 +10823,10 @@ var rollout_plan_default = {
10823
10823
  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)."
10824
10824
  },
10825
10825
  baseline: {
10826
- version: "4.0.4",
10827
- tag: "v4.0.4",
10828
- commit: "d642c1b5284e",
10829
- npm: "@mutmutco/cli@4.0.4"
10826
+ version: "4.0.6",
10827
+ tag: "v4.0.6",
10828
+ commit: "db8bfd71de55",
10829
+ npm: "@mutmutco/cli@4.0.6"
10830
10830
  },
10831
10831
  exitCriterion: "fleet-n-of-n",
10832
10832
  hubOnlyShortcut: "forbidden",
@@ -10843,14 +10843,14 @@ var rollout_plan_default = {
10843
10843
  repo: "mutmutco/mmi-hub",
10844
10844
  role: "canary",
10845
10845
  schedule: "train",
10846
- v3Target: "v4.0.4"
10846
+ v3Target: "v4.0.6"
10847
10847
  }
10848
10848
  ],
10849
10849
  rollbackTrigger: "Any red inside the post-contract soak window: `devops train gate` FAIL attributable to the v4 doors, Hub endpoint health probe failure, a pre-v4 client admitted instead of receiving actionable HTTP 426, or npm consumer install/doctor failure on the v4-only dist.",
10850
10850
  rollback: {
10851
10851
  independent: true,
10852
- mechanism: "npm dist-tag latest -> 4.0.4 and redeploy the Hub Lambda from tag v4.0.4 (d642c1b5284e); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
10853
- v3Target: "v4.0.4 (@mutmutco/cli@4.0.4, tag commit d642c1b5284e \u2014 last known-good release carrying the repo-index v4-only contract)"
10852
+ mechanism: "npm dist-tag latest -> 4.0.6 and redeploy the Hub Lambda from tag v4.0.6 (db8bfd71de55); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
10853
+ v3Target: "v4.0.6 (@mutmutco/cli@4.0.6, tag commit db8bfd71de55 \u2014 last known-good release carrying the repo-index v4-only contract)"
10854
10854
  }
10855
10855
  },
10856
10856
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
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",