@deeeed/metamask-harness 0.14.3 → 0.14.4

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.14.4 - 2026-07-09
6
+
7
+ ### Fixed
8
+ - Include the new extension viewer cleanup scripts in the adapter manifest so published packages pass adapter-surface validation.
9
+
5
10
  ## 0.14.3 - 2026-07-09
6
11
 
7
12
  ### Fixed
@@ -106,6 +106,14 @@
106
106
  "inputs": "--target --runtime-dir --runner-bin --summary",
107
107
  "outputs": "<runtime-dir>/recipe-harness-webpack.{pid,log}; optional summary; exit 0/1/2"
108
108
  },
109
+ {
110
+ "id": "extension/stop-viewers",
111
+ "entry": "adapters/extension/stop-viewers.sh",
112
+ "kind": "bash",
113
+ "purpose": "Close extension webpack/console tmux viewers and the checkout-scoped console tail.",
114
+ "inputs": "--target <metamask-extension>",
115
+ "outputs": "removes viewer markers and closes matching run-owned windows; exit 0/1/2"
116
+ },
109
117
  {
110
118
  "id": "extension/console-tail",
111
119
  "entry": "adapters/extension/console-tail.mjs",
@@ -306,6 +314,14 @@
306
314
  "inputs": "resolve_run_tmux_session [runtime-dir]; env RECIPE_TMUX_SESSION, RECIPE_RUNTIME_CONTEXT, TMUX",
307
315
  "outputs": "resolved session name on stdout (empty when none)"
308
316
  },
317
+ {
318
+ "id": "lib/tmux-viewer",
319
+ "entry": "adapters/shared/tmux-viewer.sh",
320
+ "kind": "lib",
321
+ "purpose": "Run-owned tmux log viewer helpers that open, replace, and clean prefixed viewer windows without slot-name inference.",
322
+ "inputs": "tmux_viewer_open/close_marker/sweep_prefix functions; env RECIPE_TMUX_SESSION, RECIPE_RUNTIME_CONTEXT, TMUX",
323
+ "outputs": "viewer windows and marker files; no-op when no run-owned session is available"
324
+ },
309
325
  {
310
326
  "id": "lib/activate-repo-node",
311
327
  "entry": "adapters/shared/activate-repo-node.sh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeeed/metamask-harness",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mm-harness": "bin/mm-harness"