@hpcc-js/eclwatch 2.73.44 → 2.74.0

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
@@ -10,8 +10,8 @@ import { Legend, ChartPanel, Carousel } from '@hpcc-js/layout';
10
10
  import { ReactTimelineSeries } from '@hpcc-js/timeline';
11
11
 
12
12
  var PKG_NAME = "@hpcc-js/eclwatch";
13
- var PKG_VERSION = "2.73.44";
14
- var BUILD_VERSION = "2.105.5";
13
+ var PKG_VERSION = "2.74.0";
14
+ var BUILD_VERSION = "2.105.6";
15
15
 
16
16
  /******************************************************************************
17
17
  Copyright (c) Microsoft Corporation.
@@ -622,7 +622,8 @@ var WUScopeController = /** @class */ (function () {
622
622
  },
623
623
  Notes: {
624
624
  Note: []
625
- }
625
+ },
626
+ SinkActivity: ""
626
627
  });
627
628
  });
628
629
  }
@@ -668,7 +669,8 @@ var WUScopeController = /** @class */ (function () {
668
669
  },
669
670
  Notes: {
670
671
  Note: []
671
- }
672
+ },
673
+ SinkActivity: ""
672
674
  };
673
675
  var dummyScope = new BaseScope(dummyDetails);
674
676
  var dummyVertex = subgraph.createVertex(dummyScope);
@@ -686,7 +688,8 @@ var WUScopeController = /** @class */ (function () {
686
688
  },
687
689
  Notes: {
688
690
  Note: []
689
- }
691
+ },
692
+ SinkActivity: ""
690
693
  });
691
694
  subgraph.createEdge(edge.source, dummyVertex, dummyEdgeScope);
692
695
  }
@@ -703,7 +706,8 @@ var WUScopeController = /** @class */ (function () {
703
706
  },
704
707
  Notes: {
705
708
  Note: []
706
- }
709
+ },
710
+ SinkActivity: ""
707
711
  });
708
712
  subgraph.createEdge(dummyVertex, edge.target, dummyEdgeScope);
709
713
  }