@abi-software/map-side-bar 2.8.1 → 2.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -559,8 +559,6 @@ export default {
559
559
  };
560
560
  },
561
561
  onConnectivitySourceChange: function (connectivitySource) {
562
- const { featureId } = this.entry;
563
-
564
562
  this.connectivityLoading = true;
565
563
 
566
564
  if (this.activeView !== 'graphView') {
@@ -570,7 +568,7 @@ export default {
570
568
  this.updateGraphConnectivity();
571
569
 
572
570
  EventBus.emit('connectivity-source-change', {
573
- featureId: featureId,
571
+ entry: this.entry,
574
572
  connectivitySource: connectivitySource,
575
573
  });
576
574
  },