Skip to content

Commit

Permalink
chore: bump compress-stringify, 0.6.0, dicom to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 11, 2023
1 parent 379e178 commit eb8439a
Show file tree
Hide file tree
Showing 11 changed files with 347 additions and 268 deletions.
2 changes: 1 addition & 1 deletion packages/compare-images/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "^1.0.0-b.137"
"itk-wasm": "^1.0.0-b.138"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.6.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.6.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.6.0"
587 changes: 333 additions & 254 deletions packages/compress-stringify/typescript/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 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": "0.5.3",
"version": "0.6.0",
"description": "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.",
"type": "module",
"module": "./dist/bundles/compress-stringify.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "^1.0.0-b.137"
"itk-wasm": "^1.0.0-b.138"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
Expand Down Expand Up @@ -67,4 +67,4 @@
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm"
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.1"
__version__ = "3.3.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.1"
__version__ = "3.3.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.1"
__version__ = "3.3.0"
6 changes: 3 additions & 3 deletions packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/dicom",
"version": "3.2.1",
"version": "3.3.0",
"description": "Read files and images related to DICOM file format.",
"type": "module",
"module": "./dist/bundles/dicom.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "^1.0.0-b.137"
"itk-wasm": "^1.0.0-b.138"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
Expand Down Expand Up @@ -68,4 +68,4 @@
"type": "git",
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm"
}
}
}
2 changes: 1 addition & 1 deletion src/bindgen/typescript/resources/template.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "^1.0.0-b.137"
"itk-wasm": "^1.0.0-b.138"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
Expand Down

0 comments on commit eb8439a

Please sign in to comment.