brepkit-wasm 2.120.3 → 2.120.4

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.
@@ -5176,13 +5176,13 @@ export function __wbg___wbindgen_debug_string_8a447059637473e2(arg0, arg1) {
5176
5176
  export function __wbg___wbindgen_throw_ea4887a5f8f9a9db(arg0, arg1) {
5177
5177
  throw new Error(getStringFromWasm0(arg0, arg1));
5178
5178
  }
5179
- export function __wbg_error_72e47c823b26ff6b(arg0, arg1) {
5179
+ export function __wbg_error_7eaea499875a1b10(arg0, arg1) {
5180
5180
  console.error(getStringFromWasm0(arg0, arg1));
5181
5181
  }
5182
- export function __wbg_log_b3021fecb1d95c74(arg0, arg1) {
5182
+ export function __wbg_log_274f2d8fc74558e8(arg0, arg1) {
5183
5183
  console.log(getStringFromWasm0(arg0, arg1));
5184
5184
  }
5185
- export function __wbg_warn_dcff8e1cc6dee4b7(arg0, arg1) {
5185
+ export function __wbg_warn_816ecb66f6b9a1b6(arg0, arg1) {
5186
5186
  console.warn(getStringFromWasm0(arg0, arg1));
5187
5187
  }
5188
5188
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -5188,13 +5188,13 @@ function __wbg_get_imports() {
5188
5188
  __wbg___wbindgen_throw_ea4887a5f8f9a9db: function(arg0, arg1) {
5189
5189
  throw new Error(getStringFromWasm0(arg0, arg1));
5190
5190
  },
5191
- __wbg_error_72e47c823b26ff6b: function(arg0, arg1) {
5191
+ __wbg_error_7eaea499875a1b10: function(arg0, arg1) {
5192
5192
  console.error(getStringFromWasm0(arg0, arg1));
5193
5193
  },
5194
- __wbg_log_b3021fecb1d95c74: function(arg0, arg1) {
5194
+ __wbg_log_274f2d8fc74558e8: function(arg0, arg1) {
5195
5195
  console.log(getStringFromWasm0(arg0, arg1));
5196
5196
  },
5197
- __wbg_warn_dcff8e1cc6dee4b7: function(arg0, arg1) {
5197
+ __wbg_warn_816ecb66f6b9a1b6: function(arg0, arg1) {
5198
5198
  console.warn(getStringFromWasm0(arg0, arg1));
5199
5199
  },
5200
5200
  __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.120.3",
5
+ "version": "2.120.4",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",