cypress 8.4.0 → 8.4.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
@@ -2876,7 +2876,7 @@ declare namespace Cypress {
2876
2876
  socketId: null | string
2877
2877
  socketIoCookie: string
2878
2878
  socketIoRoute: string
2879
- spec: Cypress['spec']
2879
+ spec: Cypress['spec'] | null
2880
2880
  specs: Array<Cypress['spec']>
2881
2881
  xhrRoute: string
2882
2882
  xhrUrl: string