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 +5 -5
- package/react/package.json +1 -1
- package/react/react/package.json +1 -1
- package/types/cypress.d.ts +2 -1
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "14.2.
|
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.
|
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.
|
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": "
|
127
|
-
"commitDate": "2025-03-
|
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",
|
package/react/package.json
CHANGED
package/react/react/package.json
CHANGED
package/types/cypress.d.ts
CHANGED
@@ -3314,7 +3314,8 @@ declare namespace Cypress {
|
|
3314
3314
|
socketIoRoute: string
|
3315
3315
|
spec: Cypress['spec'] | null
|
3316
3316
|
specs: Array<Cypress['spec']>
|
3317
|
-
|
3317
|
+
isDefaultProtocolEnabled: boolean
|
3318
|
+
isStudioProtocolEnabled: boolean
|
3318
3319
|
hideCommandLog: boolean
|
3319
3320
|
hideRunnerUi: boolean
|
3320
3321
|
}
|