-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1259 from thewtex/hatch-test-deps
hatch test deps
- Loading branch information
Showing
30 changed files
with
1 addition
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
"name": "inputs-outputs-example-build", | ||
"version": "2.0.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"description": "An itk-wasm pipeline example for inputs/outputs", | ||
"type": "module", | ||
"itk-wasm": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "@itk-wasm/inputs-outputs-example", | ||
"version": "0.1.0", | ||
"packageManager": "[email protected]", | ||
"description": "An example that has non-trivial inputs and outputs.", | ||
"type": "module", | ||
"bin": "src/cli.mjs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
"name": "mean-squares-versor-registration-build", | ||
"version": "2.0.0", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"description": "Illustrate the use of the VersorRigid3DTransform for 3D image registration.", | ||
"type": "module", | ||
"itk-wasm": { | ||
|
1 change: 0 additions & 1 deletion
1
examples/mean-squares-versor-registration/typescript/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "mean-squares-versor-registration", | ||
"version": "0.1.0", | ||
"packageManager": "[email protected]", | ||
"description": "Example 3D versor transform registration with a mean-squares similarity metric", | ||
"type": "module", | ||
"module": "./dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,10 @@ function generatePackageJson(project: ProjectSpec) { | |
// @ts-ignore | ||
itkWasm.repository = project.repositoryUrl | ||
} | ||
const packageManager = '[email protected]' | ||
let packageJson = { | ||
name: `${project.name}-build`, | ||
version: '0.1.0', | ||
private: true, | ||
packageManager, | ||
description: `Scripts to generate ${project.name} itk-wasm artifacts.`, | ||
type: 'module', | ||
'itk-wasm': itkWasm, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "@itk-wasm/demo-app", | ||
"version": "0.2.0", | ||
"packageManager": "[email protected]", | ||
"description": "Try itk-wasm pipelines in a browser", | ||
"type": "module", | ||
"exports": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "itk-wasm", | ||
"version": "1.0.0-b.179", | ||
"packageManager": "[email protected]", | ||
"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", | ||
|
1 change: 0 additions & 1 deletion
1
packages/core/typescript/itk-wasm/test/pipelines/typescript/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"name": "test-pipelines", | ||
"version": "1.0.0", | ||
"packageManager": "[email protected]", | ||
"description": "Exercise interface types for bindgen", | ||
"type": "module", | ||
"module": "./dist/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.