-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1300 from thewtex/package-bumps
package bumps
- Loading branch information
Showing
77 changed files
with
59 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "itk-wasm-different-input-types-example", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An itk-wasm pipeline example that demonstrates accepting different input types", | ||
"type": "module", | ||
"scripts": { | ||
"build": "npm run build:wasi", | ||
"build:wasi": "itk-wasm -b wasi-build -i itkwasm/wasi build", | ||
"build:wasi": "itk-wasm -b wasi-build -i itkwasm/wasi:latest-debug build", | ||
"test": "npm run test:wasi && npm run test:wasi:help", | ||
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- ./Gourds.png label.png overlay.png", | ||
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- --help" | ||
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- ./Gourds.png label.png overlay.png", | ||
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- --help" | ||
}, | ||
"author": "Matt McCormick <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"itk-wasm": "^1.0.0-b.66" | ||
"itk-wasm": "^1.0.0-b.185" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "itk-wasm-hello-pipeline", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An itk-wasm Hello Pipeline World! example", | ||
"type": "module", | ||
"scripts": { | ||
"build": "itk-wasm -i itkwasm/wasi build", | ||
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- cthead1.png", | ||
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --quiet cthead1.png", | ||
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --help" | ||
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- cthead1.png", | ||
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png", | ||
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help" | ||
}, | ||
"author": "Matt McCormick <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"fs-extra": "^10.0.0", | ||
"itk-wasm": "^1.0.0-b.76" | ||
"itk-wasm": "^1.0.0-b.185" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...es/python/itkwasm-compare-images-emscripten/itkwasm_compare_images_emscripten/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "5.2.3" | ||
__version__ = "5.3.1" |
2 changes: 1 addition & 1 deletion
2
.../python/itkwasm-compare-images-emscripten/itkwasm_compare_images_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...compare-images/python/itkwasm-compare-images-wasi/itkwasm_compare_images_wasi/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "5.2.3" | ||
__version__ = "5.3.1" |
Binary file modified
BIN
-274 KB
(93%)
...pare-images-wasi/itkwasm_compare_images_wasi/wasm_modules/compare-double-images.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-305 KB
(92%)
...m-compare-images-wasi/itkwasm_compare_images_wasi/wasm_modules/vector-magnitude.wasi.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
packages/compare-images/python/itkwasm-compare-images/itkwasm_compare_images/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "5.2.3" | ||
__version__ = "5.3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/itkwasm-compress-stringify-emscripten/itkwasm_compress_stringify_emscripten/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "3.3.1" | ||
__version__ = "3.4.0" |
2 changes: 1 addition & 1 deletion
2
...itkwasm-compress-stringify-emscripten/itkwasm_compress_stringify_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ingify/python/itkwasm-compress-stringify-wasi/itkwasm_compress_stringify_wasi/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "3.3.1" | ||
__version__ = "3.4.0" |
Binary file modified
BIN
-454 KB
(86%)
...-stringify-wasi/itkwasm_compress_stringify_wasi/wasm_modules/compress-stringify.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-458 KB
(85%)
...ngify-wasi/itkwasm_compress_stringify_wasi/wasm_modules/parse-string-decompress.wasi.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...mpress-stringify/python/itkwasm-compress-stringify/itkwasm_compress_stringify/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "3.3.1" | ||
__version__ = "3.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
const version = '1.0.0-b.184' | ||
const version = '1.0.0-b.185' | ||
|
||
export default version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/dicom/python/itkwasm-dicom-emscripten/itkwasm_dicom_emscripten/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "7.2.3" | ||
__version__ = "7.3.0" |
2 changes: 1 addition & 1 deletion
2
packages/dicom/python/itkwasm-dicom-emscripten/itkwasm_dicom_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/dicom/python/itkwasm-dicom-wasi/itkwasm_dicom_wasi/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "7.2.3" | ||
__version__ = "7.3.0" |
Binary file modified
BIN
+39.7 KB
(100%)
...sm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/apply-presentation-state-to-image.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-85.7 KB
(99%)
.../itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/read-dicom-encapsulated-pdf.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-150 KB
(98%)
...itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/read-image-dicom-file-series.wasi.wasm
Binary file not shown.
Binary file modified
BIN
+2.32 MB
(110%)
...tkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/read-overlapping-segmentation.wasi.wasm
Binary file not shown.
Binary file modified
BIN
+2.32 MB
(110%)
...com/python/itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/read-segmentation.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-26.7 KB
(100%)
...on/itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/structured-report-to-html.wasi.wasm
Binary file not shown.
Binary file modified
BIN
-30.3 KB
(100%)
...on/itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/structured-report-to-text.wasi.wasm
Binary file not shown.
Binary file modified
BIN
+2.31 MB
(110%)
...hon/itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/write-multi-segmentation.wasi.wasm
Binary file not shown.
Binary file modified
BIN
+2.32 MB
(110%)
...kwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/write-overlapping-segmentation.wasi.wasm
Binary file not shown.
Binary file modified
BIN
+2.32 MB
(110%)
...om/python/itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/write-segmentation.wasi.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "7.2.3" | ||
__version__ = "7.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...downsample/python/itkwasm-downsample-emscripten/itkwasm_downsample_emscripten/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.4.3" | ||
__version__ = "1.5.0" |
2 changes: 1 addition & 1 deletion
2
...wnsample/python/itkwasm-downsample-emscripten/itkwasm_downsample_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/downsample/python/itkwasm-downsample-wasi/itkwasm_downsample_wasi/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.4.3" | ||
__version__ = "1.5.0" |
2 changes: 1 addition & 1 deletion
2
packages/downsample/python/itkwasm-downsample/itkwasm_downsample/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.4.3" | ||
__version__ = "1.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/image-io/python/itkwasm-image-io-emscripten/itkwasm_image_io_emscripten/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.3.1" | ||
__version__ = "1.4.0" |
2 changes: 1 addition & 1 deletion
2
...ges/image-io/python/itkwasm-image-io-emscripten/itkwasm_image_io_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/image-io/python/itkwasm-image-io-wasi/itkwasm_image_io_wasi/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.3.1" | ||
__version__ = "1.4.0" |
2 changes: 1 addition & 1 deletion
2
packages/image-io/python/itkwasm-image-io/itkwasm_image_io/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.3.1" | ||
__version__ = "1.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/mesh-io/python/itkwasm-mesh-io-emscripten/itkwasm_mesh_io_emscripten/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.5.0" | ||
__version__ = "1.6.0" |
2 changes: 1 addition & 1 deletion
2
packages/mesh-io/python/itkwasm-mesh-io-wasi/itkwasm_mesh_io_wasi/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.5.0" | ||
__version__ = "1.6.0" |
2 changes: 1 addition & 1 deletion
2
packages/mesh-io/python/itkwasm-mesh-io/itkwasm_mesh_io/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.5.0" | ||
__version__ = "1.6.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...orm-io/python/itkwasm-transform-io-emscripten/itkwasm_transform_io_emscripten/_version.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.1" | ||
__version__ = "1.0.0" |
Oops, something went wrong.