chromium-bidi
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -22,3 +22,3 @@ /** | ||
*/ | ||
export { BidiServer } from './BidiServer.js'; | ||
export { BidiServer, MapperOptions } from './BidiServer.js'; | ||
export type { ICdpConnection, ICdpConnection as CdpConnection, } from '../cdp/CdpConnection.js'; | ||
@@ -25,0 +25,0 @@ export type { ICdpClient, ICdpClient as CdpClient } from '../cdp/CdpClient.js'; |
@@ -54,9 +54,9 @@ /** | ||
count: number; | ||
"__#87069@#x": number; | ||
"__#87069@#y": number; | ||
"__#87069@#time": number; | ||
"__#87070@#x": number; | ||
"__#87070@#y": number; | ||
"__#87070@#time": number; | ||
compare(context: any): boolean; | ||
}; | ||
"__#87069@#DOUBLE_CLICK_TIME_MS": number; | ||
"__#87069@#MAX_DOUBLE_CLICK_RADIUS": number; | ||
"__#87070@#DOUBLE_CLICK_TIME_MS": number; | ||
"__#87070@#MAX_DOUBLE_CLICK_RADIUS": number; | ||
}; | ||
@@ -63,0 +63,0 @@ setClickCount(button: number, context: InstanceType<typeof PointerSource.ClickContext>): number; |
{ | ||
"name": "chromium-bidi", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab.", | ||
@@ -211,3 +211,3 @@ "scripts": { | ||
"debug": "4.3.4", | ||
"devtools-protocol": "0.0.1224742", | ||
"devtools-protocol": "0.0.1225305", | ||
"eslint": "8.52.0", | ||
@@ -214,0 +214,0 @@ "eslint-config-prettier": "9.0.0", |
Sorry, the diff of this file is not supported yet
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
4248418