brepkit-wasm 2.101.1 → 2.101.2

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.
@@ -4778,13 +4778,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
4778
4778
  export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
4779
4779
  throw new Error(getStringFromWasm0(arg0, arg1));
4780
4780
  }
4781
- export function __wbg_error_b171c89b0f7282f3(arg0, arg1) {
4781
+ export function __wbg_error_8f805139687676b3(arg0, arg1) {
4782
4782
  console.error(getStringFromWasm0(arg0, arg1));
4783
4783
  }
4784
- export function __wbg_log_93e00aa7e1031049(arg0, arg1) {
4784
+ export function __wbg_log_5c90c3d7db304217(arg0, arg1) {
4785
4785
  console.log(getStringFromWasm0(arg0, arg1));
4786
4786
  }
4787
- export function __wbg_warn_8975fb161301456c(arg0, arg1) {
4787
+ export function __wbg_warn_dc5d01297b74c413(arg0, arg1) {
4788
4788
  console.warn(getStringFromWasm0(arg0, arg1));
4789
4789
  }
4790
4790
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4789,13 +4789,13 @@ function __wbg_get_imports() {
4789
4789
  __wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
4790
4790
  throw new Error(getStringFromWasm0(arg0, arg1));
4791
4791
  },
4792
- __wbg_error_b171c89b0f7282f3: function(arg0, arg1) {
4792
+ __wbg_error_8f805139687676b3: function(arg0, arg1) {
4793
4793
  console.error(getStringFromWasm0(arg0, arg1));
4794
4794
  },
4795
- __wbg_log_93e00aa7e1031049: function(arg0, arg1) {
4795
+ __wbg_log_5c90c3d7db304217: function(arg0, arg1) {
4796
4796
  console.log(getStringFromWasm0(arg0, arg1));
4797
4797
  },
4798
- __wbg_warn_8975fb161301456c: function(arg0, arg1) {
4798
+ __wbg_warn_dc5d01297b74c413: function(arg0, arg1) {
4799
4799
  console.warn(getStringFromWasm0(arg0, arg1));
4800
4800
  },
4801
4801
  __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.101.1",
5
+ "version": "2.101.2",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",