@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.js CHANGED
@@ -20,8 +20,8 @@
20
20
  }
21
21
 
22
22
  var PKG_NAME = "@hpcc-js/other";
23
- var PKG_VERSION = "2.17.2";
24
- var BUILD_VERSION = "2.108.6";
23
+ var PKG_VERSION = "2.17.4";
24
+ var BUILD_VERSION = "2.108.8";
25
25
 
26
26
  /******************************************************************************
27
27
  Copyright (c) Microsoft Corporation.
@@ -2551,10 +2551,10 @@
2551
2551
  var simpleheatExports = requireSimpleheat();
2552
2552
  var simpleheat$1 = /*@__PURE__*/getDefaultExportFromCjs(simpleheatExports);
2553
2553
 
2554
- var _simpleheat = /*#__PURE__*/_mergeNamespaces({
2554
+ var _simpleheat = /*#__PURE__*/Object.freeze({
2555
2555
  __proto__: null,
2556
2556
  default: simpleheat$1
2557
- }, [simpleheatExports]);
2557
+ });
2558
2558
 
2559
2559
  var simpleheat = window.simpleheat || (_simpleheat && simpleheat$1) || _simpleheat;
2560
2560
  var HeatMap = /** @class */ (function (_super) {