mobile-snap 1.0.3 → 1.0.4

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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -969,7 +969,7 @@ async function captureScreenshots(url, paths, outputDir, platform, crawl, detect
969
969
  program
970
970
  .name('mobile-snap')
971
971
  .description('⚡ MobileSnap CLI: Automate App Store & Google Play Store screenshots')
972
- .version('1.0.3')
972
+ .version('1.0.4')
973
973
  .requiredOption('-u, --url <url>', 'Base URL of the local development server (e.g. localhost:3000)')
974
974
  .option('-p, --paths <paths>', 'Comma-separated list of routes to capture', '/')
975
975
  .option('-o, --output <output>', 'Output directory to save screenshots', 'mobilesnap_output')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobile-snap",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Automate pixel-precise App Store & Google Play screenshots from a local web server",
5
5
  "type": "module",
6
6
  "main": "bin/cli.js",