@embedpdf/pdfium 1.2.0 → 1.2.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
|
@@ -8576,7 +8576,7 @@ const functions = {
|
|
|
8576
8576
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
8577
8577
|
};
|
|
8578
8578
|
|
|
8579
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.2.
|
|
8579
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.2.1/dist/pdfium.wasm';
|
|
8580
8580
|
async function createWrappedModule(pdfium) {
|
|
8581
8581
|
const module = {
|
|
8582
8582
|
pdfium,
|
package/dist/index.cjs
CHANGED
|
@@ -6641,7 +6641,7 @@ const functions = {
|
|
|
6641
6641
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
6642
6642
|
};
|
|
6643
6643
|
|
|
6644
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.2.
|
|
6644
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.2.1/dist/pdfium.wasm';
|
|
6645
6645
|
async function createWrappedModule(pdfium) {
|
|
6646
6646
|
const module = {
|
|
6647
6647
|
pdfium,
|
package/dist/index.js
CHANGED
|
@@ -8691,7 +8691,7 @@ const functions = {
|
|
|
8691
8691
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
8692
8692
|
};
|
|
8693
8693
|
|
|
8694
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.2.
|
|
8694
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@1.2.1/dist/pdfium.wasm';
|
|
8695
8695
|
async function createWrappedModule(pdfium) {
|
|
8696
8696
|
const module = {
|
|
8697
8697
|
pdfium,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/pdfium",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.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",
|