@pdfme/common 6.1.10-dev.2 → 6.1.11-dev.2

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
@@ -3,7 +3,7 @@ import { Buffer } from "buffer";
3
3
  import { PDFName } from "@pdfme/pdf-lib";
4
4
  import * as acorn from "acorn";
5
5
  //#region src/version.ts
6
- var PDFME_VERSION = "6.1.10";
6
+ var PDFME_VERSION = "6.1.11";
7
7
  //#endregion
8
8
  //#region src/pageSize.ts
9
9
  var PAGE_SIZE_PRESETS = {
@@ -435,7 +435,7 @@ var isUrlSafeToFetch = (urlString) => {
435
435
  }
436
436
  return true;
437
437
  };
438
- var SAFE_LINK_URI_PROTOCOLS = new Set([
438
+ var SAFE_LINK_URI_PROTOCOLS = /* @__PURE__ */ new Set([
439
439
  "http:",
440
440
  "https:",
441
441
  "mailto:"