cypress-cdp
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "cypress-cdp", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -29,9 +29,9 @@ "main": "src", | ||
"devDependencies": { | ||
"cypress": "13.10.0", | ||
"cypress": "13.14.2", | ||
"prettier": "3.2.5", | ||
"semantic-release": "23.1.1" | ||
"semantic-release": "24.1.1" | ||
}, | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1308459" | ||
"devtools-protocol": "^0.0.1356896" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# cypress-cdp [](https://github.com/bahmutov/cypress-cdp/actions/workflows/ci.yml)  | ||
# cypress-cdp [](https://github.com/bahmutov/cypress-cdp/actions/workflows/ci.yml)  | ||
@@ -3,0 +3,0 @@ > A custom Cypress command to wrap the [Chrome remote debugger protocol](https://chromedevtools.github.io/devtools-protocol/) low level command |
+ Addeddevtools-protocol@0.0.1356896(transitive)
- Removeddevtools-protocol@0.0.1308459(transitive)