|
1 | 1 | { |
2 | 2 | "name": "@itk-wasm/compare-images-build", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "5.2.3", |
4 | 4 | "private": true, |
5 | | - "packageManager": "[email protected]", |
6 | | - "description": "scripts to generate @itk-wasm/compare-stringify itk-wasm artifacts.", |
| 5 | + "description": "@itk-wasm/compare-stringify build configuration", |
7 | 6 | "type": "module", |
8 | 7 | "itk-wasm": { |
9 | 8 | "emscripten-docker-image": "itkwasm/emscripten:latest", |
|
23 | 22 | "build:emscripten:debug": "itk-wasm pnpm-script build:emscripten:debug", |
24 | 23 | "build:wasi": "itk-wasm pnpm-script build:wasi", |
25 | 24 | "build:wasi:debug": "itk-wasm pnpm-script build:wasi:debug", |
26 | | - "build:python:wasi": "itk-wasm pnpm-script build:python:wasi", |
| 25 | + "build:python:wasi": "echo 'No build:python:wasi script required with pixi'", |
27 | 26 | "bindgen:typescript": "itk-wasm pnpm-script bindgen:typescript", |
28 | 27 | "bindgen:python": "itk-wasm pnpm-script bindgen:python", |
29 | 28 | "build:gen:typescript": "itk-wasm pnpm-script build:gen:typescript", |
30 | | - "build:gen:python": "itk-wasm pnpm-script build:gen:python", |
31 | | - "build:micromamba": "itk-wasm pnpm-script build:micromamba", |
32 | | - "build:python:versionSync": "itk-wasm pnpm-script build:python:versionSync", |
33 | | - "publish:python": "itk-wasm pnpm-script publish:python", |
| 29 | + "build:gen:python": "pnpm build:wasi && pnpm bindgen:python", |
34 | 30 | "test": "pnpm test:data:download && pnpm build:gen:python && pnpm test:python", |
35 | 31 | "test:data:download": "dam download test/data test/data.tar.gz bafybeiafli6egtmkcgany65po64w67hpqnmgwr5utqo6ycbbz7k5l33llu https://github.com/InsightSoftwareConsortium/ITK-Wasm/releases/download/itk-wasm-v1.0.0-b.171/compare-images-test-data.tar.gz", |
36 | 32 | "test:data:pack": "dam pack test/data test/data.tar.gz", |
37 | | - "test:python:wasi": "itk-wasm pnpm-script test:python:wasi", |
38 | | - "test:python:emscripten": "itk-wasm pnpm-script test:python:emscripten", |
39 | | - "test:python:dispatch": "itk-wasm pnpm-script test:python:emscripten", |
40 | | - "test:python": "itk-wasm pnpm-script test:python" |
| 33 | + "test:python:wasi": "pnpm test:data:download && pixi run test-wasi", |
| 34 | + "test:python:emscripten": "pnpm test:data:download && pixi run test-emscripten", |
| 35 | + "test:python:dispatch": "pnpm test:data:download && pixi run test-dispatch", |
| 36 | + "test:python": "pixi run test-python" |
41 | 37 | }, |
42 | 38 | "license": "Apache-2.0", |
43 | 39 | "devDependencies": { |
44 | 40 | "@itk-wasm/dam": "^1.1.0", |
45 | | - "@thewtex/setup-micromamba": "^1.9.7", |
46 | 41 | "itk-wasm": "workspace:^", |
47 | 42 | "@itk-wasm/image-io-build": "workspace:^" |
48 | 43 | } |
|
0 commit comments