@dimm-city/print-md 0.1.11 → 0.1.12

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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -22640,7 +22640,7 @@ var package_default;
22640
22640
  var init_package = __esm(() => {
22641
22641
  package_default = {
22642
22642
  name: "@dimm-city/print-md-lib",
22643
- version: "0.1.11",
22643
+ version: "0.1.12",
22644
22644
  private: true,
22645
22645
  type: "module",
22646
22646
  main: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimm-city/print-md",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
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",