cypress-real-events
Advanced tools
Comparing version 1.9.1 to 1.10.0
{ | ||
"name": "cypress-real-events", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": "Real native events for cypress. Dispatched via CDP.", | ||
@@ -30,3 +30,4 @@ "author": "Dmitriy Kovalenko", | ||
"typedoc-plugin-markdown": "^3.14.0", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.3", | ||
"prettier": "^3.0.0" | ||
}, | ||
@@ -47,2 +48,2 @@ "repository": { | ||
"typings": "./index.d.ts" | ||
} | ||
} |
108323
13