@cornerstonejs/tools 3.32.2 → 3.32.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.
@@ -333,6 +333,7 @@ class ProbeTool extends AnnotationTool {
333
333
  Modality: modality,
334
334
  modalityUnit,
335
335
  };
336
+ annotation.invalidated = true;
336
337
  }
337
338
  else {
338
339
  this.isHandleOutsideImage = true;
@@ -1 +1 @@
1
- export declare const version = "3.32.2";
1
+ export declare const version = "3.32.3";
@@ -1 +1 @@
1
- export const version = '3.32.2';
1
+ export const version = '3.32.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/tools",
3
- "version": "3.32.2",
3
+ "version": "3.32.3",
4
4
  "description": "Cornerstone3D Tools",
5
5
  "types": "./dist/esm/index.d.ts",
6
6
  "module": "./dist/esm/index.js",
@@ -108,7 +108,7 @@
108
108
  "canvas": "^3.1.0"
109
109
  },
110
110
  "peerDependencies": {
111
- "@cornerstonejs/core": "^3.32.2",
111
+ "@cornerstonejs/core": "^3.32.3",
112
112
  "@kitware/vtk.js": "32.12.1",
113
113
  "@types/d3-array": "^3.0.4",
114
114
  "@types/d3-interpolate": "^3.0.1",
@@ -127,5 +127,5 @@
127
127
  "type": "individual",
128
128
  "url": "https://ohif.org/donate"
129
129
  },
130
- "gitHead": "60a9a8fc952debf62fbba4c7c545e9adeb882e7c"
130
+ "gitHead": "d4cc06b31a3f90368db0829db0f4b539de7a96c7"
131
131
  }