@mutmutco/cli 4.3.59 → 4.3.60

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
@@ -15788,10 +15788,10 @@ var rollout_plan_default = {
15788
15788
  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)."
15789
15789
  },
15790
15790
  baseline: {
15791
- version: "4.3.59",
15792
- tag: "v4.3.59",
15793
- commit: "0f695d53cba6",
15794
- npm: "@mutmutco/cli@4.3.59"
15791
+ version: "4.3.60",
15792
+ tag: "v4.3.60",
15793
+ commit: "7602c0b24dc9",
15794
+ npm: "@mutmutco/cli@4.3.60"
15795
15795
  },
15796
15796
  exitCriterion: "fleet-n-of-n",
15797
15797
  hubOnlyShortcut: "forbidden",
@@ -15808,14 +15808,14 @@ var rollout_plan_default = {
15808
15808
  repo: "mutmutco/mmi-hub",
15809
15809
  role: "canary",
15810
15810
  schedule: "train",
15811
- v3Target: "v4.3.59"
15811
+ v3Target: "v4.3.60"
15812
15812
  }
15813
15813
  ],
15814
15814
  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.",
15815
15815
  rollback: {
15816
15816
  independent: true,
15817
- mechanism: "npm dist-tag latest -> 4.3.59 and redeploy the Hub Lambda from tag v4.3.59 (0f695d53cba6); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
15818
- v3Target: "v4.3.59 (@mutmutco/cli@4.3.59, tag commit 0f695d53cba6 \u2014 last known-good release carrying the repo-index v4-only contract)"
15817
+ mechanism: "npm dist-tag latest -> 4.3.60 and redeploy the Hub Lambda from tag v4.3.60 (7602c0b24dc9); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
15818
+ v3Target: "v4.3.60 (@mutmutco/cli@4.3.60, tag commit 7602c0b24dc9 \u2014 last known-good release carrying the repo-index v4-only contract)"
15819
15819
  }
15820
15820
  },
15821
15821
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "4.3.59",
3
+ "version": "4.3.60",
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",