@embedpdf/pdfium 2.10.0 → 2.10.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.
@@ -8985,7 +8985,7 @@ const functions = {
8985
8985
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8986
8986
  };
8987
8987
 
8988
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.10.0/dist/pdfium.wasm';
8988
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.10.1/dist/pdfium.wasm';
8989
8989
  async function createWrappedModule(pdfium) {
8990
8990
  const module = {
8991
8991
  pdfium,
package/dist/index.cjs CHANGED
@@ -6802,7 +6802,7 @@ const functions = {
6802
6802
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
6803
6803
  };
6804
6804
 
6805
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.10.0/dist/pdfium.wasm';
6805
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.10.1/dist/pdfium.wasm';
6806
6806
  async function createWrappedModule(pdfium) {
6807
6807
  const module = {
6808
6808
  pdfium,
package/dist/index.js CHANGED
@@ -9100,7 +9100,7 @@ const functions = {
9100
9100
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
9101
9101
  };
9102
9102
 
9103
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.10.0/dist/pdfium.wasm';
9103
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.10.1/dist/pdfium.wasm';
9104
9104
  async function createWrappedModule(pdfium) {
9105
9105
  const module = {
9106
9106
  pdfium,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/pdfium",
3
- "version": "2.10.0",
3
+ "version": "2.10.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",