@mutmutco/cli 3.132.0 → 3.132.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
@@ -14200,10 +14200,10 @@ var rollout_plan_default = {
14200
14200
  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)."
14201
14201
  },
14202
14202
  baseline: {
14203
- version: "3.132.0",
14204
- tag: "v3.132.0",
14205
- commit: "cbf34adfae80",
14206
- npm: "@mutmutco/cli@3.132.0"
14203
+ version: "3.132.1",
14204
+ tag: "v3.132.1",
14205
+ commit: "264af6faca3a",
14206
+ npm: "@mutmutco/cli@3.132.1"
14207
14207
  },
14208
14208
  exitCriterion: "fleet-n-of-n",
14209
14209
  hubOnlyShortcut: "forbidden",
@@ -14220,14 +14220,14 @@ var rollout_plan_default = {
14220
14220
  repo: "mutmutco/mmi-hub",
14221
14221
  role: "canary",
14222
14222
  schedule: "train",
14223
- v3Target: "v3.132.0"
14223
+ v3Target: "v3.132.1"
14224
14224
  }
14225
14225
  ],
14226
14226
  rollbackTrigger: "Any red inside the post-cut soak window: `devops train gate` FAIL attributable to the v4 doors, Hub endpoint health probe failure, a v3 client refused while the compat window must still admit it (SUPPORTED_MINOR_WINDOW=2, MIN_CLIENT_VERSION 0.0.0 \u2014 D6a), or npm consumer install/doctor failure on the v4 dist.",
14227
14227
  rollback: {
14228
14228
  independent: true,
14229
- mechanism: "npm dist-tag latest -> 3.132.0 and redeploy the Hub Lambda from tag v3.132.0 (cbf34adfae80); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
14230
- v3Target: "v3.132.0 (@mutmutco/cli@3.132.0, tag commit cbf34adfae80 \u2014 the preserved latest-v3 distribution, D6b)"
14229
+ mechanism: "npm dist-tag latest -> 3.132.1 and redeploy the Hub Lambda from tag v3.132.1 (264af6faca3a); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
14230
+ v3Target: "v3.132.1 (@mutmutco/cli@3.132.1, tag commit 264af6faca3a \u2014 the preserved latest-v3 distribution, D6b)"
14231
14231
  }
14232
14232
  },
14233
14233
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "3.132.0",
3
+ "version": "3.132.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",