@percy/cli-app 1.12.0 → 1.14.0
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.
- package/dist/exec.js +2 -1
- package/package.json +4 -4
package/dist/exec.js
CHANGED
|
@@ -14,7 +14,8 @@ export const exec = command('exec', {
|
|
|
14
14
|
description: 'Start and stop Percy around a supplied command for native apps',
|
|
15
15
|
usage: '[options] -- <command>',
|
|
16
16
|
commands: [start, stop, ping],
|
|
17
|
-
flags: ExecPlugin.default.definition
|
|
17
|
+
flags: ExecPlugin.default.definition
|
|
18
|
+
// grouped flags are built-in flags
|
|
18
19
|
.flags.filter(f => !f.group),
|
|
19
20
|
percy: {
|
|
20
21
|
server: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/cli-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@percy/cli-command": "1.
|
|
36
|
-
"@percy/cli-exec": "1.
|
|
35
|
+
"@percy/cli-command": "1.14.0",
|
|
36
|
+
"@percy/cli-exec": "1.14.0"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "fd72688e449d6dd3eafd346fc07879cb3bb01a4e"
|
|
39
39
|
}
|