@cornerstonejs/core 1.71.2 → 1.71.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.71.2",
3
+ "version": "1.71.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": "7adfc02d0c2268d971df17450c825c54a082bd3f"
50
+ "gitHead": "1f8cced111f519d18a4f832acf9204c8b160d0ab"
51
51
  }
@@ -99,6 +99,7 @@ function findMatchingColormap(rgbPoints, actor): ColormapPublic | null {
99
99
 
100
100
  return {
101
101
  name: matchedColormap.Name,
102
+ opacity,
102
103
  };
103
104
  }
104
105