@cornerstonejs/tools 1.27.3 → 1.27.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.27.3",
3
+ "version": "1.27.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.27.3",
32
+ "@cornerstonejs/core": "^1.27.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": "217b37f8e2933ee9368d07130152c82ff6e9add2"
55
+ "gitHead": "273effd7168aa5a0d5f788a691f616e6fd83b104"
56
56
  }
@@ -9,6 +9,8 @@ import throttle from './throttle';
9
9
  import isObject from './isObject';
10
10
  import clip from './clip';
11
11
  import calibrateImageSpacing from './calibrateImageSpacing';
12
+ import getCalibratedLengthUnits from './getCalibratedUnits';
13
+ import { getCalibratedScale } from './getCalibratedUnits';
12
14
  import triggerAnnotationRenderForViewportIds from './triggerAnnotationRenderForViewportIds';
13
15
  import triggerAnnotationRender from './triggerAnnotationRender';
14
16
  import jumpToSlice from './viewport/jumpToSlice';
@@ -53,6 +55,8 @@ export {
53
55
  touch,
54
56
  triggerEvent,
55
57
  calibrateImageSpacing,
58
+ getCalibratedLengthUnits,
59
+ getCalibratedScale,
56
60
  segmentation,
57
61
  triggerAnnotationRenderForViewportIds,
58
62
  triggerAnnotationRender,