@cornerstonejs/core 1.72.0 → 1.72.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/core",
|
|
3
|
-
"version": "1.72.
|
|
3
|
+
"version": "1.72.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"type": "individual",
|
|
48
48
|
"url": "https://ohif.org/donate"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "e1ceb46f23eb93fdb97a3835e39660f5ccde64a9"
|
|
51
51
|
}
|
|
@@ -60,7 +60,7 @@ async function convertStackToVolumeViewport({
|
|
|
60
60
|
});
|
|
61
61
|
|
|
62
62
|
// Ideally here we should be able to just create a local volume and not use the
|
|
63
|
-
//
|
|
63
|
+
// volume louder but we don't know if the stack is already pre-cached for all its
|
|
64
64
|
// imageIds or not so we just let the loader handle it and we have cache
|
|
65
65
|
// optimizations in place to avoid fetching the same imageId if it is already
|
|
66
66
|
// cached
|