cypress-cdp
Advanced tools
Comparing version 1.6.5 to 1.6.6
{ | ||
"name": "cypress-cdp", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -31,7 +31,7 @@ "main": "src", | ||
"prettier": "3.3.3", | ||
"semantic-release": "24.1.3" | ||
"semantic-release": "24.2.0" | ||
}, | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1373723" | ||
"devtools-protocol": "^0.0.1375038" | ||
} | ||
} |
+ Addeddevtools-protocol@0.0.1375038(transitive)
- Removeddevtools-protocol@0.0.1373723(transitive)