Closed sedghi closed 2 weeks ago
Name | Link |
---|---|
Latest commit | f6727a81bc7814e646b2b84c469b24113071232d |
Latest deploy log | https://app.netlify.com/sites/ohif-platform-docs/deploys/672b92d4af4f1d0008f394bd |
Deploy Preview | https://deploy-preview-4471--ohif-platform-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | f6727a81bc7814e646b2b84c469b24113071232d |
Latest deploy log | https://app.netlify.com/sites/ohif-dev/deploys/672b92d4da6aab00080c1412 |
Deploy Preview | https://deploy-preview-4471--ohif-dev.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Passed #4394
•
f6727a81bc: upgrade cs3d
Project |
Viewers
|
Branch Review |
fix/jpeg-codec-build
|
Run status |
Passed #4394
|
Run duration | 02m 47s |
Commit |
f6727a81bc: upgrade cs3d
|
Committer | Alireza |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
2
|
Skipped |
0
|
Passing |
44
|
View all changes introduced in this branch ↗︎ |
This pull request includes updates to various package dependencies and a minor change to the webpack configuration. The most important changes include updating
@cornerstonejs
dependencies across several packages and removing an unnecessary entry from thenoParse
array in the webpack configuration.Dependency updates:
extensions/cornerstone-dicom-pmap/package.json
: Updated@cornerstonejs/adapters
and@cornerstonejs/core
to version2.1.16
.extensions/cornerstone-dicom-seg/package.json
: Updated@cornerstonejs/adapters
and@cornerstonejs/core
to version2.1.16
.extensions/cornerstone-dicom-sr/package.json
: Updated@cornerstonejs/adapters
,@cornerstonejs/core
, and@cornerstonejs/tools
to version2.1.16
.extensions/cornerstone-dynamic-volume/package.json
: Updated@cornerstonejs/core
and@cornerstonejs/tools
to version2.1.16
.extensions/cornerstone/package.json
: Updated@cornerstonejs/dicom-image-loader
,@cornerstonejs/adapters
,@cornerstonejs/core
, and@cornerstonejs/tools
to version2.1.16
. [1] [2]extensions/measurement-tracking/package.json
: Updated@cornerstonejs/core
and@cornerstonejs/tools
to version2.1.16
.platform/app/package.json
: Updated@cornerstonejs/dicom-image-loader
to version2.1.16
.platform/core/package.json
: Updated@cornerstonejs/dicom-image-loader
to version2.1.16
.Webpack configuration:
.webpack/webpack.base.js
: Removedcodec
from thenoParse
array.Other changes:
testdata
: Added a subproject commit reference.