Skip to content

Commit

Permalink
Merge pull request #1094 from thewtex/windows-node
Browse files Browse the repository at this point in the history
chore(typescript): update package versions for Windows node fixes
  • Loading branch information
thewtex authored Mar 11, 2024
2 parents c2c1c51 + f8a3329 commit 916b698
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/compare-images/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/compare-images",
"version": "5.0.1",
"version": "5.0.2",
"packageManager": "pnpm@8.11.0",
"description": "Compare images with a tolerance for regression testing.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/compress-stringify/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/compress-stringify",
"version": "3.0.0",
"version": "3.0.1",
"packageManager": "pnpm@8.11.0",
"description": "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/dicom",
"version": "6.0.0",
"version": "6.0.1",
"packageManager": "pnpm@8.11.0",
"description": "Read files and images related to DICOM file format.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/downsample/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/downsample",
"version": "1.1.0",
"version": "1.1.1",
"packageManager": "pnpm@8.11.0",
"description": "Pipelines for downsampling images.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-io/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/image-io",
"version": "1.1.0",
"version": "1.1.1",
"packageManager": "pnpm@8.11.0",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/mesh-io/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/mesh-io",
"version": "1.1.0",
"version": "1.1.1",
"packageManager": "pnpm@8.11.0",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
Expand Down

0 comments on commit 916b698

Please sign in to comment.