cypress 13.16.0 → 13.17.0
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": "13.
|
3
|
+
"version": "13.17.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -141,8 +141,8 @@
|
|
141
141
|
},
|
142
142
|
"buildInfo": {
|
143
143
|
"commitBranch": "develop",
|
144
|
-
"commitSha": "
|
145
|
-
"commitDate": "2024-
|
144
|
+
"commitSha": "a15076fcf9891c4fcc2a08cb82724326f90d8ef1",
|
145
|
+
"commitDate": "2024-12-17T17:13:58.000Z",
|
146
146
|
"stable": true
|
147
147
|
},
|
148
148
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|