browser-ava 1.3.1 → 1.3.2

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": "browser-ava",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,7 +35,7 @@
35
35
  "koa": "^2.13.4",
36
36
  "koa-static": "^5.0.0",
37
37
  "playwright": "^1.27.1",
38
- "ws": "^8.10.0"
38
+ "ws": "^8.11.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "ava": "^5.0.1",
@@ -44,7 +44,7 @@
44
44
  "semantic-release": "^19.0.5"
45
45
  },
46
46
  "engines": {
47
- "node": ">=16.18.0"
47
+ "node": ">=16.18.1"
48
48
  },
49
49
  "repository": {
50
50
  "type": "git",
@@ -130,6 +130,7 @@ program
130
130
  break;
131
131
 
132
132
  case "result":
133
+ console.log(" ─\n");
133
134
  const summary = calculateSummary(data.data);
134
135
 
135
136
  const classToColor = {