Skip to content

Commit

Permalink
chore: bump pnpm to 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 19, 2024
1 parent 7187eca commit b8a5f94
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/compress-stringify-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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 = 'pnpm@9.2.0'
const packageManager = 'pnpm@9.4.0'
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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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.176",
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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.1",
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/downsample-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/image-io-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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.1",
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.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
Expand Up @@ -2,7 +2,7 @@
"name": "@itk-wasm/mesh-io-build",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"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.1",
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.4.0",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
"module": "./dist/index.js",
Expand Down

0 comments on commit b8a5f94

Please sign in to comment.