dcmjs-org / dcmjs

Javascript implementation of DICOM manipulation
https://dcmjs.netlify.com/
MIT License
287 stars 108 forks source link

fix(build): Update build to use newer rollup and fix unit/integration tests #353

Closed wayfarer3130 closed 1 year ago

wayfarer3130 commented 1 year ago

The version of rollup being used was quite old, and there were several failing tests. Fixed the version of the includes and updated to newer rollup versions.

wayfarer3130 commented 1 year ago

@pieper - this is just some output cleanup, plus using newer versions of the libraries. I did need to switch the unit tests to a different unzip library because there is a fatal bug in the ccurrent version causing the unzip to write corrupted data. Otherwise there is not actual functional difference.

pieper commented 1 year ago

Thanks 👍

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.29.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: