dcmjs-org / dcmjs

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

fix: Publish and build package on newer node #391

Closed wayfarer3130 closed 2 months ago

wayfarer3130 commented 2 months ago

Updated a number of versions, and started fixing the circular dependency issues to try to get the overall build/release working. This does change the node version used to build, as well as the rollup version being used, but is intended to be entirely non-functional, just changing things trying to get the main build working. @pieper - this PR is just more than a basic test to try to release things again, so I'd like you to take a look before I push it.

netlify[bot] commented 2 months ago

Deploy Preview for dcmjs2 ready!

Name Link
Latest commit bbd1d6c36192566034beee0d444c77158ca698cc
Latest deploy log https://app.netlify.com/sites/dcmjs2/deploys/6639083ae2a8e30008f059f2
Deploy Preview https://deploy-preview-391--dcmjs2.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 2 months ago

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

The release is available on:

Your semantic-release bot :package::rocket:

pieper commented 2 months ago

Now that the deploys are working it's time to actually fix the examples. There are CORS issues and some other things.