cypress-cdp
Advanced tools
Comparing version 1.6.38 to 1.6.39
{ | ||
"name": "cypress-cdp", | ||
"version": "1.6.38", | ||
"version": "1.6.39", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -31,9 +31,9 @@ "main": "src", | ||
"cypress": "13.17.0", | ||
"prettier": "3.4.2", | ||
"semantic-release": "24.2.1", | ||
"prettier": "3.5.0", | ||
"semantic-release": "24.2.2", | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1415363" | ||
"devtools-protocol": "^0.0.1419081" | ||
} | ||
} |
+ Addeddevtools-protocol@0.0.1419081(transitive)
- Removeddevtools-protocol@0.0.1415363(transitive)