cypress 15.4.0 → 15.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env node
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ // declared here in order to avoid consumers who are looking for the binary to be available relative to the dist directory
5
+ require("../../bin/cypress");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "15.4.0",
3
+ "version": "15.6.0",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node dist/index.js --exec install",
@@ -127,8 +127,8 @@
127
127
  },
128
128
  "buildInfo": {
129
129
  "commitBranch": "develop",
130
- "commitSha": "9005a7b9ca793b903fcad167e1fb3f629b0b44bd",
131
- "commitDate": "2025-10-07T18:50:02.000Z",
130
+ "commitSha": "b3a1e6d398e9db1a3a9564b841b126b1a4695ab0",
131
+ "commitDate": "2025-11-04T19:54:55.000Z",
132
132
  "stable": true
133
133
  },
134
134
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -6476,7 +6476,7 @@ declare namespace Cypress {
6476
6476
  }
6477
6477
 
6478
6478
  interface Exec {
6479
- code: number
6479
+ exitCode: number
6480
6480
  stdout: string
6481
6481
  stderr: string
6482
6482
  }