@embedpdf/pdfium 2.11.0 → 2.11.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.
- package/dist/index.browser.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.browser.js
CHANGED
|
@@ -8998,7 +8998,7 @@ const functions = {
|
|
|
8998
8998
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
8999
8999
|
};
|
|
9000
9000
|
|
|
9001
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.11.
|
|
9001
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.11.1/dist/pdfium.wasm';
|
|
9002
9002
|
async function createWrappedModule(pdfium) {
|
|
9003
9003
|
const module = {
|
|
9004
9004
|
pdfium,
|
package/dist/index.cjs
CHANGED
|
@@ -6808,7 +6808,7 @@ const functions = {
|
|
|
6808
6808
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
6809
6809
|
};
|
|
6810
6810
|
|
|
6811
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.11.
|
|
6811
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.11.1/dist/pdfium.wasm';
|
|
6812
6812
|
async function createWrappedModule(pdfium) {
|
|
6813
6813
|
const module = {
|
|
6814
6814
|
pdfium,
|
package/dist/index.js
CHANGED
|
@@ -9113,7 +9113,7 @@ const functions = {
|
|
|
9113
9113
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
9114
9114
|
};
|
|
9115
9115
|
|
|
9116
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.11.
|
|
9116
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.11.1/dist/pdfium.wasm';
|
|
9117
9117
|
async function createWrappedModule(pdfium) {
|
|
9118
9118
|
const module = {
|
|
9119
9119
|
pdfium,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/pdfium",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.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",
|