@hpcc-js/comms 2.88.0 → 2.88.1

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/dist/index.js CHANGED
@@ -648,8 +648,8 @@
648
648
  }
649
649
 
650
650
  var PKG_NAME = "@hpcc-js/comms";
651
- var PKG_VERSION = "2.88.0";
652
- var BUILD_VERSION = "2.104.37";
651
+ var PKG_VERSION = "2.88.1";
652
+ var BUILD_VERSION = "2.104.38";
653
653
 
654
654
  /******************************************************************************
655
655
  Copyright (c) Microsoft Corporation.
@@ -5772,8 +5772,8 @@
5772
5772
  return retVal;
5773
5773
  }
5774
5774
  function formatValue(item, key) {
5775
- var _a, _b, _c;
5776
- return (_c = (_b = (_a = item.__formattedProps) === null || _a === void 0 ? void 0 : _a[key]) !== null && _b !== void 0 ? _b : item[key]) !== null && _c !== void 0 ? _c : "";
5775
+ var _a, _b;
5776
+ return (_b = (_a = item.__formattedProps) === null || _a === void 0 ? void 0 : _a[key]) !== null && _b !== void 0 ? _b : item[key];
5777
5777
  }
5778
5778
  function formatValues(item, key, dedup) {
5779
5779
  var keyParts = splitLabel(key);