Skip to content

Commit

Permalink
Merge pull request #1136 from thewtex/pnpm-9.1.2
Browse files Browse the repository at this point in the history
build(pnpm): bump version to 9.1.2
  • Loading branch information
thewtex authored May 22, 2024
2 parents e290a8b + cc55528 commit 9595f3a
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
browser-version: latest

- name: Test python on chrome
if: ${{ matrix.python-minor-version > 10 && matrix.os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'dicom' )}}
if: ${{ matrix.python-minor-version > 10 && matrix.os == 'ubuntu-22.04' || (matrix.package != 'mesh-io' && matrix.package != 'image-io' && matrix.package != 'dicom' && matrix.os != 'macos-14' )}}
run: |
pnpm run --aggregate-output --filter "@itk-wasm/${{ matrix.package }}-build" test:python:emscripten
2 changes: 1 addition & 1 deletion examples/inputs-outputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "inputs-outputs-example-build",
"version": "2.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "An itk-wasm pipeline example for inputs/outputs",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion examples/inputs-outputs/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/inputs-outputs-example",
"version": "0.1.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "An example that has non-trivial inputs and outputs.",
"type": "module",
"bin": "src/cli.mjs",
Expand Down
2 changes: 1 addition & 1 deletion examples/mean-squares-versor-registration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mean-squares-versor-registration-build",
"version": "2.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Illustrate the use of the VersorRigid3DTransform for 3D image registration.",
"type": "module",
"itk-wasm": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mean-squares-versor-registration",
"version": "0.1.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Example 3D versor transform registration with a mean-squares similarity metric",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "itk-wasm-workspace",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.",
"type": "module",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/compare-images-build",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compare-images/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/compare-images",
"version": "5.1.1",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/compare-meshes-build",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Scripts to generate compare-meshes itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
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,7 +1,7 @@
{
"name": "@itk-wasm/compare-meshes",
"version": "0.3.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/compress-stringify-build",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
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,7 +1,7 @@
{
"name": "@itk-wasm/compress-stringify",
"version": "3.2.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.",
"type": "module",
"module": "./dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function generatePackageJson(project: ProjectSpec) {
// @ts-ignore
itkWasm.repository = project.repositoryUrl
}
const packageManager = '[email protected].1'
const packageManager = '[email protected].2'
let packageJson = {
name: `${project.name}-build`,
version: '0.1.0',
Expand Down
2 changes: 1 addition & 1 deletion packages/core/typescript/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/demo-app",
"version": "0.2.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Try itk-wasm pipelines in a browser",
"type": "module",
"exports": {
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,7 +1,7 @@
{
"name": "itk-wasm",
"version": "1.0.0-b.175",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"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
@@ -1,7 +1,7 @@
{
"name": "test-pipelines",
"version": "1.0.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Exercise interface types for bindgen",
"type": "module",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dicom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/dicom-build",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "scripts to generate @itk-wasm/dicom itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/dicom",
"version": "7.0.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/downsample-build",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "scripts to generate @itk-wasm/downsample itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/downsample/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itk-wasm/downsample",
"version": "1.3.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/image-io-build",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
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,7 +1,7 @@
{
"name": "@itk-wasm/image-io",
"version": "1.2.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/mesh-io-build",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.",
"type": "module",
"itk-wasm": {
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,7 +1,7 @@
{
"name": "@itk-wasm/mesh-io",
"version": "1.2.0",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
"module": "./dist/index.js",
Expand Down

0 comments on commit 9595f3a

Please sign in to comment.