brepkit-wasm 2.105.0 → 2.105.1

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.
@@ -4898,13 +4898,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
4898
4898
  export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
4899
4899
  throw new Error(getStringFromWasm0(arg0, arg1));
4900
4900
  }
4901
- export function __wbg_error_7d0836b5a71e96a5(arg0, arg1) {
4901
+ export function __wbg_error_85e019924b3d51f5(arg0, arg1) {
4902
4902
  console.error(getStringFromWasm0(arg0, arg1));
4903
4903
  }
4904
- export function __wbg_log_635a65eb162f815b(arg0, arg1) {
4904
+ export function __wbg_log_40a70746064f897c(arg0, arg1) {
4905
4905
  console.log(getStringFromWasm0(arg0, arg1));
4906
4906
  }
4907
- export function __wbg_warn_2c4c9cdbe6f96b1f(arg0, arg1) {
4907
+ export function __wbg_warn_0f2eb98c4119d263(arg0, arg1) {
4908
4908
  console.warn(getStringFromWasm0(arg0, arg1));
4909
4909
  }
4910
4910
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4910,13 +4910,13 @@ function __wbg_get_imports() {
4910
4910
  __wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
4911
4911
  throw new Error(getStringFromWasm0(arg0, arg1));
4912
4912
  },
4913
- __wbg_error_7d0836b5a71e96a5: function(arg0, arg1) {
4913
+ __wbg_error_85e019924b3d51f5: function(arg0, arg1) {
4914
4914
  console.error(getStringFromWasm0(arg0, arg1));
4915
4915
  },
4916
- __wbg_log_635a65eb162f815b: function(arg0, arg1) {
4916
+ __wbg_log_40a70746064f897c: function(arg0, arg1) {
4917
4917
  console.log(getStringFromWasm0(arg0, arg1));
4918
4918
  },
4919
- __wbg_warn_2c4c9cdbe6f96b1f: function(arg0, arg1) {
4919
+ __wbg_warn_0f2eb98c4119d263: function(arg0, arg1) {
4920
4920
  console.warn(getStringFromWasm0(arg0, arg1));
4921
4921
  },
4922
4922
  __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.105.0",
5
+ "version": "2.105.1",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",