Skip to content

Commit 916b698

Browse files
authored
Merge pull request #1094 from thewtex/windows-node
chore(typescript): update package versions for Windows node fixes
2 parents c2c1c51 + f8a3329 commit 916b698

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/compare-images/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/compare-images",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"packageManager": "pnpm@8.11.0",
55
"description": "Compare images with a tolerance for regression testing.",
66
"type": "module",

packages/compress-stringify/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/compress-stringify",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"packageManager": "pnpm@8.11.0",
55
"description": "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.",
66
"type": "module",

packages/dicom/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/dicom",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"packageManager": "pnpm@8.11.0",
55
"description": "Read files and images related to DICOM file format.",
66
"type": "module",

packages/downsample/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/downsample",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"packageManager": "pnpm@8.11.0",
55
"description": "Pipelines for downsampling images.",
66
"type": "module",

packages/image-io/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/image-io",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"packageManager": "pnpm@8.11.0",
55
"description": "Input and output for scientific and medical image file formats.",
66
"type": "module",

packages/mesh-io/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/mesh-io",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"packageManager": "pnpm@8.11.0",
55
"description": "Input and output for scientific and medical image file formats.",
66
"type": "module",

0 commit comments

Comments
 (0)