@embedpdf/pdfium 2.14.0 → 2.14.2
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
|
@@ -9058,7 +9058,7 @@ const functions = {
|
|
|
9058
9058
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
9059
9059
|
};
|
|
9060
9060
|
|
|
9061
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.14.
|
|
9061
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.14.2/dist/pdfium.wasm';
|
|
9062
9062
|
async function createWrappedModule(pdfium) {
|
|
9063
9063
|
const module = {
|
|
9064
9064
|
pdfium,
|
package/dist/index.cjs
CHANGED
|
@@ -6850,7 +6850,7 @@ const functions = {
|
|
|
6850
6850
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
6851
6851
|
};
|
|
6852
6852
|
|
|
6853
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.14.
|
|
6853
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.14.2/dist/pdfium.wasm';
|
|
6854
6854
|
async function createWrappedModule(pdfium) {
|
|
6855
6855
|
const module = {
|
|
6856
6856
|
pdfium,
|
package/dist/index.js
CHANGED
|
@@ -9173,7 +9173,7 @@ const functions = {
|
|
|
9173
9173
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
9174
9174
|
};
|
|
9175
9175
|
|
|
9176
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.14.
|
|
9176
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.14.2/dist/pdfium.wasm';
|
|
9177
9177
|
async function createWrappedModule(pdfium) {
|
|
9178
9178
|
const module = {
|
|
9179
9179
|
pdfium,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/pdfium",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.2",
|
|
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",
|