cypress 14.2.0 → 14.2.1

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,13 +1,13 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "14.2.0",
3
+ "version": "14.2.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
7
7
  "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
8
8
  },
9
9
  "dependencies": {
10
- "@cypress/request": "^3.0.7",
10
+ "@cypress/request": "^3.0.8",
11
11
  "@cypress/xvfb": "^1.2.4",
12
12
  "@types/sinonjs__fake-timers": "8.1.1",
13
13
  "@types/sizzle": "^2.3.2",
@@ -44,7 +44,7 @@
44
44
  "process": "^0.11.10",
45
45
  "proxy-from-env": "1.0.0",
46
46
  "request-progress": "^3.0.0",
47
- "semver": "^7.5.3",
47
+ "semver": "^7.7.1",
48
48
  "supports-color": "^8.1.1",
49
49
  "tmp": "~0.2.3",
50
50
  "tree-kill": "1.2.2",
@@ -123,8 +123,8 @@
123
123
  },
124
124
  "buildInfo": {
125
125
  "commitBranch": "develop",
126
- "commitSha": "27d8fb0468696b97693dc7e0afa1ff4c84527516",
127
- "commitDate": "2025-03-12T17:13:58.000Z",
126
+ "commitSha": "a9ad8b136ff5f566cfaacec149ffab41eeb26b69",
127
+ "commitDate": "2025-03-26T00:33:33.000Z",
128
128
  "stable": true
129
129
  },
130
130
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -26,7 +26,7 @@
26
26
  "react-dom": "18.3.1",
27
27
  "react-router": "6.28.0",
28
28
  "react-router-dom": "6.28.0",
29
- "semver": "^7.5.3",
29
+ "semver": "^7.7.1",
30
30
  "typescript": "~5.4.5",
31
31
  "vite": "5.4.10",
32
32
  "vite-plugin-require-transform": "1.0.12"
@@ -26,7 +26,7 @@
26
26
  "react-dom": "18.3.1",
27
27
  "react-router": "6.28.0",
28
28
  "react-router-dom": "6.28.0",
29
- "semver": "^7.5.3",
29
+ "semver": "^7.7.1",
30
30
  "typescript": "~5.4.5",
31
31
  "vite": "5.4.10",
32
32
  "vite-plugin-require-transform": "1.0.12"
@@ -3314,7 +3314,8 @@ declare namespace Cypress {
3314
3314
  socketIoRoute: string
3315
3315
  spec: Cypress['spec'] | null
3316
3316
  specs: Array<Cypress['spec']>
3317
- protocolEnabled: boolean
3317
+ isDefaultProtocolEnabled: boolean
3318
+ isStudioProtocolEnabled: boolean
3318
3319
  hideCommandLog: boolean
3319
3320
  hideRunnerUi: boolean
3320
3321
  }