Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump pnpm to 9.1.4 #1145

Merged
merged 1 commit into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2'
const packageManager = 'pnpm@9.1.4'
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.1.2",
"packageManager": "pnpm@9.1.4",
"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": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.4",
"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.1.2",
"packageManager": "pnpm@9.1.4",
"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": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.4",
"description": "Input and output for scientific and medical image file formats.",
"type": "module",
"module": "./dist/index.js",
Expand Down
Loading