cypress 15.4.0 → 15.5.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.
- package/dist/bin/cypress +5 -0
 - package/package.json +3 -3
 
    
        package/dist/bin/cypress
    ADDED
    
    
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "cypress",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "15. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "15.5.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": " 
     | 
| 
       131 
     | 
    
         
            -
                "commitDate": "2025-10- 
     | 
| 
      
 130 
     | 
    
         
            +
                "commitSha": "6cb686e9b024c654156c3e4c41fb4696a070576d",
         
     | 
| 
      
 131 
     | 
    
         
            +
                "commitDate": "2025-10-18T00:04:13.000Z",
         
     | 
| 
       132 
132 
     | 
    
         
             
                "stable": true
         
     | 
| 
       133 
133 
     | 
    
         
             
              },
         
     | 
| 
       134 
134 
     | 
    
         
             
              "description": "Cypress is a next generation front end testing tool built for the modern web",
         
     |