cypress 13.14.0 → 13.14.2
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/exec/spawn.js +1 -1
- package/package.json +3 -3
package/lib/exec/spawn.js
CHANGED
@@ -135,7 +135,7 @@ module.exports = {
|
|
135
135
|
onStderrData
|
136
136
|
} = overrides;
|
137
137
|
const envOverrides = util.getEnvOverrides(options);
|
138
|
-
const electronArgs = [
|
138
|
+
const electronArgs = [];
|
139
139
|
const node11WindowsFix = isPlatform('win32');
|
140
140
|
let startScriptPath;
|
141
141
|
if (options.dev) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "13.14.
|
3
|
+
"version": "13.14.2",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -140,8 +140,8 @@
|
|
140
140
|
},
|
141
141
|
"buildInfo": {
|
142
142
|
"commitBranch": "develop",
|
143
|
-
"commitSha": "
|
144
|
-
"commitDate": "2024-
|
143
|
+
"commitSha": "12d8e0bd6ee1e49cddb3c60283a867fbb2216044",
|
144
|
+
"commitDate": "2024-09-04T15:12:09.000Z",
|
145
145
|
"stable": true
|
146
146
|
},
|
147
147
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|