compress-jpeg 1.1.0 → 1.1.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/compress_jpeg.js CHANGED
@@ -158,6 +158,11 @@ function __wbg_get_imports() {
158
158
  const ret = arg0.width;
159
159
  return ret;
160
160
  };
161
+ imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
162
+ // Cast intrinsic for `Ref(String) -> Externref`.
163
+ const ret = getStringFromWasm0(arg0, arg1);
164
+ return ret;
165
+ };
161
166
  imports.wbg.__wbindgen_init_externref_table = function() {
162
167
  const table = wasm.__wbindgen_externrefs;
163
168
  const offset = table.grow(4);
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "compress-jpeg",
3
3
  "type": "module",
4
4
  "description": "A simple JPEG compression library for WebAssembly",
5
- "version": "1.1.0",
5
+ "version": "1.1.1",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "compress_jpeg_bg.wasm",