Comparing version 8.0.14 to 8.0.15
import type { Options } from '@wdio/types'; | ||
import { SUPPORTED_BROWSER } from './constants.js'; | ||
import type { Client, AttachOptions, WDIODevtoolsOptions as WDIODevtoolsOptionsExtension } from './types'; | ||
import type { Client, AttachOptions, WDIODevtoolsOptions as WDIODevtoolsOptionsExtension } from './types.js'; | ||
export declare const sessionMap: Map<any, any>; | ||
@@ -5,0 +5,0 @@ export default class DevTools { |
{ | ||
"name": "devtools", | ||
"version": "8.0.14", | ||
"version": "8.0.15", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -40,3 +40,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@wdio/logger": "8.0.14", | ||
"@wdio/protocols": "8.0.0", | ||
"@wdio/protocols": "8.0.15", | ||
"@wdio/types": "8.0.14", | ||
@@ -57,3 +57,3 @@ "@wdio/utils": "8.0.14", | ||
}, | ||
"gitHead": "ab58bc79c1df2e146d02a68ee444766ec371e6d2" | ||
"gitHead": "8260333e748b13ea014b2f9b580bac099c7cf1ab" | ||
} |
Sorry, the diff of this file is not supported yet
227732
+ Added@wdio/protocols@8.0.15(transitive)
- Removed@wdio/protocols@8.0.0(transitive)
Updated@wdio/protocols@8.0.15