diff --git a/package.json b/package.json index f4868421..f633eda1 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "build:wasi": "itk-wasm -i itkwasm/wasi:20230917-38fb6f92 build", "build:wasi:debug": "itk-wasm -i itkwasm/wasi:20230917-38fb6f92-debug build -- -DCMAKE_BUILD_TYPE:STRING=Debug", "build:testData": "dam download wasm/test/data wasm/test/data.tar.gz bafybeie7oon27usqjgrtxodzkbd4i6sanfwobv26c3tf7adhxop46o2f3q https://data.kitware.com/api/v1/file/65196dede7f0366cdfec199e/download https://bafybeid5dvqt2z4uhyal7fws5sai7vc6vgrlicknr5tdqi2phx5q7vl3qm.ipfs.w3s.link/ipfs/bafybeid5dvqt2z4uhyal7fws5sai7vc6vgrlicknr5tdqi2phx5q7vl3qm/data.tar.gz", - "bindgen:typescript": "itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/elastix --package-version 0.2.1 --package-description \"A toolbox for rigid and nonrigid registration of images.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKElastix'", - "bindgen:python": "itk-wasm -b wasi-build bindgen --interface python --output-dir wasm/python --package-name itkwasm-elastix --package-version 0.2.1 --package-description \"A toolbox for rigid and nonrigid registration of images.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKElastix'", + "bindgen:typescript": "itk-wasm -b emscripten-build bindgen --output-dir wasm/typescript --package-name @itk-wasm/elastix --package-version 0.2.2 --package-description \"A toolbox for rigid and nonrigid registration of images.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKElastix'", + "bindgen:python": "itk-wasm -b wasi-build bindgen --interface python --output-dir wasm/python --package-name itkwasm-elastix --package-version 0.2.2 --package-description \"A toolbox for rigid and nonrigid registration of images.\" --repository 'https://github.com/InsightSoftwareConsortium/ITKElastix'", "test": "npm run test:wasi", "test:wasi": "itk-wasm test --test-dir wasm -- -V", "clean": "git clean -fdx -e node_modules" diff --git a/wasm/python/itkwasm-elastix-emscripten/itkwasm_elastix_emscripten/_version.py b/wasm/python/itkwasm-elastix-emscripten/itkwasm_elastix_emscripten/_version.py index 3ced3581..b5fdc753 100644 --- a/wasm/python/itkwasm-elastix-emscripten/itkwasm_elastix_emscripten/_version.py +++ b/wasm/python/itkwasm-elastix-emscripten/itkwasm_elastix_emscripten/_version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/wasm/python/itkwasm-elastix-wasi/itkwasm_elastix_wasi/_version.py b/wasm/python/itkwasm-elastix-wasi/itkwasm_elastix_wasi/_version.py index 3ced3581..b5fdc753 100644 --- a/wasm/python/itkwasm-elastix-wasi/itkwasm_elastix_wasi/_version.py +++ b/wasm/python/itkwasm-elastix-wasi/itkwasm_elastix_wasi/_version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/wasm/python/itkwasm-elastix/README.md b/wasm/python/itkwasm-elastix/README.md index d38c5cc0..654dd9d9 100644 --- a/wasm/python/itkwasm-elastix/README.md +++ b/wasm/python/itkwasm-elastix/README.md @@ -4,6 +4,8 @@ A toolbox for rigid and nonrigid registration of images. +[🕮 **Documentation** 📚](https://py.docs.elastix.wasm.itk.eth.limo/) + ## Installation ```sh diff --git a/wasm/python/itkwasm-elastix/itkwasm_elastix/_version.py b/wasm/python/itkwasm-elastix/itkwasm_elastix/_version.py index 3ced3581..b5fdc753 100644 --- a/wasm/python/itkwasm-elastix/itkwasm_elastix/_version.py +++ b/wasm/python/itkwasm-elastix/itkwasm_elastix/_version.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/wasm/typescript/README.md b/wasm/typescript/README.md index 55a8a349..0bb7d5bf 100644 --- a/wasm/typescript/README.md +++ b/wasm/typescript/README.md @@ -4,6 +4,10 @@ > A toolbox for rigid and nonrigid registration of images. +[👨‍💻 **Live API Demo** ✨](https://itk-wasm-elastix-app-js.on.fleek.co/ ':include :type=iframe width=100% height=800px') + +[🕮 **Documentation** 📚](https://js.docs.elastix.wasm.itk.eth.limo/) + ## Installation ```sh diff --git a/wasm/typescript/package-lock.json b/wasm/typescript/package-lock.json index e390a3f2..2c6dff3d 100644 --- a/wasm/typescript/package-lock.json +++ b/wasm/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@itk-wasm/elastix", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@itk-wasm/elastix", - "version": "0.2.1", + "version": "0.2.2", "license": "Apache-2.0", "dependencies": { "itk-wasm": "^1.0.0-b.146" diff --git a/wasm/typescript/package.json b/wasm/typescript/package.json index 2aa1a866..bfc12b46 100644 --- a/wasm/typescript/package.json +++ b/wasm/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@itk-wasm/elastix", - "version": "0.2.1", + "version": "0.2.2", "description": "A toolbox for rigid and nonrigid registration of images.", "type": "module", "module": "./dist/bundles/elastix.js",