brepkit-wasm 2.109.2 → 2.110.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.
@@ -5062,13 +5062,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
5062
5062
  export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
5063
5063
  throw new Error(getStringFromWasm0(arg0, arg1));
5064
5064
  }
5065
- export function __wbg_error_5dcff93d5954f30e(arg0, arg1) {
5065
+ export function __wbg_error_27b4fb6a462530d1(arg0, arg1) {
5066
5066
  console.error(getStringFromWasm0(arg0, arg1));
5067
5067
  }
5068
- export function __wbg_log_6361831cfe71d5a8(arg0, arg1) {
5068
+ export function __wbg_log_db32f390bc20adda(arg0, arg1) {
5069
5069
  console.log(getStringFromWasm0(arg0, arg1));
5070
5070
  }
5071
- export function __wbg_warn_757b4439c7551965(arg0, arg1) {
5071
+ export function __wbg_warn_351a568aa97e2a21(arg0, arg1) {
5072
5072
  console.warn(getStringFromWasm0(arg0, arg1));
5073
5073
  }
5074
5074
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -5074,13 +5074,13 @@ function __wbg_get_imports() {
5074
5074
  __wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
5075
5075
  throw new Error(getStringFromWasm0(arg0, arg1));
5076
5076
  },
5077
- __wbg_error_5dcff93d5954f30e: function(arg0, arg1) {
5077
+ __wbg_error_27b4fb6a462530d1: function(arg0, arg1) {
5078
5078
  console.error(getStringFromWasm0(arg0, arg1));
5079
5079
  },
5080
- __wbg_log_6361831cfe71d5a8: function(arg0, arg1) {
5080
+ __wbg_log_db32f390bc20adda: function(arg0, arg1) {
5081
5081
  console.log(getStringFromWasm0(arg0, arg1));
5082
5082
  },
5083
- __wbg_warn_757b4439c7551965: function(arg0, arg1) {
5083
+ __wbg_warn_351a568aa97e2a21: function(arg0, arg1) {
5084
5084
  console.warn(getStringFromWasm0(arg0, arg1));
5085
5085
  },
5086
5086
  __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.109.2",
5
+ "version": "2.110.0",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",