@quillmark/wasm 0.46.0 → 0.48.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.
Binary file
@@ -31,9 +31,9 @@ export const lut_interp_linear16: (a: number, b: number, c: number) => number;
31
31
  export const qcms_enable_iccv4: () => void;
32
32
  export const qcms_profile_is_bogus: (a: number) => number;
33
33
  export const qcms_transform_release: (a: number) => void;
34
- export const __wbindgen_export_0: (a: number, b: number) => number;
35
- export const __wbindgen_export_1: (a: number, b: number, c: number, d: number) => number;
36
- export const __wbindgen_export_2: (a: number) => void;
37
- export const __wbindgen_export_3: (a: number, b: number, c: number) => void;
34
+ export const __wbindgen_export: (a: number, b: number) => number;
35
+ export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
36
+ export const __wbindgen_export3: (a: number) => void;
37
+ export const __wbindgen_export4: (a: number, b: number, c: number) => void;
38
38
  export const __wbindgen_add_to_stack_pointer: (a: number) => number;
39
39
  export const __wbindgen_start: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillmark/wasm",
3
- "version": "0.46.0",
3
+ "version": "0.48.0",
4
4
  "description": "WebAssembly bindings for quillmark",
5
5
  "type": "module",
6
6
  "license": "MIT OR Apache-2.0",