@paddor/zrip 0.5.9 → 0.5.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paddor/zrip",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "description": "Pure Rust zstd codec compiled to WebAssembly. Decodes all zstd levels, encodes -8..4, with SIMD auto-detection.",
5
5
  "license": "MIT",
6
6
  "type": "module",
Binary file
@@ -333,11 +333,11 @@ export function decompressWithDict(input, dict, max_output_size) {
333
333
  function __wbg_get_imports() {
334
334
  const import0 = {
335
335
  __proto__: null,
336
- __wbg_Error_67e7344beaa85059: function(arg0, arg1) {
336
+ __wbg_Error_30c8987f7c2ed4e2: function(arg0, arg1) {
337
337
  const ret = Error(getStringFromWasm0(arg0, arg1));
338
338
  return addHeapObject(ret);
339
339
  },
340
- __wbg___wbindgen_throw_5d9e815e6fdf150f: function(arg0, arg1) {
340
+ __wbg___wbindgen_throw_41e9ee4f547fc59a: function(arg0, arg1) {
341
341
  throw new Error(getStringFromWasm0(arg0, arg1));
342
342
  },
343
343
  };
Binary file