cypress 13.7.3 → 13.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "13.7.3",
3
+ "version": "13.8.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -134,8 +134,8 @@
134
134
  },
135
135
  "buildInfo": {
136
136
  "commitBranch": "develop",
137
- "commitSha": "94aad9a4a20faba5a4502751c83d89baac4aa87d",
138
- "commitDate": "2024-04-11T16:47:40.000Z",
137
+ "commitSha": "32438505506d8a03b191389a7dc56e3ebb2c01ed",
138
+ "commitDate": "2024-04-18T19:28:43.000Z",
139
139
  "stable": true
140
140
  },
141
141
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -910,7 +910,7 @@ declare namespace Cypress {
910
910
 
911
911
  /**
912
912
  * Clear the value of an `input` or `textarea`.
913
- * An alias for `.type({selectall}{backspace})`
913
+ * An alias for `.type({selectall}{del})`
914
914
  *
915
915
  * @see https://on.cypress.io/clear
916
916
  */