cypress 13.0.0 → 13.1.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "13.
|
3
|
+
"version": "13.1.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -119,8 +119,8 @@
|
|
119
119
|
},
|
120
120
|
"buildInfo": {
|
121
121
|
"commitBranch": "develop",
|
122
|
-
"commitSha": "
|
123
|
-
"commitDate": "2023-08-
|
122
|
+
"commitSha": "0f9a150647146c3e63e14d298d7fcf7ad5c92b66",
|
123
|
+
"commitDate": "2023-08-31T18:16:12.000Z",
|
124
124
|
"stable": true
|
125
125
|
},
|
126
126
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|