cypress 13.3.1 → 13.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "13.3.
|
3
|
+
"version": "13.3.3",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -134,9 +134,9 @@
|
|
134
134
|
]
|
135
135
|
},
|
136
136
|
"buildInfo": {
|
137
|
-
"commitBranch": "
|
138
|
-
"commitSha": "
|
139
|
-
"commitDate": "2023-10-
|
137
|
+
"commitBranch": "develop",
|
138
|
+
"commitSha": "058f3a80b033f16bf57f50ee78f63d8b82e75851",
|
139
|
+
"commitDate": "2023-10-24T17:54:22.000Z",
|
140
140
|
"stable": true
|
141
141
|
},
|
142
142
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|