@percy/cli-app 1.31.1-beta.1 → 1.31.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -33,6 +33,7 @@ Global options:
33
33
  -v, --verbose Log everything
34
34
  -q, --quiet Log errors only
35
35
  -s, --silent Log nothing
36
+ -l, --labels <string> Associates labels to the build (ex: --labels=dev,prod )
36
37
  -h, --help Display command help
37
38
  ```
38
39
  <!-- commandsstop -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli-app",
3
- "version": "1.31.1-beta.1",
3
+ "version": "1.31.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "publishConfig": {
11
11
  "access": "public",
12
- "tag": "beta"
12
+ "tag": "latest"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=14"
@@ -33,8 +33,8 @@
33
33
  ]
34
34
  },
35
35
  "dependencies": {
36
- "@percy/cli-command": "1.31.1-beta.1",
37
- "@percy/cli-exec": "1.31.1-beta.1"
36
+ "@percy/cli-command": "1.31.1",
37
+ "@percy/cli-exec": "1.31.1"
38
38
  },
39
- "gitHead": "5c43f9b5d1088332cf5644e06df162c33f64df5b"
39
+ "gitHead": "56d0fe4722eea63cfe8a6ea7aa02cf00d465a85d"
40
40
  }