@cornerstonejs/tools 1.23.3 → 1.23.4

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/tools",
3
- "version": "1.23.3",
3
+ "version": "1.23.4",
4
4
  "description": "Cornerstone3D Tools",
5
5
  "main": "src/index.ts",
6
6
  "types": "dist/esm/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
30
30
  },
31
31
  "dependencies": {
32
- "@cornerstonejs/core": "^1.23.3",
32
+ "@cornerstonejs/core": "^1.23.4",
33
33
  "lodash.clonedeep": "4.5.0",
34
34
  "lodash.get": "^4.4.2"
35
35
  },
@@ -52,5 +52,5 @@
52
52
  "type": "individual",
53
53
  "url": "https://ohif.org/donate"
54
54
  },
55
- "gitHead": "c527923a8a1afd65e76f9335ac4cc0bc3a0e924b"
55
+ "gitHead": "fbd7662554d78d9db96d83e3d29369db6024b70b"
56
56
  }
@@ -149,11 +149,10 @@ class SegmentationDisplayTool extends BaseTool {
149
149
  [Representations.Labelmap]: labelmapDisplay,
150
150
  [Representations.Contour]: contourDisplay,
151
151
  [Representations.Surface]: surfaceDisplay,
152
- }
152
+ };
153
153
 
154
154
  const display = renderers[representation.type];
155
155
 
156
-
157
156
  for (const viewport of toolGroupViewports) {
158
157
  const renderedViewport = display.render(
159
158
  viewport as Types.IVolumeViewport,