cypress-cdp
Advanced tools
Comparing version 1.6.3 to 1.6.4
{ | ||
"name": "cypress-cdp", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"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.2" | ||
"semantic-release": "24.1.3" | ||
}, | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1368592" | ||
"devtools-protocol": "^0.0.1371839" | ||
} | ||
} |
+ Addeddevtools-protocol@0.0.1371839(transitive)
- Removeddevtools-protocol@0.0.1368592(transitive)