@dimm-city/print-md 0.5.0-rc.13 → 0.5.0-rc.14

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 +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -22703,7 +22703,7 @@ var package_default;
22703
22703
  var init_package = __esm(() => {
22704
22704
  package_default = {
22705
22705
  name: "@dimm-city/print-md-lib",
22706
- version: "0.5.0-rc.13",
22706
+ version: "0.5.0-rc.14",
22707
22707
  private: true,
22708
22708
  type: "module",
22709
22709
  main: "dist/index.js",
@@ -108978,7 +108978,7 @@ var SUBCOMMANDS = {
108978
108978
  audit: () => Promise.resolve().then(() => (init_audit(), exports_audit)).then((m) => m.default),
108979
108979
  preflight: () => Promise.resolve().then(() => (init_preflight(), exports_preflight)).then((m) => m.default)
108980
108980
  };
108981
- var VERSION = "0.5.0-rc.13";
108981
+ var VERSION = "0.5.0-rc.14";
108982
108982
  var main = defineCommand8({
108983
108983
  meta: {
108984
108984
  name: "print-md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimm-city/print-md",
3
- "version": "0.5.0-rc.13",
3
+ "version": "0.5.0-rc.14",
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",