brepkit-wasm 3.4.1 → 3.4.3

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.
@@ -5282,13 +5282,13 @@ export function __wbg___wbindgen_debug_string_0e68cf47c9cbd9b0(arg0, arg1) {
5282
5282
  export function __wbg___wbindgen_throw_5d9e815e6fdf150f(arg0, arg1) {
5283
5283
  throw new Error(getStringFromWasm0(arg0, arg1));
5284
5284
  }
5285
- export function __wbg_error_9a7c95a53b5089ee(arg0, arg1) {
5285
+ export function __wbg_error_1f3375752be70185(arg0, arg1) {
5286
5286
  console.error(getStringFromWasm0(arg0, arg1));
5287
5287
  }
5288
- export function __wbg_log_de93bbd8cd4c6d40(arg0, arg1) {
5288
+ export function __wbg_log_011704c0b522b70c(arg0, arg1) {
5289
5289
  console.log(getStringFromWasm0(arg0, arg1));
5290
5290
  }
5291
- export function __wbg_warn_9f576b1eee065769(arg0, arg1) {
5291
+ export function __wbg_warn_649baec9f59be110(arg0, arg1) {
5292
5292
  console.warn(getStringFromWasm0(arg0, arg1));
5293
5293
  }
5294
5294
  export function __wbindgen_generic_0000000000000001(arg0, arg1) {
Binary file
@@ -5296,13 +5296,13 @@ function __wbg_get_imports() {
5296
5296
  __wbg___wbindgen_throw_5d9e815e6fdf150f: function(arg0, arg1) {
5297
5297
  throw new Error(getStringFromWasm0(arg0, arg1));
5298
5298
  },
5299
- __wbg_error_9a7c95a53b5089ee: function(arg0, arg1) {
5299
+ __wbg_error_1f3375752be70185: function(arg0, arg1) {
5300
5300
  console.error(getStringFromWasm0(arg0, arg1));
5301
5301
  },
5302
- __wbg_log_de93bbd8cd4c6d40: function(arg0, arg1) {
5302
+ __wbg_log_011704c0b522b70c: function(arg0, arg1) {
5303
5303
  console.log(getStringFromWasm0(arg0, arg1));
5304
5304
  },
5305
- __wbg_warn_9f576b1eee065769: function(arg0, arg1) {
5305
+ __wbg_warn_649baec9f59be110: function(arg0, arg1) {
5306
5306
  console.warn(getStringFromWasm0(arg0, arg1));
5307
5307
  },
5308
5308
  __wbindgen_generic_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": "3.4.1",
5
+ "version": "3.4.3",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
8
8
  "type": "git",