Skip to content

Commit 5bebcd7

Browse files
authored
Merge pull request #1439 from thewtex/package-bumps
package bumps
2 parents bb29f53 + 24c564a commit 5bebcd7

File tree

22 files changed

+1934
-248
lines changed

22 files changed

+1934
-248
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "itk-wasm-workspace",
33
"version": "1.0.0",
44
"private": true,
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
77
"type": "module",
88
"directories": {

packages/core/typescript/itk-wasm/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",
3-
"version": "1.0.0-b.192",
3+
"version": "1.0.0-b.195",
44
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
55
"type": "module",
66
"module": "./dist/index.js",

packages/core/typescript/itk-wasm/src/bindgen/typescript/resources/template.package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"author": "",
3434
"license": "Apache-2.0",
3535
"dependencies": {
36-
"itk-wasm": "1.0.0-b.192"
36+
"itk-wasm": "1.0.0-b.195"
3737
},
3838
"devDependencies": {
3939
"@itk-wasm/demo-app": "^0.2.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const version = '1.0.0-b.192'
1+
const version = '1.0.0-b.195'
22

33
export default version

packages/core/typescript/itk-wasm/test/node/pipeline/run-pipeline-node-test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
InterfaceTypes
1111
} from '../../../dist/index-node.js'
1212

13-
function readCthead1() {
13+
function readCthead1 () {
1414
const testInputImageDir = path.resolve(
1515
'test',
1616
'pipelines',
@@ -49,7 +49,7 @@ function readCthead1() {
4949
return image
5050
}
5151

52-
function readCow() {
52+
function readCow () {
5353
const testInputMeshDir = path.resolve(
5454
'test',
5555
'pipelines',
@@ -88,7 +88,7 @@ function readCow() {
8888
return mesh
8989
}
9090

91-
function readLinearTransform() {
91+
function readLinearTransform () {
9292
const testInputTransformDir = path.resolve(
9393
'test',
9494
'pipelines',
@@ -126,7 +126,7 @@ function readLinearTransform() {
126126
return transformList
127127
}
128128

129-
function readCompositeTransform() {
129+
function readCompositeTransform () {
130130
const testInputTransformDir = path.resolve(
131131
'test',
132132
'pipelines',

packages/dicom/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-build",
3-
"version": "7.6.0",
3+
"version": "7.6.2",
44
"private": true,
55
"description": "@itk-wasm/dicom build configuration.",
66
"type": "module",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.6.0"
1+
__version__ = "7.6.2"

packages/dicom/python/itkwasm-dicom-emscripten/itkwasm_dicom_emscripten/js_package.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.6.0"
1+
__version__ = "7.6.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.6.0"
1+
__version__ = "7.6.2"

0 commit comments

Comments
 (0)