Skip to content

Commit

Permalink
ENH: Bump itk-wasm version to 1.0.0-b.175
Browse files Browse the repository at this point in the history
Build image updates, demo-app updates.
  • Loading branch information
thewtex committed May 19, 2024
1 parent 08779a7 commit 254a24d
Show file tree
Hide file tree
Showing 4 changed files with 5,161 additions and 1,920 deletions.
1 change: 0 additions & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Install
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true

- uses: actions/setup-python@v5
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "1.0.0",
"description": "npm scripts to generate itk-wasm artifacts.",
"private": true,
"packageManager": "[email protected]",
"type": "module",
"itk-wasm": {
"emscripten-docker-image": "itkwasm/emscripten:20231217-40780708",
"wasi-docker-image": "itkwasm/wasi:20231217-40780708",
"emscripten-docker-image": "itkwasm/emscripten:20240517-32a1ffd9",
"wasi-docker-image": "itkwasm/wasi:20240517-32a1ffd9",
"typescript-package-name": "@itk-wasm/mesh-to-poly-data",
"typescript-output-dir": "wasm/typescript",
"python-package-name": "itkwasm-mesh-to-poly-data",
Expand Down Expand Up @@ -42,6 +43,6 @@
"devDependencies": {
"@itk-wasm/dam": "^1.1.1",
"@thewtex/setup-micromamba": "^1.9.7",
"itk-wasm": "^1.0.0-b.173"
"itk-wasm": "^1.0.0-b.175"
}
}
Loading

0 comments on commit 254a24d

Please sign in to comment.