cypress-cdp
Advanced tools
Comparing version 1.6.4 to 1.6.5
{ | ||
"name": "cypress-cdp", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "A custom Cypress command to wrap the remote debugger protocol low level command", | ||
@@ -29,3 +29,3 @@ "main": "src", | ||
"devDependencies": { | ||
"cypress": "13.15.0", | ||
"cypress": "13.15.1", | ||
"prettier": "3.3.3", | ||
@@ -35,4 +35,4 @@ "semantic-release": "24.1.3" | ||
"dependencies": { | ||
"devtools-protocol": "^0.0.1371839" | ||
"devtools-protocol": "^0.0.1373723" | ||
} | ||
} |
@@ -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.1373723(transitive)
- Removeddevtools-protocol@0.0.1371839(transitive)