@cornerstonejs/adapters 1.19.4 → 1.20.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.
|
@@ -7,6 +7,7 @@ import EllipticalROI from "./EllipticalROI";
|
|
|
7
7
|
import RectangleROI from "./RectangleROI";
|
|
8
8
|
import PlanarFreehandROI from "./PlanarFreehandROI";
|
|
9
9
|
import * as Segmentation from "./Segmentation";
|
|
10
|
+
import * as RTStruct from "./RTStruct";
|
|
10
11
|
declare const Cornerstone3DSR: {
|
|
11
12
|
Bidirectional: typeof Bidirectional;
|
|
12
13
|
CobbAngle: typeof CobbAngle;
|
|
@@ -24,5 +25,6 @@ declare const Cornerstone3DSR: {
|
|
|
24
25
|
};
|
|
25
26
|
declare const Cornerstone3DSEG: {
|
|
26
27
|
Segmentation: typeof Segmentation;
|
|
28
|
+
RTStruct: typeof RTStruct;
|
|
27
29
|
};
|
|
28
30
|
export { Cornerstone3DSR, Cornerstone3DSEG };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/adapters",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "Adapters for Cornerstone3D to/from formats including DICOM SR and others",
|
|
5
5
|
"src": "src/index.ts",
|
|
6
6
|
"main": "./dist/@cornerstonejs/adapters.es.js",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"ndarray": "^1.0.19"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@cornerstonejs/core": "^1.
|
|
53
|
-
"@cornerstonejs/streaming-image-volume-loader": "^1.
|
|
54
|
-
"@cornerstonejs/tools": "^1.
|
|
52
|
+
"@cornerstonejs/core": "^1.20.0",
|
|
53
|
+
"@cornerstonejs/streaming-image-volume-loader": "^1.20.0",
|
|
54
|
+
"@cornerstonejs/tools": "^1.20.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "165495ec246e9618992b6e10e3577b4a28a91e34"
|
|
57
57
|
}
|