@hpcc-js/other 2.17.2 → 2.17.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/dist/index.es6.js CHANGED
@@ -17,8 +17,8 @@ function _mergeNamespaces(n, m) {
17
17
  }
18
18
 
19
19
  var PKG_NAME = "@hpcc-js/other";
20
- var PKG_VERSION = "2.17.2";
21
- var BUILD_VERSION = "2.108.6";
20
+ var PKG_VERSION = "2.17.4";
21
+ var BUILD_VERSION = "2.108.8";
22
22
 
23
23
  /******************************************************************************
24
24
  Copyright (c) Microsoft Corporation.
@@ -2548,10 +2548,10 @@ function requireSimpleheat () {
2548
2548
  var simpleheatExports = requireSimpleheat();
2549
2549
  var simpleheat$1 = /*@__PURE__*/getDefaultExportFromCjs(simpleheatExports);
2550
2550
 
2551
- var _simpleheat = /*#__PURE__*/_mergeNamespaces({
2551
+ var _simpleheat = /*#__PURE__*/Object.freeze({
2552
2552
  __proto__: null,
2553
2553
  default: simpleheat$1
2554
- }, [simpleheatExports]);
2554
+ });
2555
2555
 
2556
2556
  var simpleheat = window.simpleheat || (_simpleheat && simpleheat$1) || _simpleheat;
2557
2557
  var HeatMap = /** @class */ (function (_super) {