@wdio/repl
Advanced tools
Comparing version 9.0.8 to 9.4.4
@@ -40,3 +40,3 @@ /** | ||
} | ||
export type ReplCallback = (err: Error | null, result: any) => void; | ||
export type ReplCallback = (err: Error | null, result: unknown) => void; | ||
export default class WDIORepl { | ||
@@ -43,0 +43,0 @@ static introMessage: string; |
{ | ||
"name": "@wdio/repl", | ||
"version": "9.0.8", | ||
"version": "9.4.4", | ||
"description": "A WDIO helper utility to provide a repl interface for WebdriverIO", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "cc85ebf08918965cff46ce7e014703549b7f50d7" | ||
"gitHead": "d327d86e07d16eaa0ecdf0656c1868ba73261393" | ||
} |
Sorry, the diff of this file is not supported yet
8520
0