@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 +4 -4
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +5 -5
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
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.
|
|
21
|
-
var BUILD_VERSION = "2.108.
|
|
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__*/
|
|
2551
|
+
var _simpleheat = /*#__PURE__*/Object.freeze({
|
|
2552
2552
|
__proto__: null,
|
|
2553
2553
|
default: simpleheat$1
|
|
2554
|
-
}
|
|
2554
|
+
});
|
|
2555
2555
|
|
|
2556
2556
|
var simpleheat = window.simpleheat || (_simpleheat && simpleheat$1) || _simpleheat;
|
|
2557
2557
|
var HeatMap = /** @class */ (function (_super) {
|