Skip to content

Commit 9135c6f

Browse files
committed
build(mean-squares-version-registration): Bump itk-wasm to 1.0.0-b.114
Addresses: ``` [!] RollupError: "TextEncoder" is not exported by "polyfill-node.util.js", imported by "node_modules/axios/lib/helpers/formDataToStream.js". 64 https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module 65 node_modules/axios/lib/helpers/formDataToStream.js (1:8) 66 1: import {TextEncoder} from 'util'; 67 ^ ```
1 parent 4775202 commit 9135c6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/mean-squares-versor-registration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/mean-squares-versor-registration",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Illustrate the use of the VersorRigid3DTransform for 3D image registration.",
55
"type": "module",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"fs-extra": "^10.0.0",
20-
"itk-image-io": "^1.0.0-b.89",
21-
"itk-wasm": "^1.0.0-b.89"
20+
"itk-image-io": "^1.0.0-b.114",
21+
"itk-wasm": "^1.0.0-b.114"
2222
}
2323
}

0 commit comments

Comments
 (0)