@cornerstonejs/core 3.4.0 → 3.5.1

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.
@@ -519,6 +519,7 @@ class BaseVolumeViewport extends Viewport {
519
519
  focalPoint: newFocalPoint,
520
520
  position: newPosition,
521
521
  });
522
+ this.render();
522
523
  }
523
524
  setViewReference(viewRef) {
524
525
  if (!viewRef) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "3.4.0",
3
+ "version": "3.5.1",
4
4
  "description": "Cornerstone3D Core",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -66,7 +66,7 @@
66
66
  "prepublishOnly": "yarn run build"
67
67
  },
68
68
  "dependencies": {
69
- "@kitware/vtk.js": "32.9.0",
69
+ "@kitware/vtk.js": "32.12.0",
70
70
  "comlink": "^4.4.1",
71
71
  "gl-matrix": "^3.4.3",
72
72
  "loglevel": "^1.9.2"
@@ -82,5 +82,5 @@
82
82
  "type": "individual",
83
83
  "url": "https://ohif.org/donate"
84
84
  },
85
- "gitHead": "822b0c3f30dc9d1d9a5e638f099ce463c689ee14"
85
+ "gitHead": "49af3fa9bf7322b5f290a305c0232bbfac426b67"
86
86
  }