@hpcc-js/common 2.73.1 → 2.73.2

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
@@ -1,8 +1,8 @@
1
1
  import { classID2Meta, hashSum, isArray } from '@hpcc-js/util';
2
2
 
3
3
  var PKG_NAME = "@hpcc-js/common";
4
- var PKG_VERSION = "2.73.1";
5
- var BUILD_VERSION = "2.108.2";
4
+ var PKG_VERSION = "2.73.2";
5
+ var BUILD_VERSION = "2.108.6";
6
6
 
7
7
  /******************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -11172,7 +11172,7 @@ function palette_rainbow(id, _colors, _steps) {
11172
11172
  scale = sequential(m_d3[id]).domain([0, 100]);
11173
11173
  }
11174
11174
  if (!scale) {
11175
- scale = _custom(m_colorbrewer.RdYlGn[11]);
11175
+ scale = _custom(m_colorbrewer["RdYlGn"][11]);
11176
11176
  }
11177
11177
  colors = scale.range ? scale.range() : scale;
11178
11178
  }
@@ -11264,7 +11264,7 @@ function test(ordinalDivID, brewerDivID, customDivID, customArr, steps) {
11264
11264
  .attr("class", "swatch2")
11265
11265
  .style("background-color", function (d) { return d; });
11266
11266
  }
11267
- m_colorbrewer.RdWhGr = {
11267
+ m_colorbrewer["RdWhGr"] = {
11268
11268
  3: ["red", "white", "green"]
11269
11269
  };
11270
11270
  var ordinal = fetchOrdinalItem;