@ohif/core 3.7.0-beta.71 → 3.7.0-beta.72
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ implementation][react-viewer].
|
|
|
42
42
|
|
|
43
43
|
### Install
|
|
44
44
|
|
|
45
|
-
> This library is pre- v1.0. All
|
|
45
|
+
> This library is pre- v1.0. All releases until a v1.0 have the possibility of
|
|
46
46
|
> introducing breaking changes. Please depend on an "exact" version in your
|
|
47
47
|
> projects to prevent issues caused by loose versioning.
|
|
48
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/core",
|
|
3
|
-
"version": "3.7.0-beta.
|
|
3
|
+
"version": "3.7.0-beta.72",
|
|
4
4
|
"description": "Generic business logic for web-based medical imaging applications",
|
|
5
5
|
"author": "OHIF Core Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
37
37
|
"@cornerstonejs/codec-openjph": "^2.4.2",
|
|
38
38
|
"@cornerstonejs/dicom-image-loader": "^1.13.2",
|
|
39
|
-
"@ohif/ui": "3.7.0-beta.
|
|
39
|
+
"@ohif/ui": "3.7.0-beta.72",
|
|
40
40
|
"cornerstone-math": "0.1.9",
|
|
41
41
|
"dicom-parser": "^1.8.21"
|
|
42
42
|
},
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"webpack-merge": "5.7.3"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "7eda0c5f46d6cc38e53db318698f8ac3eb3ae2e1"
|
|
60
60
|
}
|