@embedpdf/pdfium 1.0.26 → 1.1.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.js CHANGED
@@ -8681,7 +8681,7 @@ const functions = {
8681
8681
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8682
8682
  };
8683
8683
 
8684
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.0.26/dist/pdfium.wasm';
8684
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.1.0/dist/pdfium.wasm';
8685
8685
  async function createWrappedModule(pdfium) {
8686
8686
  const module = {
8687
8687
  pdfium,