@cornerstonejs/adapters 1.50.2 → 1.50.3

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.
@@ -28083,6 +28083,7 @@ class Cache {
28083
28083
  }
28084
28084
  this.incrementImageCacheSize(-cachedImage.sizeInBytes);
28085
28085
  const eventDetails = {
28086
+ image: cachedImage,
28086
28087
  imageId
28087
28088
  };
28088
28089
  triggerEvent(eventTarget$1, EVENTS.IMAGE_CACHE_IMAGE_REMOVED, eventDetails);