@cornerstonejs/ai 3.32.5 → 3.32.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.
|
@@ -551,7 +551,8 @@ export default class ONNXSegmentationController {
|
|
|
551
551
|
renderArguments.viewReference = viewRef;
|
|
552
552
|
renderArguments.imageId = null;
|
|
553
553
|
}
|
|
554
|
-
imageSession.canvasPosition =
|
|
554
|
+
imageSession.canvasPosition =
|
|
555
|
+
await utilities.loadImageToCanvas(renderArguments);
|
|
555
556
|
canvas.style.width = size;
|
|
556
557
|
canvas.style.height = size;
|
|
557
558
|
if (isCurrent) {
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "3.32.
|
|
1
|
+
export declare const version = "3.32.7";
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '3.32.
|
|
1
|
+
export const version = '3.32.7';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/ai",
|
|
3
|
-
"version": "3.32.
|
|
3
|
+
"version": "3.32.7",
|
|
4
4
|
"description": "AI and ML Interfaces for Cornerstone3D",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -36,8 +36,7 @@
|
|
|
36
36
|
"build:all": "yarn run build:esm",
|
|
37
37
|
"start": "tsc --project ./tsconfig.json --watch",
|
|
38
38
|
"format": "prettier --write 'src/**/*.js' 'test/**/*.js'",
|
|
39
|
-
"lint": "
|
|
40
|
-
"format-check": "npx eslint ./src --quiet",
|
|
39
|
+
"lint": "oxlint .",
|
|
41
40
|
"api-check": "api-extractor --debug run ",
|
|
42
41
|
"prepublishOnly": "yarn clean && yarn build"
|
|
43
42
|
},
|
|
@@ -62,8 +61,8 @@
|
|
|
62
61
|
"onnxruntime-web": "1.17.1"
|
|
63
62
|
},
|
|
64
63
|
"peerDependencies": {
|
|
65
|
-
"@cornerstonejs/core": "^3.32.
|
|
66
|
-
"@cornerstonejs/tools": "^3.32.
|
|
64
|
+
"@cornerstonejs/core": "^3.32.7",
|
|
65
|
+
"@cornerstonejs/tools": "^3.32.7"
|
|
67
66
|
},
|
|
68
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "c44f143cc46481da7b29830d6468e74ae6767fa7"
|
|
69
68
|
}
|