@embedpdf/pdfium 1.5.0 → 2.0.0-next.0

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.
@@ -8729,7 +8729,7 @@ const functions = {
8729
8729
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8730
8730
  };
8731
8731
 
8732
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.5.0/dist/pdfium.wasm';
8732
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.0-next.0/dist/pdfium.wasm';
8733
8733
  async function createWrappedModule(pdfium) {
8734
8734
  const module = {
8735
8735
  pdfium,