cypress-cdp
Advanced tools
Comparing version 1.4.14 to 1.4.15
{ | ||
"name": "cypress-cdp", | ||
"version": "1.4.14", | ||
"version": "1.4.15", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -29,3 +29,3 @@ "main": "src", | ||
"devDependencies": { | ||
"cypress": "13.7.2", | ||
"cypress": "13.7.3", | ||
"prettier": "3.2.5", | ||
@@ -35,4 +35,4 @@ "semantic-release": "23.0.8" | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1284894" | ||
"devtools-protocol": "^0.0.1285609" | ||
} | ||
} |
@@ -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.1285609(transitive)
- Removeddevtools-protocol@0.0.1284894(transitive)