brepkit-wasm 2.95.0 → 2.96.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.
@@ -4673,13 +4673,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
4673
4673
  export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
4674
4674
  throw new Error(getStringFromWasm0(arg0, arg1));
4675
4675
  }
4676
- export function __wbg_error_e14d269f83bb6855(arg0, arg1) {
4676
+ export function __wbg_error_0333dc6c9d8e576b(arg0, arg1) {
4677
4677
  console.error(getStringFromWasm0(arg0, arg1));
4678
4678
  }
4679
- export function __wbg_log_dacf5b4ce4f30011(arg0, arg1) {
4679
+ export function __wbg_log_f21353a795692d27(arg0, arg1) {
4680
4680
  console.log(getStringFromWasm0(arg0, arg1));
4681
4681
  }
4682
- export function __wbg_warn_216a6b6829e008b3(arg0, arg1) {
4682
+ export function __wbg_warn_c0a82906f1a61a5e(arg0, arg1) {
4683
4683
  console.warn(getStringFromWasm0(arg0, arg1));
4684
4684
  }
4685
4685
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4684,13 +4684,13 @@ function __wbg_get_imports() {
4684
4684
  __wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
4685
4685
  throw new Error(getStringFromWasm0(arg0, arg1));
4686
4686
  },
4687
- __wbg_error_e14d269f83bb6855: function(arg0, arg1) {
4687
+ __wbg_error_0333dc6c9d8e576b: function(arg0, arg1) {
4688
4688
  console.error(getStringFromWasm0(arg0, arg1));
4689
4689
  },
4690
- __wbg_log_dacf5b4ce4f30011: function(arg0, arg1) {
4690
+ __wbg_log_f21353a795692d27: function(arg0, arg1) {
4691
4691
  console.log(getStringFromWasm0(arg0, arg1));
4692
4692
  },
4693
- __wbg_warn_216a6b6829e008b3: function(arg0, arg1) {
4693
+ __wbg_warn_c0a82906f1a61a5e: function(arg0, arg1) {
4694
4694
  console.warn(getStringFromWasm0(arg0, arg1));
4695
4695
  },
4696
4696
  __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.95.0",
5
+ "version": "2.96.0",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",