@embedpdf/pdfium 2.9.0 → 2.9.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
|
@@ -8920,7 +8920,7 @@ const functions = {
|
|
|
8920
8920
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
8921
8921
|
};
|
|
8922
8922
|
|
|
8923
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.9.
|
|
8923
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.9.1/dist/pdfium.wasm';
|
|
8924
8924
|
async function createWrappedModule(pdfium) {
|
|
8925
8925
|
const module = {
|
|
8926
8926
|
pdfium,
|
package/dist/index.cjs
CHANGED
|
@@ -6777,7 +6777,7 @@ const functions = {
|
|
|
6777
6777
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
6778
6778
|
};
|
|
6779
6779
|
|
|
6780
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.9.
|
|
6780
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.9.1/dist/pdfium.wasm';
|
|
6781
6781
|
async function createWrappedModule(pdfium) {
|
|
6782
6782
|
const module = {
|
|
6783
6783
|
pdfium,
|
package/dist/index.js
CHANGED
|
@@ -9035,7 +9035,7 @@ const functions = {
|
|
|
9035
9035
|
PDFiumExt_SaveAsCopy: [['number', 'number'], 'number'],
|
|
9036
9036
|
};
|
|
9037
9037
|
|
|
9038
|
-
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.9.
|
|
9038
|
+
const DEFAULT_PDFIUM_WASM_URL = 'https://cdn.jsdelivr.net/npm/@embedpdf/pdfium@2.9.1/dist/pdfium.wasm';
|
|
9039
9039
|
async function createWrappedModule(pdfium) {
|
|
9040
9040
|
const module = {
|
|
9041
9041
|
pdfium,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/pdfium",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.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",
|