@lambdatest/cypress-driver 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # @lambdatest/cypress-driver
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdatest/cypress-driver",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Cypress driver for all Lambdatest functionalities",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -19,10 +19,10 @@
19
19
  "author": "LambdaTest <keys@lambdatest.com>",
20
20
  "license": "MIT",
21
21
  "devDependencies": {
22
- "cypress": "4.x"
22
+ "cypress": ">=10"
23
23
  },
24
24
  "peerDependencies": {
25
- "cypress": "4.x"
25
+ "cypress": ">=10"
26
26
  },
27
27
  "scripts": {
28
28
  "test": "echo \"Error: no test specified\" && exit 1"