brepkit-wasm 2.114.10 → 2.114.11

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.
@@ -5104,13 +5104,13 @@ export function __wbg___wbindgen_debug_string_0accd80f45e5faa2(arg0, arg1) {
5104
5104
  export function __wbg___wbindgen_throw_1506f2235d1bdba0(arg0, arg1) {
5105
5105
  throw new Error(getStringFromWasm0(arg0, arg1));
5106
5106
  }
5107
- export function __wbg_error_9e44bf11b60aded9(arg0, arg1) {
5107
+ export function __wbg_error_a16ed827fdacba07(arg0, arg1) {
5108
5108
  console.error(getStringFromWasm0(arg0, arg1));
5109
5109
  }
5110
- export function __wbg_log_be97ed286f114635(arg0, arg1) {
5110
+ export function __wbg_log_7cbcfc70ecd69224(arg0, arg1) {
5111
5111
  console.log(getStringFromWasm0(arg0, arg1));
5112
5112
  }
5113
- export function __wbg_warn_2faacd406e00c89e(arg0, arg1) {
5113
+ export function __wbg_warn_d61886a52e5e17d3(arg0, arg1) {
5114
5114
  console.warn(getStringFromWasm0(arg0, arg1));
5115
5115
  }
5116
5116
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -5116,13 +5116,13 @@ function __wbg_get_imports() {
5116
5116
  __wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
5117
5117
  throw new Error(getStringFromWasm0(arg0, arg1));
5118
5118
  },
5119
- __wbg_error_9e44bf11b60aded9: function(arg0, arg1) {
5119
+ __wbg_error_a16ed827fdacba07: function(arg0, arg1) {
5120
5120
  console.error(getStringFromWasm0(arg0, arg1));
5121
5121
  },
5122
- __wbg_log_be97ed286f114635: function(arg0, arg1) {
5122
+ __wbg_log_7cbcfc70ecd69224: function(arg0, arg1) {
5123
5123
  console.log(getStringFromWasm0(arg0, arg1));
5124
5124
  },
5125
- __wbg_warn_2faacd406e00c89e: function(arg0, arg1) {
5125
+ __wbg_warn_d61886a52e5e17d3: function(arg0, arg1) {
5126
5126
  console.warn(getStringFromWasm0(arg0, arg1));
5127
5127
  },
5128
5128
  __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.114.10",
5
+ "version": "2.114.11",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",