@build-qube/takeoff-calculator-wasm32-wasi 1.2.6 → 2.0.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.
package/package.json
CHANGED
|
@@ -59,7 +59,11 @@ const {
|
|
|
59
59
|
},
|
|
60
60
|
});
|
|
61
61
|
export default __napiModule.exports;
|
|
62
|
-
export const
|
|
62
|
+
export const GroupWrapper = __napiModule.exports.GroupWrapper;
|
|
63
|
+
export const MeasurementWrapper = __napiModule.exports.MeasurementWrapper;
|
|
64
|
+
export const TakeoffStateHandler = __napiModule.exports.TakeoffStateHandler;
|
|
63
65
|
export const plus100 = __napiModule.exports.plus100;
|
|
66
|
+
export const UnitValue = __napiModule.exports.UnitValue;
|
|
64
67
|
export const MeasurementType = __napiModule.exports.MeasurementType;
|
|
65
68
|
export const Unit = __napiModule.exports.Unit;
|
|
69
|
+
export const UnitValueItemType = __napiModule.exports.UnitValueItemType;
|
|
@@ -108,7 +108,11 @@ const { instance: __napiInstance, module: __wasiModule, napiModule: __napiModule
|
|
|
108
108
|
},
|
|
109
109
|
})
|
|
110
110
|
module.exports = __napiModule.exports
|
|
111
|
-
module.exports.
|
|
111
|
+
module.exports.GroupWrapper = __napiModule.exports.GroupWrapper
|
|
112
|
+
module.exports.MeasurementWrapper = __napiModule.exports.MeasurementWrapper
|
|
113
|
+
module.exports.TakeoffStateHandler = __napiModule.exports.TakeoffStateHandler
|
|
112
114
|
module.exports.plus100 = __napiModule.exports.plus100
|
|
115
|
+
module.exports.UnitValue = __napiModule.exports.UnitValue
|
|
113
116
|
module.exports.MeasurementType = __napiModule.exports.MeasurementType
|
|
114
117
|
module.exports.Unit = __napiModule.exports.Unit
|
|
118
|
+
module.exports.UnitValueItemType = __napiModule.exports.UnitValueItemType
|
|
Binary file
|