@cornerstonejs/nifti-image-loader
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@cornerstonejs/nifti-image-loader", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Cornerstone ImageLoader for NIfTI", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -127,3 +127,4 @@ import metaDataManager from './metaData/metaDataManager.js'; | ||
cornerstone.registerImageLoader('nifti', (imageId) => this.cornerstoneLoader(imageId, this)); | ||
cornerstone.metaData.addProvider(metaDataProvider); | ||
// consider nifti provider to have higher priority (usually apps, as OHIF, has providers priority less than 9999) | ||
cornerstone.metaData.addProvider(metaDataProvider, 10000); | ||
}, | ||
@@ -130,0 +131,0 @@ |
@@ -1,1 +0,1 @@ | ||
export default '1.0.3'; | ||
export default '1.0.4'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110095509
42659