@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 +5 -0
- package/adapters/manifest.json +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/adapters/manifest.json
CHANGED
|
@@ -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",
|