hellfire 0.26.8 → 0.26.9
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/CHANGELOG.md +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.26.9](http://10.16.100.57/diffusion/115/paladin/compare/v0.26.8...v0.26.9) (2023-07-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.26.8](http://10.16.100.57/diffusion/115/paladin/compare/v0.26.7...v0.26.8) (2023-07-20)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.js
CHANGED
|
@@ -49348,7 +49348,7 @@ var DicomViewport = /*#__PURE__*/function (_Component) {
|
|
|
49348
49348
|
|
|
49349
49349
|
var _imageProcessType = Surgery ? ImageProcessType.Centesis : CPR ? ImageProcessType.CPR : ImageProcessType.MPR;
|
|
49350
49350
|
|
|
49351
|
-
var isKey = keyImages && stack && stack.SOPInstanceUIDs[currentImageIndex] && lodash$1.find(keyImages, {
|
|
49351
|
+
var isKey = keyImages && stack && stack.SOPInstanceUIDs && stack.SOPInstanceUIDs[currentImageIndex] && lodash$1.find(keyImages, {
|
|
49352
49352
|
seriesInstanceUID: stack.seriesInstanceUID,
|
|
49353
49353
|
SOPInstanceUID: stack.SOPInstanceUIDs[currentImageIndex]
|
|
49354
49354
|
});
|