brepkit-wasm 2.97.1 → 2.97.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.
@@ -4696,13 +4696,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
4696
4696
  export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
4697
4697
  throw new Error(getStringFromWasm0(arg0, arg1));
4698
4698
  }
4699
- export function __wbg_error_97c8e99b1630c83b(arg0, arg1) {
4699
+ export function __wbg_error_243a18a86df2e4cd(arg0, arg1) {
4700
4700
  console.error(getStringFromWasm0(arg0, arg1));
4701
4701
  }
4702
- export function __wbg_log_8996743106ce3520(arg0, arg1) {
4702
+ export function __wbg_log_89bd4f1deb805b91(arg0, arg1) {
4703
4703
  console.log(getStringFromWasm0(arg0, arg1));
4704
4704
  }
4705
- export function __wbg_warn_d82abd2607c609c1(arg0, arg1) {
4705
+ export function __wbg_warn_245909f06527b6a0(arg0, arg1) {
4706
4706
  console.warn(getStringFromWasm0(arg0, arg1));
4707
4707
  }
4708
4708
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4707,13 +4707,13 @@ function __wbg_get_imports() {
4707
4707
  __wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
4708
4708
  throw new Error(getStringFromWasm0(arg0, arg1));
4709
4709
  },
4710
- __wbg_error_97c8e99b1630c83b: function(arg0, arg1) {
4710
+ __wbg_error_243a18a86df2e4cd: function(arg0, arg1) {
4711
4711
  console.error(getStringFromWasm0(arg0, arg1));
4712
4712
  },
4713
- __wbg_log_8996743106ce3520: function(arg0, arg1) {
4713
+ __wbg_log_89bd4f1deb805b91: function(arg0, arg1) {
4714
4714
  console.log(getStringFromWasm0(arg0, arg1));
4715
4715
  },
4716
- __wbg_warn_d82abd2607c609c1: function(arg0, arg1) {
4716
+ __wbg_warn_245909f06527b6a0: function(arg0, arg1) {
4717
4717
  console.warn(getStringFromWasm0(arg0, arg1));
4718
4718
  },
4719
4719
  __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.97.1",
5
+ "version": "2.97.2",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",