Comparing version 8.24.9 to 8.24.12
@@ -13,5 +13,5 @@ /** | ||
encoding: 'base64', | ||
fullPage: false, | ||
fullPage: false, // limit to viewport | ||
type: 'png' | ||
}); | ||
} |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import type { EventEmitter } from 'node:events'; | ||
@@ -2,0 +3,0 @@ import type { CommandEndpoint } from '@wdio/protocols'; |
@@ -18,3 +18,3 @@ import fs from 'node:fs/promises'; | ||
*/ | ||
required: true, | ||
required: true, // always required as they are part of the endpoint | ||
type: 'string' // have to be always type of string | ||
@@ -21,0 +21,0 @@ })), ...parameters]; |
{ | ||
"name": "devtools", | ||
"version": "8.24.9", | ||
"version": "8.24.12", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -42,7 +42,7 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@types/node": "^20.1.0", | ||
"@wdio/config": "8.24.9", | ||
"@wdio/logger": "8.24.9", | ||
"@wdio/protocols": "8.24.9", | ||
"@wdio/types": "8.24.9", | ||
"@wdio/utils": "8.24.9", | ||
"@wdio/config": "8.24.12", | ||
"@wdio/logger": "8.24.12", | ||
"@wdio/protocols": "8.24.12", | ||
"@wdio/types": "8.24.12", | ||
"@wdio/utils": "8.24.12", | ||
"chrome-launcher": "^1.0.0", | ||
@@ -60,5 +60,5 @@ "edge-paths": "^3.0.5", | ||
"@types/uuid": "^9.0.0", | ||
"@wdio/globals": "8.24.9" | ||
"@wdio/globals": "8.24.12" | ||
}, | ||
"gitHead": "f102df577324d7e09a2e6607888d775b8245afea" | ||
"gitHead": "ebf1ba1875fe210fda7067c1c13944c50cb6a694" | ||
} |
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
233719
4291
39
+ Added@wdio/config@8.24.12(transitive)
+ Added@wdio/logger@8.24.12(transitive)
+ Added@wdio/protocols@8.24.12(transitive)
+ Added@wdio/types@8.24.12(transitive)
+ Added@wdio/utils@8.24.12(transitive)
+ Addedfast-xml-parser@4.5.0(transitive)
+ Addedtext-decoder@1.2.2(transitive)
- Removed@wdio/config@8.24.9(transitive)
- Removed@wdio/logger@8.24.9(transitive)
- Removed@wdio/protocols@8.24.9(transitive)
- Removed@wdio/types@8.24.9(transitive)
- Removed@wdio/utils@8.24.9(transitive)
- Removedfast-xml-parser@4.5.1(transitive)
- Removedtext-decoder@1.2.3(transitive)
Updated@wdio/config@8.24.12
Updated@wdio/logger@8.24.12
Updated@wdio/protocols@8.24.12
Updated@wdio/types@8.24.12
Updated@wdio/utils@8.24.12