@build-qube/takeoff-calculator-wasm32-wasi 1.2.6 → 1.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@build-qube/takeoff-calculator-wasm32-wasi",
3
- "version": "1.2.6",
3
+ "version": "1.3.4",
4
4
  "cpu": [
5
5
  "wasm32"
6
6
  ],
@@ -59,7 +59,7 @@ const {
59
59
  },
60
60
  });
61
61
  export default __napiModule.exports;
62
- export const State = __napiModule.exports.State;
62
+ export const TakeoffStateHandler = __napiModule.exports.TakeoffStateHandler;
63
63
  export const plus100 = __napiModule.exports.plus100;
64
64
  export const MeasurementType = __napiModule.exports.MeasurementType;
65
65
  export const Unit = __napiModule.exports.Unit;
@@ -108,7 +108,7 @@ const { instance: __napiInstance, module: __wasiModule, napiModule: __napiModule
108
108
  },
109
109
  })
110
110
  module.exports = __napiModule.exports
111
- module.exports.State = __napiModule.exports.State
111
+ module.exports.TakeoffStateHandler = __napiModule.exports.TakeoffStateHandler
112
112
  module.exports.plus100 = __napiModule.exports.plus100
113
113
  module.exports.MeasurementType = __napiModule.exports.MeasurementType
114
114
  module.exports.Unit = __napiModule.exports.Unit
Binary file