@mutmutco/cli 4.1.0 → 4.1.1

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
@@ -12867,10 +12867,10 @@ var rollout_plan_default = {
12867
12867
  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)."
12868
12868
  },
12869
12869
  baseline: {
12870
- version: "4.1.0",
12871
- tag: "v4.1.0",
12872
- commit: "4080226297a9",
12873
- npm: "@mutmutco/cli@4.1.0"
12870
+ version: "4.1.1",
12871
+ tag: "v4.1.1",
12872
+ commit: "df9ba86cbdba",
12873
+ npm: "@mutmutco/cli@4.1.1"
12874
12874
  },
12875
12875
  exitCriterion: "fleet-n-of-n",
12876
12876
  hubOnlyShortcut: "forbidden",
@@ -12887,14 +12887,14 @@ var rollout_plan_default = {
12887
12887
  repo: "mutmutco/mmi-hub",
12888
12888
  role: "canary",
12889
12889
  schedule: "train",
12890
- v3Target: "v4.1.0"
12890
+ v3Target: "v4.1.1"
12891
12891
  }
12892
12892
  ],
12893
12893
  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.",
12894
12894
  rollback: {
12895
12895
  independent: true,
12896
- mechanism: "npm dist-tag latest -> 4.1.0 and redeploy the Hub Lambda from tag v4.1.0 (4080226297a9); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
12897
- v3Target: "v4.1.0 (@mutmutco/cli@4.1.0, tag commit 4080226297a9 \u2014 last known-good release carrying the repo-index v4-only contract)"
12896
+ mechanism: "npm dist-tag latest -> 4.1.1 and redeploy the Hub Lambda from tag v4.1.1 (df9ba86cbdba); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
12897
+ v3Target: "v4.1.1 (@mutmutco/cli@4.1.1, tag commit df9ba86cbdba \u2014 last known-good release carrying the repo-index v4-only contract)"
12898
12898
  }
12899
12899
  },
12900
12900
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
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",