@liustack/pagepress 0.6.0 → 0.6.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/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -524,7 +524,7 @@ const command = new Command("shot").description("Capture HTML to PNG image").req
524
524
  }
525
525
  });
526
526
  const program = new Command();
527
- program.name("pagepress").description("Convert web pages and Markdown to PDF and images").version("0.6.0");
527
+ program.name("pagepress").description("Convert web pages and Markdown to PDF and images").version("0.6.1");
528
528
  program.addCommand(command$1);
529
529
  program.addCommand(command);
530
530
  program.parse();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liustack/pagepress",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "CLI tool to convert web pages and Markdown to PDF and images",
5
5
  "type": "module",
6
6
  "bin": {