Skip to content

Commit

Permalink
Merge pull request #1300 from thewtex/package-bumps
Browse files Browse the repository at this point in the history
package bumps
  • Loading branch information
thewtex authored Jan 5, 2025
2 parents 36db85b + f0791e6 commit 5a7fed6
Show file tree
Hide file tree
Showing 77 changed files with 59 additions and 59 deletions.
10 changes: 5 additions & 5 deletions examples/different-input-types/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "itk-wasm-different-input-types-example",
"version": "1.0.0",
"version": "1.0.1",
"description": "An itk-wasm pipeline example that demonstrates accepting different input types",
"type": "module",
"scripts": {
"build": "npm run build:wasi",
"build:wasi": "itk-wasm -b wasi-build -i itkwasm/wasi build",
"build:wasi": "itk-wasm -b wasi-build -i itkwasm/wasi:latest-debug build",
"test": "npm run test:wasi && npm run test:wasi:help",
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- ./Gourds.png label.png overlay.png",
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- --help"
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- ./Gourds.png label.png overlay.png",
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- --help"
},
"author": "Matt McCormick <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "^1.0.0-b.66"
"itk-wasm": "^1.0.0-b.185"
}
}
10 changes: 5 additions & 5 deletions examples/hello-pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "itk-wasm-hello-pipeline",
"version": "1.0.1",
"version": "1.0.2",
"description": "An itk-wasm Hello Pipeline World! example",
"type": "module",
"scripts": {
"build": "itk-wasm -i itkwasm/wasi build",
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- cthead1.png",
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --quiet cthead1.png",
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --help"
"test": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- cthead1.png",
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --quiet cthead1.png",
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- --help"
},
"author": "Matt McCormick <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"fs-extra": "^10.0.0",
"itk-wasm": "^1.0.0-b.76"
"itk-wasm": "^1.0.0-b.185"
}
}
2 changes: 1 addition & 1 deletion packages/compare-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/compare-images-build",
"version": "5.2.3",
"version": "5.3.1",
"private": true,
"description": "@itk-wasm/compare-stringify build configuration",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.2.3"
__version__ = "5.3.1"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.2.3"
__version__ = "5.3.1"
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.2.3"
__version__ = "5.3.1"
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.2.3",
"version": "5.3.1",
"description": "Compare images with a tolerance for regression testing.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-meshes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/compare-meshes-build",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"description": "@itk-wasm/compare-meshes build configuration.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-meshes/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/compare-meshes",
"version": "0.4.1",
"version": "0.5.0",
"description": "Compare meshes and polydata for regression testing.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/compress-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/compress-stringify-build",
"version": "3.3.1",
"version": "3.4.0",
"private": true,
"description": "@itk-wasm/compare-stringify build configuration.",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.1"
__version__ = "3.4.0"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.1"
__version__ = "3.4.0"
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.1"
__version__ = "3.4.0"
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.3.1",
"version": "3.4.0",
"description": "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/typescript/create-itk-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-itk-wasm",
"version": "2.0.0",
"version": "2.1.0",
"description": "CLI to create a new ITK-Wasm project or add a pipeline to an existing project.",
"type": "module",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function generatePackageJson(project: ProjectSpec) {
},
devDependencies: {
'@itk-wasm/dam': '^1.1.1',
'itk-wasm': '1.0.0-b.182'
'itk-wasm': '1.0.0-b.185'
}
}
if (project.author) {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/typescript/itk-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itk-wasm",
"version": "1.0.0-b.184",
"version": "1.0.0-b.185",
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
"type": "module",
"module": "./dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "1.0.0-b.183"
"itk-wasm": "1.0.0-b.185"
},
"devDependencies": {
"@itk-wasm/demo-app": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/typescript/itk-wasm/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '1.0.0-b.184'
const version = '1.0.0-b.185'

export default version
2 changes: 1 addition & 1 deletion packages/dicom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/dicom-build",
"version": "7.2.3",
"version": "7.3.0",
"private": true,
"description": "@itk-wasm/dicom build configuration.",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.2.3"
__version__ = "7.3.0"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.2.3"
__version__ = "7.3.0"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.2.3"
__version__ = "7.3.0"
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": "7.2.3",
"version": "7.3.0",
"description": "Read files and images related to DICOM file format.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/downsample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/downsample-build",
"version": "1.4.3",
"version": "1.5.0",
"private": true,
"description": "Pipelines for downsampling images.",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.3"
__version__ = "1.5.0"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.3"
__version__ = "1.5.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.3"
__version__ = "1.5.0"
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.4.3",
"version": "1.5.0",
"description": "Pipelines for downsampling images.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/image-io-build",
"version": "1.3.1",
"version": "1.4.0",
"private": true,
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.4.0"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.4.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.1"
__version__ = "1.4.0"
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.3.1",
"version": "1.4.0",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mesh-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/mesh-io-build",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0"
__version__ = "1.6.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0"
__version__ = "1.6.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.0"
__version__ = "1.6.0"
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.5.0",
"version": "1.6.0",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/transform-io-build",
"version": "0.1.1",
"version": "1.0.0",
"private": true,
"description": "scripts to generate @itk-wasm/transform-io itk-wasm artifacts.",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "1.0.0"
Loading

0 comments on commit 5a7fed6

Please sign in to comment.