brepkit-wasm 2.113.3 → 2.113.5

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_ce4fd36ae658f689(arg0, arg1) {
5107
+ export function __wbg_error_c67a45fb5269b58d(arg0, arg1) {
5108
5108
  console.error(getStringFromWasm0(arg0, arg1));
5109
5109
  }
5110
- export function __wbg_log_16077dfec22b2ea0(arg0, arg1) {
5110
+ export function __wbg_log_e6c05dcc48a371c8(arg0, arg1) {
5111
5111
  console.log(getStringFromWasm0(arg0, arg1));
5112
5112
  }
5113
- export function __wbg_warn_3807249cc78405a6(arg0, arg1) {
5113
+ export function __wbg_warn_a46667d109a17b4d(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_ce4fd36ae658f689: function(arg0, arg1) {
5119
+ __wbg_error_c67a45fb5269b58d: function(arg0, arg1) {
5120
5120
  console.error(getStringFromWasm0(arg0, arg1));
5121
5121
  },
5122
- __wbg_log_16077dfec22b2ea0: function(arg0, arg1) {
5122
+ __wbg_log_e6c05dcc48a371c8: function(arg0, arg1) {
5123
5123
  console.log(getStringFromWasm0(arg0, arg1));
5124
5124
  },
5125
- __wbg_warn_3807249cc78405a6: function(arg0, arg1) {
5125
+ __wbg_warn_a46667d109a17b4d: 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.113.3",
5
+ "version": "2.113.5",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",