@wdio/utils
Advanced tools
Comparing version 6.7.0 to 6.7.3
@@ -6,3 +6,3 @@ /// <reference types="node" /> | ||
export declare const wrapTestFunction: (this: unknown, origFn: Function, isSpec: boolean, beforeFn: Function, beforeArgsFn: HookFnArgs<unknown>, afterFn: Function, afterArgsFn: HookFnArgs<unknown>, cid: string) => (...specArguments: SpecArguments) => any; | ||
export declare const runTestInFiberContext: (this: unknown, isSpec: boolean, beforeFn: Function, beforeArgsFn: HookFnArgs<unknown>, afterFn: Function, afterArgsFn: HookFnArgs<unknown>, fnName: string, cid: string, scope?: NodeJS.Global) => void; | ||
export declare const runTestInFiberContext: (this: unknown, isSpec: boolean, beforeFn: Function, beforeArgsFn: HookFnArgs<unknown>, afterFn: Function, afterArgsFn: HookFnArgs<unknown>, fnName: string, cid: string, scope?: NodeJS.Global & typeof globalThis) => void; | ||
//# sourceMappingURL=testInterfaceWrapper.d.ts.map |
{ | ||
"name": "@wdio/utils", | ||
"version": "6.7.0", | ||
"version": "6.7.3", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -26,3 +26,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"dependencies": { | ||
"@wdio/logger": "6.6.0" | ||
"@wdio/logger": "6.7.3" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
"types": "./build/index.d.ts", | ||
"gitHead": "5b130b13e3a39a6800bf38e5cc398bf3af420117" | ||
"gitHead": "2d72a4f1be35727342bf31b750d76eab6c8b50e9" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51156
+ Added@wdio/logger@6.7.3(transitive)
- Removed@wdio/logger@6.6.0(transitive)
Updated@wdio/logger@6.7.3