cypress-cdp
Advanced tools
Comparing version 1.4.13 to 1.4.14
{ | ||
"name": "cypress-cdp", | ||
"version": "1.4.13", | ||
"version": "1.4.14", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -31,7 +31,7 @@ "main": "src", | ||
"prettier": "3.2.5", | ||
"semantic-release": "23.0.7" | ||
"semantic-release": "23.0.8" | ||
}, | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1282316" | ||
"devtools-protocol": "^0.0.1284894" | ||
} | ||
} |
+ Addeddevtools-protocol@0.0.1284894(transitive)
- Removeddevtools-protocol@0.0.1282316(transitive)