@argos-ci/cypress 6.2.1 → 6.2.2

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 (2) hide show
  1. package/dist/support.js +1 -1
  2. package/package.json +3 -3
package/dist/support.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  } from "@argos-ci/util/browser";
12
12
 
13
13
  // package.json
14
- var version = "6.2.0";
14
+ var version = "6.2.1";
15
15
 
16
16
  // src/shared.ts
17
17
  var NAME_PREFIX = "argos/";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@argos-ci/cypress",
3
3
  "description": "Cypress SDK for visual testing with Argos.",
4
- "version": "6.2.1",
4
+ "version": "6.2.2",
5
5
  "author": "Smooth Code",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "node": ">=20.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@argos-ci/browser": "5.0.0",
48
+ "@argos-ci/browser": "5.1.0",
49
49
  "@argos-ci/core": "4.5.0",
50
50
  "@argos-ci/util": "3.2.0",
51
51
  "cypress-wait-until": "^3.0.2"
@@ -67,5 +67,5 @@
67
67
  "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .",
68
68
  "lint": "eslint ."
69
69
  },
70
- "gitHead": "fb54cf311b705f214041f18443352577be01e822"
70
+ "gitHead": "c6f3e951890ba17723c5576380f96bde4d785ab1"
71
71
  }