@argos-ci/cli 2.4.5 → 2.4.6

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@argos-ci/cli",
3
3
  "description": "Visual testing solution to avoid visual regression. Argos CLI is used to interact with and upload screenshots to argos-ci.com via command line.",
4
- "version": "2.4.5",
4
+ "version": "2.4.6",
5
5
  "bin": {
6
6
  "argos": "./bin/argos-cli.js"
7
7
  },
@@ -35,7 +35,7 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@argos-ci/core": "2.9.0",
38
+ "@argos-ci/core": "2.9.1",
39
39
  "commander": "^12.1.0",
40
40
  "ora": "^8.0.1",
41
41
  "update-notifier": "^7.2.0"
@@ -45,5 +45,5 @@
45
45
  "build": "rollup -c",
46
46
  "e2e": "node e2e/upload.js"
47
47
  },
48
- "gitHead": "cae12b0cb7d4e9237cf5973d7911af68bc708773"
48
+ "gitHead": "db599c8bc3021cb18315f4e39717f9c2990e7847"
49
49
  }