@mutmutco/cli 3.133.0 → 3.134.0

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
@@ -14199,10 +14199,10 @@ var rollout_plan_default = {
14199
14199
  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)."
14200
14200
  },
14201
14201
  baseline: {
14202
- version: "3.133.0",
14203
- tag: "v3.133.0",
14204
- commit: "e84ca12a12b4",
14205
- npm: "@mutmutco/cli@3.133.0"
14202
+ version: "3.134.0",
14203
+ tag: "v3.134.0",
14204
+ commit: "15870712ab5a",
14205
+ npm: "@mutmutco/cli@3.134.0"
14206
14206
  },
14207
14207
  exitCriterion: "fleet-n-of-n",
14208
14208
  hubOnlyShortcut: "forbidden",
@@ -14219,14 +14219,14 @@ var rollout_plan_default = {
14219
14219
  repo: "mutmutco/mmi-hub",
14220
14220
  role: "canary",
14221
14221
  schedule: "train",
14222
- v3Target: "v3.133.0"
14222
+ v3Target: "v3.134.0"
14223
14223
  }
14224
14224
  ],
14225
14225
  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.",
14226
14226
  rollback: {
14227
14227
  independent: true,
14228
- mechanism: "npm dist-tag latest -> 3.133.0 and redeploy the Hub Lambda from tag v3.133.0 (e84ca12a12b4); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
14229
- v3Target: "v3.133.0 (@mutmutco/cli@3.133.0, tag commit e84ca12a12b4 \u2014 the preserved latest-v3 distribution, D6b)"
14228
+ mechanism: "npm dist-tag latest -> 3.134.0 and redeploy the Hub Lambda from tag v3.134.0 (15870712ab5a); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
14229
+ v3Target: "v3.134.0 (@mutmutco/cli@3.134.0, tag commit 15870712ab5a \u2014 the preserved latest-v3 distribution, D6b)"
14230
14230
  }
14231
14231
  },
14232
14232
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "3.133.0",
3
+ "version": "3.134.0",
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",