hellfire 0.32.7 → 0.32.8
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.32.8](http://10.16.100.57/diffusion/115/paladin/compare/v0.32.7...v0.32.8) (2026-02-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.32.7](http://10.16.100.57/diffusion/115/paladin/compare/v0.32.6...v0.32.7) (2026-01-19)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.js
CHANGED
|
@@ -77372,7 +77372,7 @@ var mergeProps$p = function mergeProps(propsFromState, propsFromDispatch, ownPro
|
|
|
77372
77372
|
return _context11.abrupt("return");
|
|
77373
77373
|
|
|
77374
77374
|
case 7:
|
|
77375
|
-
instanceNumber = dicom.InstanceNumber.toString();
|
|
77375
|
+
instanceNumber = dicom.InstanceNumber.toString() || 1;
|
|
77376
77376
|
imageInfo = {
|
|
77377
77377
|
studyInstanceUID: currentSeries.studyInstanceUID,
|
|
77378
77378
|
seriesInstanceUID: currentSeries.seriesInstanceUID,
|