@cornerstonejs/tools 1.21.2 → 1.22.0

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.21.2",
3
+ "version": "1.22.0",
4
4
  "description": "Cornerstone3D Tools",
5
5
  "main": "dist/umd/index.js",
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.21.2",
32
+ "@cornerstonejs/core": "^1.22.0",
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": "b33eac99097417d700cdf4ba27c70c47f2eac48a"
55
+ "gitHead": "ff226c7a2ed426dc568b8043d3bbbb1cdc993281"
56
56
  }
@@ -129,7 +129,6 @@ async function render(
129
129
  const contourData = segmentation.representationData[Representations.Contour];
130
130
  const { geometryIds } = contourData;
131
131
 
132
-
133
132
  // We don't have a good way to handle stack viewports for contours at the moment.
134
133
  // Plus, if we add a segmentation to one viewport, it gets added to all the viewports in the toolGroup too.
135
134
  if (viewport instanceof StackViewport) {