Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72ec0bffb5 | ||
|
|
82c6c3c353 | ||
|
|
1d38fe30a4 | ||
|
|
666964b6d7 | ||
|
|
fa4ee5c559 | ||
|
|
cd58560e9c | ||
|
|
16afa740b6 | ||
|
|
6715ad9bd6 |
@ -17,6 +17,10 @@ provided by the <a href="https://ohif.org/">Open Health Imaging Foundation (OHIF
|
||||
<div align="center">
|
||||
📰 <a href="https://ohif.org/news/"><strong>Join OHIF Newsletter</strong></a> 📰
|
||||
</div>
|
||||
<div align="center">
|
||||
📰 <a href="https://ohif.org/news/"><strong>Join OHIF Newsletter</strong></a> 📰
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
@ -1 +1 @@
|
||||
3d8cc9801a8a0b2add8f2b57b5a8498d9f0522c4
|
||||
1d38fe30a490010c7de487c7a0b1a5bfe3bc75a4
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone-dicom-rt",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "DICOM RT read workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -31,10 +31,10 @@
|
||||
"start": "yarn run dev"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone": "3.6.0-beta.3",
|
||||
"@ohif/extension-default": "3.6.0-beta.3",
|
||||
"@ohif/i18n": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone": "3.6.0",
|
||||
"@ohif/extension-default": "3.6.0",
|
||||
"@ohif/i18n": "3.6.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone-dicom-seg",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "DICOM SEG read workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -31,10 +31,10 @@
|
||||
"start": "yarn run dev"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone": "3.6.0-beta.3",
|
||||
"@ohif/extension-default": "3.6.0-beta.3",
|
||||
"@ohif/i18n": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone": "3.6.0",
|
||||
"@ohif/extension-default": "3.6.0",
|
||||
"@ohif/i18n": "3.6.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone-dicom-sr",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "OHIF extension for an SR Cornerstone Viewport",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -32,10 +32,10 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone": "3.6.0-beta.3",
|
||||
"@ohif/extension-measurement-tracking": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone": "3.6.0",
|
||||
"@ohif/extension-measurement-tracking": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"dcmjs": "^0.29.5",
|
||||
"dicom-parser": "^1.8.9",
|
||||
"hammerjs": "^2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-cornerstone",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "OHIF extension for Cornerstone",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -37,8 +37,8 @@
|
||||
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
||||
"@cornerstonejs/codec-openjph": "^2.4.2",
|
||||
"@cornerstonejs/dicom-image-loader": "^0.6.8",
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"dcmjs": "^0.29.6",
|
||||
"dicom-parser": "^1.8.21",
|
||||
"hammerjs": "^2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-default",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "Common/default features and functionality for basic image viewing",
|
||||
"author": "OHIF Core Team",
|
||||
"license": "MIT",
|
||||
@ -30,8 +30,8 @@
|
||||
"start": "yarn run dev"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/i18n": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/i18n": "3.6.0",
|
||||
"dcmjs": "^0.29.5",
|
||||
"dicomweb-client": "^0.10.2",
|
||||
"prop-types": "^15.6.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-dicom-microscopy",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "OHIF extension for DICOM microscopy",
|
||||
"author": "Bill Wallace, md-prog",
|
||||
"license": "MIT",
|
||||
@ -28,10 +28,10 @@
|
||||
"start": "yarn run dev"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-default": "3.6.0-beta.3",
|
||||
"@ohif/i18n": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-default": "3.6.0",
|
||||
"@ohif/i18n": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"prop-types": "^15.6.2",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-dicom-pdf",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "OHIF extension for PDF display",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"dcmjs": "^0.29.5",
|
||||
"dicom-parser": "^1.8.9",
|
||||
"hammerjs": "^2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-dicom-video",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "OHIF extension for video display",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"dcmjs": "^0.29.5",
|
||||
"dicom-parser": "^1.8.9",
|
||||
"hammerjs": "^2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-measurement-tracking",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "Tracking features and functionality for basic image viewing",
|
||||
"author": "OHIF Core Team",
|
||||
"license": "MIT",
|
||||
@ -32,9 +32,9 @@
|
||||
"peerDependencies": {
|
||||
"@cornerstonejs/core": "^1.1.0",
|
||||
"@cornerstonejs/tools": "^1.1.0",
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"classnames": "^2.3.2",
|
||||
"dcmjs": "^0.29.5",
|
||||
"lodash.debounce": "^4.17.21",
|
||||
@ -46,7 +46,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"@xstate/react": "^0.8.1",
|
||||
"xstate": "^4.10.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-test",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "OHIF extension used inside e2e testing",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"dcmjs": "0.29.4",
|
||||
"dicom-parser": "^1.8.9",
|
||||
"hammerjs": "^2.0.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-tmtv",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "OHIF extension for Total Metabolic Tumor Volume",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -28,8 +28,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"dcmjs": "^0.29.5",
|
||||
"dicom-parser": "^1.8.9",
|
||||
"hammerjs": "^2.0.8",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"packages": ["extensions/*", "platform/*", "modes/*"],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-basic-dev-mode",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "Basic OHIF Viewer Using Cornerstone",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -29,12 +29,12 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0-beta.3",
|
||||
"@ohif/extension-default": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-video": "3.6.0-beta.3"
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0",
|
||||
"@ohif/extension-default": "3.6.0",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0",
|
||||
"@ohif/extension-dicom-video": "3.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-test",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "Basic mode for testing",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -32,14 +32,14 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0-beta.3",
|
||||
"@ohif/extension-default": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-video": "3.6.0-beta.3",
|
||||
"@ohif/extension-measurement-tracking": "3.6.0-beta.3",
|
||||
"@ohif/extension-test": "3.6.0-beta.3"
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0",
|
||||
"@ohif/extension-default": "3.6.0",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0",
|
||||
"@ohif/extension-dicom-video": "3.6.0",
|
||||
"@ohif/extension-measurement-tracking": "3.6.0",
|
||||
"@ohif/extension-test": "3.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-longitudinal",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "Longitudinal Workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -32,15 +32,15 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0-beta.3",
|
||||
"@ohif/extension-default": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-video": "3.6.0-beta.3",
|
||||
"@ohif/extension-measurement-tracking": "3.6.0-beta.3"
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0",
|
||||
"@ohif/extension-default": "3.6.0",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0",
|
||||
"@ohif/extension-dicom-video": "3.6.0",
|
||||
"@ohif/extension-measurement-tracking": "3.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-microscopy",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "OHIF mode for DICOM microscopy",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -33,8 +33,8 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-microscopy": "3.6.0-beta.3"
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-dicom-microscopy": "3.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/mode-tmtv",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "Total Metabolic Tumor Volume Workflow",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
@ -32,13 +32,13 @@
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0-beta.3",
|
||||
"@ohif/extension-default": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-video": "3.6.0-beta.3",
|
||||
"@ohif/extension-measurement-tracking": "3.6.0-beta.3"
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0",
|
||||
"@ohif/extension-default": "3.6.0",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0",
|
||||
"@ohif/extension-dicom-video": "3.6.0",
|
||||
"@ohif/extension-measurement-tracking": "3.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/app",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"productVersion": "3.4.0",
|
||||
"description": "OHIF Viewer",
|
||||
"author": "OHIF Contributors",
|
||||
@ -52,22 +52,22 @@
|
||||
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
||||
"@cornerstonejs/codec-openjph": "^2.4.2",
|
||||
"@cornerstonejs/dicom-image-loader": "^0.6.8",
|
||||
"@ohif/core": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "3.6.0-beta.3",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0-beta.3",
|
||||
"@ohif/extension-default": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-microscopy": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0-beta.3",
|
||||
"@ohif/extension-dicom-video": "3.6.0-beta.3",
|
||||
"@ohif/extension-test": "3.6.0-beta.3",
|
||||
"@ohif/i18n": "3.6.0-beta.3",
|
||||
"@ohif/mode-basic-dev-mode": "3.6.0-beta.3",
|
||||
"@ohif/mode-longitudinal": "3.6.0-beta.3",
|
||||
"@ohif/mode-microscopy": "3.6.0-beta.3",
|
||||
"@ohif/mode-test": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/core": "3.6.0",
|
||||
"@ohif/extension-cornerstone": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-rt": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-seg": "3.6.0",
|
||||
"@ohif/extension-cornerstone-dicom-sr": "3.6.0",
|
||||
"@ohif/extension-default": "3.6.0",
|
||||
"@ohif/extension-dicom-microscopy": "3.6.0",
|
||||
"@ohif/extension-dicom-pdf": "3.6.0",
|
||||
"@ohif/extension-dicom-video": "3.6.0",
|
||||
"@ohif/extension-test": "3.6.0",
|
||||
"@ohif/i18n": "3.6.0",
|
||||
"@ohif/mode-basic-dev-mode": "3.6.0",
|
||||
"@ohif/mode-longitudinal": "3.6.0",
|
||||
"@ohif/mode-microscopy": "3.6.0",
|
||||
"@ohif/mode-test": "3.6.0",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"@types/react": "^17.0.38",
|
||||
"classnames": "^2.3.2",
|
||||
"core-js": "^3.16.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/cli",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "A CLI to bootstrap new OHIF extension or mode",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/core",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "Generic business logic for web-based medical imaging applications",
|
||||
"author": "OHIF Core Team",
|
||||
"license": "MIT",
|
||||
@ -36,7 +36,7 @@
|
||||
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
||||
"@cornerstonejs/codec-openjph": "^2.4.2",
|
||||
"@cornerstonejs/dicom-image-loader": "^0.6.8",
|
||||
"@ohif/ui": "3.6.0-beta.3",
|
||||
"@ohif/ui": "3.6.0",
|
||||
"cornerstone-math": "0.1.9",
|
||||
"dicom-parser": "^1.8.21"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ohif-docs",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"private": true,
|
||||
"workspaces": {
|
||||
"nohoist": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/i18n",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "Internationalization library for The OHIF Viewer",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/ui",
|
||||
"version": "3.6.0-beta.3",
|
||||
"version": "3.6.0",
|
||||
"description": "A set of React components for Medical Imaging Viewers",
|
||||
"author": "OHIF Contributors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "3.6.0-beta.3",
|
||||
"commit": "3d8cc9801a8a0b2add8f2b57b5a8498d9f0522c4"
|
||||
"version": "3.6.0",
|
||||
"commit": "1d38fe30a490010c7de487c7a0b1a5bfe3bc75a4"
|
||||
}
|
||||
@ -1 +1 @@
|
||||
3.6.0-beta.3
|
||||
3.6.0
|
||||
@ -18381,6 +18381,13 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semve
|
||||
dependencies:
|
||||
lru-cache "^6.0.0"
|
||||
|
||||
semver@^7.5.1:
|
||||
version "7.5.1"
|
||||
resolved "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec"
|
||||
integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==
|
||||
dependencies:
|
||||
lru-cache "^6.0.0"
|
||||
|
||||
semver@~7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user