brepkit-wasm 2.98.0 → 2.99.0

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.
@@ -4727,13 +4727,13 @@ export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
4727
4727
  export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
4728
4728
  throw new Error(getStringFromWasm0(arg0, arg1));
4729
4729
  }
4730
- export function __wbg_error_d4a3a8206d7de779(arg0, arg1) {
4730
+ export function __wbg_error_9ba772860c65247a(arg0, arg1) {
4731
4731
  console.error(getStringFromWasm0(arg0, arg1));
4732
4732
  }
4733
- export function __wbg_log_21a849baa85b6bfa(arg0, arg1) {
4733
+ export function __wbg_log_234d206c6b3856a1(arg0, arg1) {
4734
4734
  console.log(getStringFromWasm0(arg0, arg1));
4735
4735
  }
4736
- export function __wbg_warn_96d719a753ea1a18(arg0, arg1) {
4736
+ export function __wbg_warn_6fd54fe402b279b0(arg0, arg1) {
4737
4737
  console.warn(getStringFromWasm0(arg0, arg1));
4738
4738
  }
4739
4739
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4738,13 +4738,13 @@ function __wbg_get_imports() {
4738
4738
  __wbg___wbindgen_throw_9c31b086c2b26051: function(arg0, arg1) {
4739
4739
  throw new Error(getStringFromWasm0(arg0, arg1));
4740
4740
  },
4741
- __wbg_error_d4a3a8206d7de779: function(arg0, arg1) {
4741
+ __wbg_error_9ba772860c65247a: function(arg0, arg1) {
4742
4742
  console.error(getStringFromWasm0(arg0, arg1));
4743
4743
  },
4744
- __wbg_log_21a849baa85b6bfa: function(arg0, arg1) {
4744
+ __wbg_log_234d206c6b3856a1: function(arg0, arg1) {
4745
4745
  console.log(getStringFromWasm0(arg0, arg1));
4746
4746
  },
4747
- __wbg_warn_96d719a753ea1a18: function(arg0, arg1) {
4747
+ __wbg_warn_6fd54fe402b279b0: function(arg0, arg1) {
4748
4748
  console.warn(getStringFromWasm0(arg0, arg1));
4749
4749
  },
4750
4750
  __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.98.0",
5
+ "version": "2.99.0",
6
6
  "license": "MIT OR Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",