@mutmutco/cli 4.2.4 → 4.2.5

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
@@ -11802,10 +11802,10 @@ var rollout_plan_default = {
11802
11802
  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)."
11803
11803
  },
11804
11804
  baseline: {
11805
- version: "4.2.4",
11806
- tag: "v4.2.4",
11807
- commit: "91aa25abb871",
11808
- npm: "@mutmutco/cli@4.2.4"
11805
+ version: "4.2.5",
11806
+ tag: "v4.2.5",
11807
+ commit: "258de06d0766",
11808
+ npm: "@mutmutco/cli@4.2.5"
11809
11809
  },
11810
11810
  exitCriterion: "fleet-n-of-n",
11811
11811
  hubOnlyShortcut: "forbidden",
@@ -11822,14 +11822,14 @@ var rollout_plan_default = {
11822
11822
  repo: "mutmutco/mmi-hub",
11823
11823
  role: "canary",
11824
11824
  schedule: "train",
11825
- v3Target: "v4.2.4"
11825
+ v3Target: "v4.2.5"
11826
11826
  }
11827
11827
  ],
11828
11828
  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.",
11829
11829
  rollback: {
11830
11830
  independent: true,
11831
- mechanism: "npm dist-tag latest -> 4.2.4 and redeploy the Hub Lambda from tag v4.2.4 (91aa25abb871); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
11832
- v3Target: "v4.2.4 (@mutmutco/cli@4.2.4, tag commit 91aa25abb871 \u2014 last known-good release carrying the repo-index v4-only contract)"
11831
+ mechanism: "npm dist-tag latest -> 4.2.5 and redeploy the Hub Lambda from tag v4.2.5 (258de06d0766); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
11832
+ v3Target: "v4.2.5 (@mutmutco/cli@4.2.5, tag commit 258de06d0766 \u2014 last known-good release carrying the repo-index v4-only contract)"
11833
11833
  }
11834
11834
  },
11835
11835
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
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",