cypress 13.16.1 → 13.17.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "13.16.1",
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": "06aeb9dfddaffc679a4d5c55447767682855d4aa",
145
- "commitDate": "2024-12-03T18:07:34.000Z",
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",