@cornerstonejs/tools 3.10.0 → 3.10.2

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.
@@ -388,9 +388,6 @@ class RectangleROIStartEndThresholdTool extends RectangleROITool {
388
388
  if (this.configuration.calculatePointsInsideVolume) {
389
389
  this._computePointsInsideVolume(annotation, targetId, imageVolume, enabledElement);
390
390
  }
391
- if (this.configuration.calculatePointsInsideVolume) {
392
- this._computePointsInsideVolume(annotation, targetId, imageVolume, enabledElement);
393
- }
394
391
  annotation.invalidated = false;
395
392
  triggerAnnotationModified(annotation, viewport.element);
396
393
  return cachedStats;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/tools",
3
- "version": "3.10.0",
3
+ "version": "3.10.2",
4
4
  "description": "Cornerstone3D Tools",
5
5
  "types": "./dist/esm/index.d.ts",
6
6
  "module": "./dist/esm/index.js",
@@ -103,7 +103,7 @@
103
103
  "canvas": "^3.1.0"
104
104
  },
105
105
  "peerDependencies": {
106
- "@cornerstonejs/core": "^3.10.0",
106
+ "@cornerstonejs/core": "^3.10.2",
107
107
  "@kitware/vtk.js": "32.12.1",
108
108
  "@types/d3-array": "^3.0.4",
109
109
  "@types/d3-interpolate": "^3.0.1",
@@ -122,5 +122,5 @@
122
122
  "type": "individual",
123
123
  "url": "https://ohif.org/donate"
124
124
  },
125
- "gitHead": "82188c3f17a27d9d1a70442b06bd209c08f881e2"
125
+ "gitHead": "dc597b129405db35dd28ab2484ee246437f30bb4"
126
126
  }