@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 +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 +7 -7
- 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
|
@@ -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.
|
|
9
|
-
var BUILD_VERSION = "2.108.
|
|
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 {
|
|
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
|
});
|