@percy/cli-app 1.19.2-alpha.0 → 1.20.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.
Files changed (2) hide show
  1. package/dist/app.js +1 -1
  2. package/package.json +4 -4
package/dist/app.js CHANGED
@@ -2,7 +2,7 @@ import command from '@percy/cli-command';
2
2
  import exec from './exec.js';
3
3
  export const app = command('app', {
4
4
  description: 'Create Percy builds for native app snapshots',
5
- hidden: 'This command is still in development and may not work as expected',
5
+ hidden: true,
6
6
  commands: [exec]
7
7
  });
8
8
  export default app;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/cli-app",
3
- "version": "1.19.2-alpha.0",
3
+ "version": "1.20.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.19.2-alpha.0",
36
- "@percy/cli-exec": "1.19.2-alpha.0"
35
+ "@percy/cli-command": "1.20.0",
36
+ "@percy/cli-exec": "1.20.0"
37
37
  },
38
- "gitHead": "d9bf82889731f5cdc3f7fa4fe836cc5232ee8fb6"
38
+ "gitHead": "261bef3e9abe7716ecfe2b9ad2eae9db2979d200"
39
39
  }