@wdio/local-runner 8.3.5 → 8.3.8
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/build/repl.d.ts +2 -2
- package/build/replQueue.d.ts +1 -1
- package/build/run.d.ts +1 -1
- package/build/stdStream.d.ts +2 -2
- package/build/transformStream.d.ts +1 -1
- package/build/utils.d.ts +1 -1
- package/build/worker.d.ts +2 -2
- package/package.json +3 -3
package/build/repl.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="node"
|
|
2
|
-
/// <reference types="node"
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
3
|
import type vm from 'node:vm';
|
|
4
4
|
import type { ReplConfig, ReplCallback } from '@wdio/repl';
|
|
5
5
|
import WDIORepl from '@wdio/repl';
|
package/build/replQueue.d.ts
CHANGED
package/build/run.d.ts
CHANGED
package/build/stdStream.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="node"
|
|
2
|
-
/// <reference types="node"
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
3
|
import type { TransformCallback } from 'node:stream';
|
|
4
4
|
import { Transform } from 'node:stream';
|
|
5
5
|
export default class RunnerStream extends Transform {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/// <reference types="node"
|
|
1
|
+
/// <reference types="node" />
|
|
2
2
|
import type { Readable } from 'node:stream';
|
|
3
3
|
export default function runnerTransformStream(cid: string, inputStream: Readable): Readable;
|
|
4
4
|
//# sourceMappingURL=transformStream.d.ts.map
|
package/build/utils.d.ts
CHANGED
package/build/worker.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference types="node"
|
|
2
|
-
/// <reference types="node"
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
/// <reference types="node" />
|
|
3
3
|
import child from 'node:child_process';
|
|
4
4
|
import { EventEmitter } from 'node:events';
|
|
5
5
|
import type { ChildProcess } from 'node:child_process';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/local-runner",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.8",
|
|
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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/node": "^18.0.0",
|
|
31
31
|
"@wdio/logger": "8.1.0",
|
|
32
32
|
"@wdio/repl": "8.1.0",
|
|
33
|
-
"@wdio/runner": "8.3.
|
|
33
|
+
"@wdio/runner": "8.3.8",
|
|
34
34
|
"@wdio/types": "8.3.0",
|
|
35
35
|
"async-exit-hook": "^2.0.1",
|
|
36
36
|
"split2": "^4.1.0",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a32ecf2abb9202d532fb98b7c23ceed9dbb2f6ee"
|
|
47
47
|
}
|