@deeeed/metamask-harness 0.44.3 → 0.45.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.
@@ -2162,6 +2162,11 @@
2162
2162
  "type": "integer",
2163
2163
  "minimum": 1,
2164
2164
  "default": 100
2165
+ },
2166
+ "timeout_ms": {
2167
+ "type": "integer",
2168
+ "minimum": 1000,
2169
+ "default": 30000
2165
2170
  }
2166
2171
  },
2167
2172
  "additionalProperties": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deeeed/metamask-harness",
3
- "version": "0.44.3",
3
+ "version": "0.45.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mm-harness": "bin/mm-harness"