@cornerstonejs/core 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "1.50.2",
3
+ "version": "1.50.3",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "types": "dist/types/index.d.ts",
@@ -47,5 +47,5 @@
47
47
  "type": "individual",
48
48
  "url": "https://ohif.org/donate"
49
49
  },
50
- "gitHead": "88d59969255f209d95ecdb72e6576f19ecfe97b3"
50
+ "gitHead": "20a87794b2cb1933c1d09e07ce9bd6a69610a7a1"
51
51
  }
@@ -728,6 +728,7 @@ class Cache implements ICache {
728
728
  this.incrementImageCacheSize(-cachedImage.sizeInBytes);
729
729
 
730
730
  const eventDetails = {
731
+ image: cachedImage,
731
732
  imageId,
732
733
  };
733
734