@pdfme/common 6.0.5 → 6.0.6

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.
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { z } from "zod";
2
2
  import { Buffer } from "buffer";
3
3
  import * as acorn from "acorn";
4
4
  //#region src/version.ts
5
- var PDFME_VERSION = "6.0.5";
5
+ var PDFME_VERSION = "6.0.6";
6
6
  //#endregion
7
7
  //#region src/constants.ts
8
8
  var PT_TO_PX_RATIO = 1.333;