@deeeed/metamask-harness 0.20.0 → 0.21.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeeed/metamask-harness",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mm-harness": "bin/mm-harness"
@@ -19,10 +19,10 @@
19
19
  "check:syntax": "find . -name '*.mjs' -print0 | xargs -0 -n1 node --check"
20
20
  },
21
21
  "dependencies": {
22
- "@farmslot/agent-runtime": "^0.3.0",
22
+ "@farmslot/agent-runtime": "^0.3.1",
23
23
  "@farmslot/handoff": "^0.3.1",
24
- "@farmslot/protocol": "^0.11.1",
25
- "@farmslot/recipe-harness": "^0.9.4",
24
+ "@farmslot/protocol": "^0.12.0",
25
+ "@farmslot/recipe-harness": "^0.10.0",
26
26
  "commander": "^12.0.0",
27
27
  "es-module-lexer": "2.3.1",
28
28
  "esbuild": "0.28.1",
@@ -1,7 +0,0 @@
1
- {
2
- "kind": "recipe-library",
3
- "schema_version": 1,
4
- "name": "metamask",
5
- "owner": "mm-harness-runner",
6
- "description": "Canonical MetaMask library of reusable, parameterized recipes. Team and personal libraries layer on top and win resolution by default."
7
- }