react-pdf-highlighter-plus 1.0.7 → 1.0.8

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/esm/index.js CHANGED
@@ -3096,7 +3096,7 @@ var DEFAULT_ERROR_MESSAGE = (error) => /* @__PURE__ */ React16.createElement("di
3096
3096
  var DEFAULT_ON_ERROR = (error) => {
3097
3097
  throw new Error(`Error loading PDF document: ${error.message}!`);
3098
3098
  };
3099
- var DEFAULT_WORKER_SRC = "https://unpkg.com/pdfjs-dist@4/build/pdf.worker.min.mjs";
3099
+ var DEFAULT_WORKER_SRC = "https://unpkg.com/pdfjs-dist@4.4.168/build/pdf.worker.min.mjs";
3100
3100
  var PdfLoader = ({
3101
3101
  document: document2,
3102
3102
  beforeLoad = DEFAULT_BEFORE_LOAD,