Skip to content

Commit 5a7fed6

Browse files
authored
Merge pull request #1300 from thewtex/package-bumps
package bumps
2 parents 36db85b + f0791e6 commit 5a7fed6

File tree

77 files changed

+59
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+59
-59
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "itk-wasm-different-input-types-example",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An itk-wasm pipeline example that demonstrates accepting different input types",
55
"type": "module",
66
"scripts": {
77
"build": "npm run build:wasi",
8-
"build:wasi": "itk-wasm -b wasi-build -i itkwasm/wasi build",
8+
"build:wasi": "itk-wasm -b wasi-build -i itkwasm/wasi:latest-debug build",
99
"test": "npm run test:wasi && npm run test:wasi:help",
10-
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- ./Gourds.png label.png overlay.png",
11-
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- --help"
10+
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- ./Gourds.png label.png overlay.png",
11+
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- --help"
1212
},
1313
"author": "Matt McCormick <matt@mmmccormick.com>",
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"itk-wasm": "^1.0.0-b.66"
16+
"itk-wasm": "^1.0.0-b.185"
1717
}
1818
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "itk-wasm-hello-pipeline",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An itk-wasm Hello Pipeline World! example",
55
"type": "module",
66
"scripts": {
77
"build": "itk-wasm -i itkwasm/wasi build",
8-
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- cthead1.png",
9-
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --quiet cthead1.png",
10-
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --help"
8+
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- cthead1.png",
9+
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png",
10+
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help"
1111
},
1212
"author": "Matt McCormick <matt@mmmccormick.com>",
1313
"license": "Apache-2.0",
1414
"dependencies": {
1515
"fs-extra": "^10.0.0",
16-
"itk-wasm": "^1.0.0-b.76"
16+
"itk-wasm": "^1.0.0-b.185"
1717
}
1818
}

packages/compare-images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/compare-images-build",
3-
"version": "5.2.3",
3+
"version": "5.3.1",
44
"private": true,
55
"description": "@itk-wasm/compare-stringify build configuration",
66
"type": "module",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.3"
1+
__version__ = "5.3.1"

packages/compare-images/python/itkwasm-compare-images-emscripten/itkwasm_compare_images_emscripten/js_package.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.3"
1+
__version__ = "5.3.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.3"
1+
__version__ = "5.3.1"

packages/compare-images/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/compare-images",
3-
"version": "5.2.3",
3+
"version": "5.3.1",
44
"description": "Compare images with a tolerance for regression testing.",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)