cypress-cdp
Advanced tools
Comparing version 1.6.41 to 1.6.42
{ | ||
"name": "cypress-cdp", | ||
"version": "1.6.41", | ||
"version": "1.6.42", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -32,8 +32,8 @@ "main": "src", | ||
"prettier": "3.5.1", | ||
"semantic-release": "24.2.2", | ||
"semantic-release": "24.2.3", | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1420292" | ||
"devtools-protocol": "^0.0.1421213" | ||
} | ||
} |
+ Addeddevtools-protocol@0.0.1421213(transitive)
- Removeddevtools-protocol@0.0.1420292(transitive)