pdf-oxide-wasm 0.3.42 → 0.3.44
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
|
@@ -5799,6 +5799,9 @@ export function __wbg_from_ff141b1e4c69b979(arg0) {
|
|
|
5799
5799
|
const ret = Array.from(getObject(arg0));
|
|
5800
5800
|
return addHeapObject(ret);
|
|
5801
5801
|
}
|
|
5802
|
+
export function __wbg_getRandomValues_76dfc69825c9c552() { return handleError(function (arg0, arg1) {
|
|
5803
|
+
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
5804
|
+
}, arguments); }
|
|
5802
5805
|
export function __wbg_getRandomValues_ef12552bf5acd2fe() { return handleError(function (arg0, arg1) {
|
|
5803
5806
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
5804
5807
|
}, arguments); }
|
|
Binary file
|
package/nodejs/pdf_oxide.js
CHANGED
|
@@ -5827,6 +5827,9 @@ function __wbg_get_imports() {
|
|
|
5827
5827
|
const ret = Array.from(getObject(arg0));
|
|
5828
5828
|
return addHeapObject(ret);
|
|
5829
5829
|
},
|
|
5830
|
+
__wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
|
|
5831
|
+
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
5832
|
+
}, arguments); },
|
|
5830
5833
|
__wbg_getRandomValues_ef12552bf5acd2fe: function() { return handleError(function (arg0, arg1) {
|
|
5831
5834
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
5832
5835
|
}, arguments); },
|
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.44",
|
|
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
|
@@ -5804,6 +5804,9 @@ function __wbg_get_imports() {
|
|
|
5804
5804
|
const ret = Array.from(getObject(arg0));
|
|
5805
5805
|
return addHeapObject(ret);
|
|
5806
5806
|
},
|
|
5807
|
+
__wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
|
|
5808
|
+
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
5809
|
+
}, arguments); },
|
|
5807
5810
|
__wbg_getRandomValues_ef12552bf5acd2fe: function() { return handleError(function (arg0, arg1) {
|
|
5808
5811
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
5809
5812
|
}, arguments); },
|
package/web/pdf_oxide_bg.wasm
CHANGED
|
Binary file
|