@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.
package/dist/index.cjs CHANGED
@@ -6702,7 +6702,7 @@ const functions = {
6702
6702
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
6703
6703
  };
6704
6704
 
6705
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.5.0/dist/pdfium.wasm';
6705
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.0-next.0/dist/pdfium.wasm';
6706
6706
  async function createWrappedModule(pdfium) {
6707
6707
  const module = {
6708
6708
  pdfium,