brepkit-wasm 3.3.8 → 3.3.9

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.
@@ -5281,13 +5281,13 @@ export function __wbg___wbindgen_debug_string_a57024b9c6e4a48b(arg0, arg1) {
5281
5281
  export function __wbg___wbindgen_throw_bb96b2010945f0bc(arg0, arg1) {
5282
5282
  throw new Error(getStringFromWasm0(arg0, arg1));
5283
5283
  }
5284
- export function __wbg_error_09aa07f0f66238a5(arg0, arg1) {
5284
+ export function __wbg_error_a7d28b2f48027251(arg0, arg1) {
5285
5285
  console.error(getStringFromWasm0(arg0, arg1));
5286
5286
  }
5287
- export function __wbg_log_399893ede3dbb435(arg0, arg1) {
5287
+ export function __wbg_log_dec20bc890a282ec(arg0, arg1) {
5288
5288
  console.log(getStringFromWasm0(arg0, arg1));
5289
5289
  }
5290
- export function __wbg_warn_43c1f9f3155d911b(arg0, arg1) {
5290
+ export function __wbg_warn_3a0fa1e78637ae93(arg0, arg1) {
5291
5291
  console.warn(getStringFromWasm0(arg0, arg1));
5292
5292
  }
5293
5293
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -5295,13 +5295,13 @@ function __wbg_get_imports() {
5295
5295
  __wbg___wbindgen_throw_bb96b2010945f0bc: function(arg0, arg1) {
5296
5296
  throw new Error(getStringFromWasm0(arg0, arg1));
5297
5297
  },
5298
- __wbg_error_09aa07f0f66238a5: function(arg0, arg1) {
5298
+ __wbg_error_a7d28b2f48027251: function(arg0, arg1) {
5299
5299
  console.error(getStringFromWasm0(arg0, arg1));
5300
5300
  },
5301
- __wbg_log_399893ede3dbb435: function(arg0, arg1) {
5301
+ __wbg_log_dec20bc890a282ec: function(arg0, arg1) {
5302
5302
  console.log(getStringFromWasm0(arg0, arg1));
5303
5303
  },
5304
- __wbg_warn_43c1f9f3155d911b: function(arg0, arg1) {
5304
+ __wbg_warn_3a0fa1e78637ae93: function(arg0, arg1) {
5305
5305
  console.warn(getStringFromWasm0(arg0, arg1));
5306
5306
  },
5307
5307
  __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": "3.3.8",
5
+ "version": "3.3.9",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
8
8
  "type": "git",