@embedpdf/pdfium 2.4.0 → 2.4.1

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.
@@ -8807,7 +8807,7 @@ const functions = {
8807
8807
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8808
8808
  };
8809
8809
 
8810
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.4.0/dist/pdfium.wasm';
8810
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.4.1/dist/pdfium.wasm';
8811
8811
  async function createWrappedModule(pdfium) {
8812
8812
  const module = {
8813
8813
  pdfium,
package/dist/index.cjs CHANGED
@@ -6726,7 +6726,7 @@ const functions = {
6726
6726
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
6727
6727
  };
6728
6728
 
6729
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.4.0/dist/pdfium.wasm';
6729
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.4.1/dist/pdfium.wasm';
6730
6730
  async function createWrappedModule(pdfium) {
6731
6731
  const module = {
6732
6732
  pdfium,
package/dist/index.js CHANGED
@@ -8922,7 +8922,7 @@ const functions = {
8922
8922
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8923
8923
  };
8924
8924
 
8925
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.4.0/dist/pdfium.wasm';
8925
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.4.1/dist/pdfium.wasm';
8926
8926
  async function createWrappedModule(pdfium) {
8927
8927
  const module = {
8928
8928
  pdfium,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/pdfium",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "private": false,
5
5
  "description": "PDFium WebAssembly for the web platform. This package provides a powerful JavaScript interface to PDFium, enabling high-quality PDF rendering and manipulation directly in web applications.",
6
6
  "type": "module",