pdf-oxide-wasm 0.3.61 → 0.3.63
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/bundler/pdf_oxide_bg.js
CHANGED
|
@@ -6687,7 +6687,7 @@ export function __wbg_from_d300fe49deab18f5(arg0) {
|
|
|
6687
6687
|
export function __wbg_getRandomValues_76dfc69825c9c552() { return handleError(function (arg0, arg1) {
|
|
6688
6688
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
6689
6689
|
}, arguments); }
|
|
6690
|
-
export function
|
|
6690
|
+
export function __wbg_getRandomValues_a697888e9ba1eee3() { return handleError(function (arg0, arg1) {
|
|
6691
6691
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
6692
6692
|
}, arguments); }
|
|
6693
6693
|
export function __wbg_getTime_00b3f7db575e4ef5(arg0) {
|
|
Binary file
|
package/nodejs/pdf_oxide.js
CHANGED
|
@@ -6728,7 +6728,7 @@ function __wbg_get_imports() {
|
|
|
6728
6728
|
__wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
|
|
6729
6729
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
6730
6730
|
}, arguments); },
|
|
6731
|
-
|
|
6731
|
+
__wbg_getRandomValues_a697888e9ba1eee3: function() { return handleError(function (arg0, arg1) {
|
|
6732
6732
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
6733
6733
|
}, arguments); },
|
|
6734
6734
|
__wbg_getTime_00b3f7db575e4ef5: function(arg0) {
|
package/nodejs/pdf_oxide_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pdf-oxide-wasm",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.63",
|
|
4
4
|
"description": "Fast, zero-dependency PDF toolkit for Node.js, browsers, and edge runtimes — text extraction, markdown/HTML conversion, search, form filling, creation, and editing. Rust core compiled to WebAssembly.",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"repository": {
|
package/web/pdf_oxide.js
CHANGED
|
@@ -6692,7 +6692,7 @@ function __wbg_get_imports() {
|
|
|
6692
6692
|
__wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
|
|
6693
6693
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
6694
6694
|
}, arguments); },
|
|
6695
|
-
|
|
6695
|
+
__wbg_getRandomValues_a697888e9ba1eee3: function() { return handleError(function (arg0, arg1) {
|
|
6696
6696
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
6697
6697
|
}, arguments); },
|
|
6698
6698
|
__wbg_getTime_00b3f7db575e4ef5: function(arg0) {
|
package/web/pdf_oxide_bg.wasm
CHANGED
|
Binary file
|