@dimm-city/print-md 0.3.0 → 0.3.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/cli.js +3 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -22644,7 +22644,7 @@ var package_default;
22644
22644
  var init_package = __esm(() => {
22645
22645
  package_default = {
22646
22646
  name: "@dimm-city/print-md-lib",
22647
- version: "0.3.0",
22647
+ version: "0.3.1",
22648
22648
  private: true,
22649
22649
  type: "module",
22650
22650
  main: "dist/index.js",
@@ -94576,10 +94576,11 @@ var SUBCOMMANDS = {
94576
94576
  audit: () => Promise.resolve().then(() => (init_audit(), exports_audit)).then((m) => m.default),
94577
94577
  preflight: () => Promise.resolve().then(() => (init_preflight(), exports_preflight)).then((m) => m.default)
94578
94578
  };
94579
+ var VERSION = "0.3.1";
94579
94580
  var main = defineCommand7({
94580
94581
  meta: {
94581
94582
  name: "print-md",
94582
- version: "2.0.0",
94583
+ version: VERSION,
94583
94584
  description: "Markdown to print-ready PDF (and static-site HTML) using Chromium + Paged.js"
94584
94585
  },
94585
94586
  subCommands: SUBCOMMANDS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimm-city/print-md",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Markdown-to-PDF converter for professional print layout using Paged.js and Ghostscript.",
5
5
  "author": "itlackey",
6
6
  "license": "MPL-2.0",