@embedpdf/pdfium 2.6.1 → 2.6.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
|
@@ -8895,7 +8895,7 @@ const functions = {
|
|
|
8895
8895
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
8896
8896
|
};
|
|
8897
8897
|
|
|
8898
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.6.
|
|
8898
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.6.2/dist/pdfium.wasm';
|
|
8899
8899
|
async function createWrappedModule(pdfium) {
|
|
8900
8900
|
const module = {
|
|
8901
8901
|
pdfium,
|
package/dist/index.cjs
CHANGED
|
@@ -6764,7 +6764,7 @@ const functions = {
|
|
|
6764
6764
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
6765
6765
|
};
|
|
6766
6766
|
|
|
6767
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.6.
|
|
6767
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.6.2/dist/pdfium.wasm';
|
|
6768
6768
|
async function createWrappedModule(pdfium) {
|
|
6769
6769
|
const module = {
|
|
6770
6770
|
pdfium,
|
package/dist/index.js
CHANGED
|
@@ -9010,7 +9010,7 @@ const functions = {
|
|
|
9010
9010
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
9011
9011
|
};
|
|
9012
9012
|
|
|
9013
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.6.
|
|
9013
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.6.2/dist/pdfium.wasm';
|
|
9014
9014
|
async function createWrappedModule(pdfium) {
|
|
9015
9015
|
const module = {
|
|
9016
9016
|
pdfium,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/pdfium",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.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",
|