cypress 10.0.2 → 10.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "10.0.
|
3
|
+
"version": "10.0.3",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -101,8 +101,8 @@
|
|
101
101
|
},
|
102
102
|
"buildInfo": {
|
103
103
|
"commitBranch": "develop",
|
104
|
-
"commitSha": "
|
105
|
-
"commitDate": "2022-06-
|
104
|
+
"commitSha": "91ba9c70d57f38804888918a0d79ed6ebe5decc0",
|
105
|
+
"commitDate": "2022-06-06T17:31:07.000Z",
|
106
106
|
"stable": true
|
107
107
|
},
|
108
108
|
"description": "Cypress.io end to end testing tool",
|