diff --git a/wasm/mesh-to-poly-data.cxx b/wasm/mesh-to-poly-data.cxx index 81dda12..4ddf8d5 100644 --- a/wasm/mesh-to-poly-data.cxx +++ b/wasm/mesh-to-poly-data.cxx @@ -68,7 +68,9 @@ int main (int argc, char * argv[]) float, double, itk::Vector, - itk::Vector + itk::Vector, + itk::VariableLengthVector, + itk::VariableLengthVector > ::Dimensions<2U,3U>("mesh", pipeline); } diff --git a/wasm/typescript/package.json b/wasm/typescript/package.json index a91a091..7a8d4ff 100644 --- a/wasm/typescript/package.json +++ b/wasm/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@itk-wasm/mesh-to-poly-data", - "version": "1.1.0", + "version": "1.1.1", "description": "Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.", "type": "module", "module": "./dist/index.js", @@ -52,4 +52,4 @@ "type": "git", "url": "https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData" } -} \ No newline at end of file +}