@imferno/wasm 2.3.1-fix-docs-audit.c3cc34c → 2.4.0

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/imferno_wasm.js CHANGED
@@ -282,7 +282,7 @@ function __wbg_get_imports() {
282
282
  const ret = arg0.length;
283
283
  return ret;
284
284
  },
285
- __wbg_log_e0be580edabdde0d: function(arg0, arg1) {
285
+ __wbg_log_0d7af84ff945050c: function(arg0, arg1) {
286
286
  console.log(getStringFromWasm0(arg0, arg1));
287
287
  },
288
288
  __wbg_new_02d162bc6cf02f60: function() {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imferno/wasm",
3
- "version": "2.3.1-fix-docs-audit.c3cc34c",
3
+ "version": "2.4.0",
4
4
  "description": "Fast, type-safe SMPTE ST 2067 IMF parser for JavaScript and TypeScript",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",