@mutmutco/cli 4.4.2 → 4.4.3

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
@@ -15870,10 +15870,10 @@ var rollout_plan_default = {
15870
15870
  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)."
15871
15871
  },
15872
15872
  baseline: {
15873
- version: "4.4.2",
15874
- tag: "v4.4.2",
15875
- commit: "678e071c6859",
15876
- npm: "@mutmutco/cli@4.4.2"
15873
+ version: "4.4.3",
15874
+ tag: "v4.4.3",
15875
+ commit: "9515c98635f1",
15876
+ npm: "@mutmutco/cli@4.4.3"
15877
15877
  },
15878
15878
  exitCriterion: "fleet-n-of-n",
15879
15879
  hubOnlyShortcut: "forbidden",
@@ -15890,14 +15890,14 @@ var rollout_plan_default = {
15890
15890
  repo: "mutmutco/mmi-hub",
15891
15891
  role: "canary",
15892
15892
  schedule: "train",
15893
- v3Target: "v4.4.2"
15893
+ v3Target: "v4.4.3"
15894
15894
  }
15895
15895
  ],
15896
15896
  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.",
15897
15897
  rollback: {
15898
15898
  independent: true,
15899
- mechanism: "npm dist-tag latest -> 4.4.2 and redeploy the Hub Lambda from tag v4.4.2 (678e071c6859); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
15900
- v3Target: "v4.4.2 (@mutmutco/cli@4.4.2, tag commit 678e071c6859 \u2014 last known-good release carrying the repo-index v4-only contract)"
15899
+ mechanism: "npm dist-tag latest -> 4.4.3 and redeploy the Hub Lambda from tag v4.4.3 (9515c98635f1); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
15900
+ v3Target: "v4.4.3 (@mutmutco/cli@4.4.3, tag commit 9515c98635f1 \u2014 last known-good release carrying the repo-index v4-only contract)"
15901
15901
  }
15902
15902
  },
15903
15903
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
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",