@wdio/local-runner 8.24.9 → 8.24.12

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.
@@ -5,6 +5,6 @@ export const DEBUGGER_MESSAGES = [
5
5
  'Waiting for the debugger'
6
6
  ];
7
7
  export const BUFFER_OPTIONS = {
8
- initialSize: (1000 * 1024),
8
+ initialSize: (1000 * 1024), // start at 100 kilobytes.
9
9
  incrementAmount: (100 * 1024) // grow by 10 kilobytes each time buffer overflows.
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/local-runner",
3
- "version": "8.24.9",
3
+ "version": "8.24.12",
4
4
  "description": "A WebdriverIO runner to run tests locally",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
@@ -31,10 +31,10 @@
31
31
  "typeScriptVersion": "3.8.3",
32
32
  "dependencies": {
33
33
  "@types/node": "^20.1.0",
34
- "@wdio/logger": "8.24.9",
35
- "@wdio/repl": "8.24.9",
36
- "@wdio/runner": "8.24.9",
37
- "@wdio/types": "8.24.9",
34
+ "@wdio/logger": "8.24.12",
35
+ "@wdio/repl": "8.24.12",
36
+ "@wdio/runner": "8.24.12",
37
+ "@wdio/types": "8.24.12",
38
38
  "async-exit-hook": "^2.0.1",
39
39
  "split2": "^4.1.0",
40
40
  "stream-buffers": "^3.0.2"
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "f102df577324d7e09a2e6607888d775b8245afea"
49
+ "gitHead": "ebf1ba1875fe210fda7067c1c13944c50cb6a694"
50
50
  }