@embedpdf/pdfium 2.0.0 → 2.0.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 +11 -17
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +10 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -15
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/pdfium",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.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",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"@rollup/plugin-commonjs": "^25.0.8",
|
|
52
52
|
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
53
53
|
"@rollup/plugin-replace": "^5.0.2",
|
|
54
|
-
"@rollup/plugin-typescript": "^
|
|
54
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
55
55
|
"@types/emscripten": "^1.39.13",
|
|
56
|
-
"cpy-cli": "^
|
|
56
|
+
"cpy-cli": "^6.0.0",
|
|
57
57
|
"magic-string": "^0.30.17",
|
|
58
|
-
"rollup": "^
|
|
58
|
+
"rollup": "^4.53.5",
|
|
59
59
|
"rollup-plugin-copy": "^3.4.0",
|
|
60
|
-
"rollup-plugin-dts": "^6.
|
|
60
|
+
"rollup-plugin-dts": "^6.3.0",
|
|
61
61
|
"typescript": "^5.0.0"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|