cypress-cdp
Advanced tools
Comparing version 1.4.29 to 1.4.30
{ | ||
"name": "cypress-cdp", | ||
"version": "1.4.29", | ||
"version": "1.4.30", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -29,3 +29,3 @@ "main": "src", | ||
"devDependencies": { | ||
"cypress": "13.9.0", | ||
"cypress": "13.10.0", | ||
"prettier": "3.2.5", | ||
@@ -35,4 +35,4 @@ "semantic-release": "23.1.1" | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1302984" | ||
"devtools-protocol": "^0.0.1304228" | ||
} | ||
} |
12507
+ Addeddevtools-protocol@0.0.1304228(transitive)
- Removeddevtools-protocol@0.0.1302984(transitive)