cypress-cdp
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "cypress-cdp", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -30,8 +30,8 @@ "main": "src", | ||
"cypress": "13.14.2", | ||
"prettier": "3.2.5", | ||
"prettier": "3.3.3", | ||
"semantic-release": "24.1.1" | ||
}, | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1356896" | ||
"devtools-protocol": "^0.0.1358005" | ||
} | ||
} |
+ Addeddevtools-protocol@0.0.1358005(transitive)
- Removeddevtools-protocol@0.0.1356896(transitive)