@optimiser/common 1.0.288 → 1.0.289

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.
@@ -4498,7 +4498,7 @@ function ValidateUserInput(options) {
4498
4498
  _c.label = 2;
4499
4499
  case 2:
4500
4500
  if (!inputField.includes(fieldName)) return [3 /*break*/, 37];
4501
- if (!fieldData) return [3 /*break*/, 37];
4501
+ if (!(fieldData || fieldData === 0 || fieldData === false)) return [3 /*break*/, 37];
4502
4502
  _a = field.UIDataType;
4503
4503
  switch (_a) {
4504
4504
  case 'int': return [3 /*break*/, 3];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.288",
3
+ "version": "1.0.289",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {