brepkit-wasm 2.102.11 → 2.102.12

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.
@@ -4782,13 +4782,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
4782
4782
  export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
4783
4783
  throw new Error(getStringFromWasm0(arg0, arg1));
4784
4784
  }
4785
- export function __wbg_error_eb26503b2d72473e(arg0, arg1) {
4785
+ export function __wbg_error_6d7f0ae279463cec(arg0, arg1) {
4786
4786
  console.error(getStringFromWasm0(arg0, arg1));
4787
4787
  }
4788
- export function __wbg_log_b92074232a622105(arg0, arg1) {
4788
+ export function __wbg_log_1a79388715e27b12(arg0, arg1) {
4789
4789
  console.log(getStringFromWasm0(arg0, arg1));
4790
4790
  }
4791
- export function __wbg_warn_897dd1576cebdfa3(arg0, arg1) {
4791
+ export function __wbg_warn_2b3c4fb255c7d8fd(arg0, arg1) {
4792
4792
  console.warn(getStringFromWasm0(arg0, arg1));
4793
4793
  }
4794
4794
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4793,13 +4793,13 @@ function __wbg_get_imports() {
4793
4793
  __wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
4794
4794
  throw new Error(getStringFromWasm0(arg0, arg1));
4795
4795
  },
4796
- __wbg_error_eb26503b2d72473e: function(arg0, arg1) {
4796
+ __wbg_error_6d7f0ae279463cec: function(arg0, arg1) {
4797
4797
  console.error(getStringFromWasm0(arg0, arg1));
4798
4798
  },
4799
- __wbg_log_b92074232a622105: function(arg0, arg1) {
4799
+ __wbg_log_1a79388715e27b12: function(arg0, arg1) {
4800
4800
  console.log(getStringFromWasm0(arg0, arg1));
4801
4801
  },
4802
- __wbg_warn_897dd1576cebdfa3: function(arg0, arg1) {
4802
+ __wbg_warn_2b3c4fb255c7d8fd: function(arg0, arg1) {
4803
4803
  console.warn(getStringFromWasm0(arg0, arg1));
4804
4804
  },
4805
4805
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "brepkit-wasm",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for brepkit — browser-native B-Rep solid modeling",
5
- "version": "2.102.11",
5
+ "version": "2.102.12",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",