dicom-curate 0.40.6 → 0.40.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dicom-curate",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.7",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/clintools/dicom-curate"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"test": "vitest run --pool=forks --project unit",
|
|
52
52
|
"test:e2e": "pnpm build:esm && vitest run --pool=forks --project e2e",
|
|
53
53
|
"test:conformance": "vitest run --pool=forks --project conformance",
|
|
54
|
-
"update:conformance-baselines": "
|
|
54
|
+
"update:conformance-baselines": "esbuild scripts/update-conformance-baselines.ts --bundle --platform=node --format=esm --external:dicom-synth --outfile=conformance/.update-conformance-baselines.mjs && node conformance/.update-conformance-baselines.mjs",
|
|
55
55
|
"test:coverage": "vitest run --pool=forks --project unit --coverage",
|
|
56
56
|
"test:watch": "vitest",
|
|
57
57
|
"lint": "eslint src --ext .ts,.tsx",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@typescript-eslint/parser": "^8.46.1",
|
|
99
99
|
"@vitest/coverage-v8": "^3.2.4",
|
|
100
100
|
"commander": "^14.0.3",
|
|
101
|
-
"dicom-synth": "^0.
|
|
101
|
+
"dicom-synth": "^2.0.0",
|
|
102
102
|
"esbuild": "^0.20.0",
|
|
103
103
|
"eslint": "^9.38.0",
|
|
104
104
|
"globals": "^16.4.0",
|