@embedpdf/pdfium 2.0.1 → 2.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.
@@ -8723,7 +8723,7 @@ const functions = {
8723
8723
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8724
8724
  };
8725
8725
 
8726
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.1/dist/pdfium.wasm';
8726
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.1.0/dist/pdfium.wasm';
8727
8727
  async function createWrappedModule(pdfium) {
8728
8728
  const module = {
8729
8729
  pdfium,
package/dist/index.cjs CHANGED
@@ -6696,7 +6696,7 @@ const functions = {
6696
6696
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
6697
6697
  };
6698
6698
 
6699
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.1/dist/pdfium.wasm';
6699
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.1.0/dist/pdfium.wasm';
6700
6700
  async function createWrappedModule(pdfium) {
6701
6701
  const module = {
6702
6702
  pdfium,
package/dist/index.js CHANGED
@@ -8838,7 +8838,7 @@ const functions = {
8838
8838
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8839
8839
  };
8840
8840
 
8841
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.1/dist/pdfium.wasm';
8841
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.1.0/dist/pdfium.wasm';
8842
8842
  async function createWrappedModule(pdfium) {
8843
8843
  const module = {
8844
8844
  pdfium,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/pdfium",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
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",