cypress-cdp
Advanced tools
Comparing version 1.6.45 to 1.6.46
{ | ||
"name": "cypress-cdp", | ||
"version": "1.6.45", | ||
"version": "1.6.46", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -31,3 +31,3 @@ "main": "src", | ||
"cypress": "13.17.0", | ||
"prettier": "3.5.2", | ||
"prettier": "3.5.3", | ||
"semantic-release": "24.2.3", | ||
@@ -37,4 +37,4 @@ "typescript": "^5.6.3" | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1425554" | ||
"devtools-protocol": "^0.0.1427544" | ||
} | ||
} |
+ Addeddevtools-protocol@0.0.1427544(transitive)
- Removeddevtools-protocol@0.0.1425554(transitive)