@argos-ci/cypress 7.1.1 → 7.1.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.
@@ -1,5 +1,5 @@
1
+ import "cypress-wait-until";
1
2
  import { StabilizationPluginOptions, ViewportOption } from "@argos-ci/browser";
2
-
3
3
  //#region src/support.d.ts
4
4
  type ArgosScreenshotOptions = Partial<Cypress.Loggable & Cypress.Timeoutable & Cypress.ScreenshotOptions> & {
5
5
  /**
package/dist/support.mjs CHANGED
@@ -2,7 +2,7 @@ import "cypress-wait-until";
2
2
  import { getGlobalScript, resolveViewport } from "@argos-ci/browser";
3
3
  import { getMetadataPath, getScreenshotName, normalizeBaseNames, validateThreshold } from "@argos-ci/util/browser";
4
4
  //#region package.json
5
- var version = "7.1.0";
5
+ var version = "7.1.1";
6
6
  //#endregion
7
7
  //#region src/shared.ts
8
8
  /**
package/dist/task.d.cts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { UploadParameters } from "@argos-ci/core";
2
-
3
2
  //#region src/task.d.ts
4
3
  type RegisterArgosTaskOptions = Omit<UploadParameters, "files" | "root" | "metadata"> & {
5
4
  /**
package/dist/task.d.mts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { UploadParameters } from "@argos-ci/core";
2
-
3
2
  //#region src/task.d.ts
4
3
  type RegisterArgosTaskOptions = Omit<UploadParameters, "files" | "root" | "metadata"> & {
5
4
  /**
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": "7.1.1",
4
+ "version": "7.1.2",
5
5
  "author": "Smooth Code",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -44,8 +44,8 @@
44
44
  "node": ">=22.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@argos-ci/browser": "6.4.4",
48
- "@argos-ci/core": "6.7.1",
47
+ "@argos-ci/browser": "6.4.5",
48
+ "@argos-ci/core": "6.7.2",
49
49
  "@argos-ci/util": "4.1.0",
50
50
  "cypress-wait-until": "^3.0.2"
51
51
  },
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "catalog:",
57
- "cypress": "^15.17.0",
58
- "eslint-plugin-cypress": "^6.4.1"
57
+ "cypress": "^15.19.0",
58
+ "eslint-plugin-cypress": "^6.4.3"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "tsdown",
@@ -66,5 +66,5 @@
66
66
  "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .",
67
67
  "lint": "eslint ."
68
68
  },
69
- "gitHead": "3fd83ec12c4e291e813c91cd1e2d4737d014a1d0"
69
+ "gitHead": "3268a9ff953f019494367e3bf87ea520268b6ed2"
70
70
  }