@embedpdf/pdfium 2.0.0-next.1 → 2.0.0-next.3

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.
@@ -8729,7 +8729,7 @@ const functions = {
8729
8729
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8730
8730
  };
8731
8731
 
8732
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.0-next.1/dist/pdfium.wasm';
8732
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.0-next.3/dist/pdfium.wasm';
8733
8733
  async function createWrappedModule(pdfium) {
8734
8734
  const module = {
8735
8735
  pdfium,
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@2.0.0-next.1/dist/pdfium.wasm';
6705
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.0-next.3/dist/pdfium.wasm';
6706
6706
  async function createWrappedModule(pdfium) {
6707
6707
  const module = {
6708
6708
  pdfium,
package/dist/index.js CHANGED
@@ -8844,7 +8844,7 @@ const functions = {
8844
8844
  PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
8845
8845
  };
8846
8846
 
8847
- const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.0-next.1/dist/pdfium.wasm';
8847
+ const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.0.0-next.3/dist/pdfium.wasm';
8848
8848
  async function createWrappedModule(pdfium) {
8849
8849
  const module = {
8850
8850
  pdfium,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/pdfium",
3
- "version": "2.0.0-next.1",
3
+ "version": "2.0.0-next.3",
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",