brepkit-wasm 2.92.0 → 2.93.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.
@@ -4611,13 +4611,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
4611
4611
  export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
4612
4612
  throw new Error(getStringFromWasm0(arg0, arg1));
4613
4613
  }
4614
- export function __wbg_error_21493330a5972550(arg0, arg1) {
4614
+ export function __wbg_error_73298e6604f8a631(arg0, arg1) {
4615
4615
  console.error(getStringFromWasm0(arg0, arg1));
4616
4616
  }
4617
- export function __wbg_log_7484066f03c79736(arg0, arg1) {
4617
+ export function __wbg_log_e344b38a3ec5fa7a(arg0, arg1) {
4618
4618
  console.log(getStringFromWasm0(arg0, arg1));
4619
4619
  }
4620
- export function __wbg_warn_f8b201a6c0cb91d4(arg0, arg1) {
4620
+ export function __wbg_warn_660504f7afe155d3(arg0, arg1) {
4621
4621
  console.warn(getStringFromWasm0(arg0, arg1));
4622
4622
  }
4623
4623
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4622,13 +4622,13 @@ function __wbg_get_imports() {
4622
4622
  __wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
4623
4623
  throw new Error(getStringFromWasm0(arg0, arg1));
4624
4624
  },
4625
- __wbg_error_21493330a5972550: function(arg0, arg1) {
4625
+ __wbg_error_73298e6604f8a631: function(arg0, arg1) {
4626
4626
  console.error(getStringFromWasm0(arg0, arg1));
4627
4627
  },
4628
- __wbg_log_7484066f03c79736: function(arg0, arg1) {
4628
+ __wbg_log_e344b38a3ec5fa7a: function(arg0, arg1) {
4629
4629
  console.log(getStringFromWasm0(arg0, arg1));
4630
4630
  },
4631
- __wbg_warn_f8b201a6c0cb91d4: function(arg0, arg1) {
4631
+ __wbg_warn_660504f7afe155d3: function(arg0, arg1) {
4632
4632
  console.warn(getStringFromWasm0(arg0, arg1));
4633
4633
  },
4634
4634
  __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.92.0",
5
+ "version": "2.93.0",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",