@cornerstonejs/dicom-image-loader 2.0.1 → 2.0.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 +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/dicom-image-loader",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"DICOM",
|
|
@@ -114,12 +114,14 @@
|
|
|
114
114
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
|
|
115
115
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
116
116
|
"@cornerstonejs/codec-openjph": "^2.4.5",
|
|
117
|
-
"@cornerstonejs/core": "^2.0.1",
|
|
118
117
|
"comlink": "^4.4.1",
|
|
119
|
-
"dicom-parser": "^1.8.9",
|
|
120
118
|
"pako": "^2.0.4",
|
|
121
119
|
"uuid": "^9.0.0"
|
|
122
120
|
},
|
|
121
|
+
"peerDependencies": {
|
|
122
|
+
"@cornerstonejs/core": "^2.0.2",
|
|
123
|
+
"dicom-parser": "^1.8.9"
|
|
124
|
+
},
|
|
123
125
|
"lint-staged": {
|
|
124
126
|
"src/**/*.{js,jsx,json,css}": [
|
|
125
127
|
"eslint --fix",
|
|
@@ -132,5 +134,5 @@
|
|
|
132
134
|
"path": "./node_modules/cz-conventional-changelog"
|
|
133
135
|
}
|
|
134
136
|
},
|
|
135
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "85e1015bafa876185bc99a3f5b476125b266d665"
|
|
136
138
|
}
|