@hpcc-js/graph 2.87.4 → 2.87.5

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
@@ -5,8 +5,8 @@ import { render, Icons, Subgraph as Subgraph$1, Vertex as Vertex$1, Edge as Edge
5
5
  import { HTMLTooltip } from '@hpcc-js/html';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/graph";
8
- var PKG_VERSION = "2.87.4";
9
- var BUILD_VERSION = "2.108.10";
8
+ var PKG_VERSION = "2.87.5";
9
+ var BUILD_VERSION = "2.108.11";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -4708,7 +4708,7 @@ function require_setCacheAdd () {
4708
4708
  * @name has
4709
4709
  * @memberOf SetCache
4710
4710
  * @param {*} value The value to search for.
4711
- * @returns {number} Returns `true` if `value` is found, else `false`.
4711
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
4712
4712
  */
4713
4713
 
4714
4714
  var _setCacheHas;
@@ -11012,7 +11012,7 @@ function require_baseOrderBy () {
11012
11012
  if (isArray(iteratee)) {
11013
11013
  return function(value) {
11014
11014
  return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
11015
- }
11015
+ };
11016
11016
  }
11017
11017
  return iteratee;
11018
11018
  });