Skip to content

Commit

Permalink
version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE committed Jan 24, 2023
1 parent 8f4298e commit aba6a7c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
<script src="https://unpkg.com/cornerstone-math"></script>
<script src="https://unpkg.com/cornerstone-wado-image-loader"></script>
<script src="https://unpkg.com/cornerstone-tools"></script>
<script src="https://unpkg.com/cornerstonetools-rectangle-roi-threshold-segmentation@1.10.0"></script>
<script src="https://unpkg.com/cornerstonetools-rectangle-roi-threshold-segmentation"></script>
<script src="./index.js"></script>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cornerstonetools-rectangle-roi-threshold-segmentation",
"version": "1.10.0",
"version": "1.11.0",
"description": "3D Threshold segmentation tool that allows you to segment several slices at once using a rectangle ROI",
"main": "dist/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import RectangleROIThresholdSegmentation from "./RectangleROIThresholdSegmentation";


export { RectangleROIThresholdSegmentation };
export default RectangleROIThresholdSegmentation;
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
name: 'cornerstonetools-rectangle-roi-threshold-segmentation',
type: 'umd',
umdNamedDefine: true,
export: 'RectangleROIThresholdSegmentation',
export: 'default',
},
clean: true,
},
Expand Down

0 comments on commit aba6a7c

Please sign in to comment.