@cornerstonejs/core 2.2.13 → 2.2.15

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.
@@ -896,7 +896,7 @@ class BaseVolumeViewport extends Viewport {
896
896
  sliceIndex ??= currentIndex;
897
897
  const { viewPlaneNormal, focalPoint } = this.getCamera();
898
898
  const querySeparator = volumeId.includes('?') ? '&' : '?';
899
- return `volumeId:${volumeId}${querySeparator}sliceIndex=${sliceIndex}&viewPlaneNormal=${viewPlaneNormal.join(',')}&focalPoint=${focalPoint.join(',')}`;
899
+ return `volumeId:${volumeId}${querySeparator}sliceIndex=${sliceIndex}&viewPlaneNormal=${viewPlaneNormal.join(',')}`;
900
900
  }
901
901
  _addVolumeId(volumeId) {
902
902
  this.volumeIds.add(volumeId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "2.2.13",
3
+ "version": "2.2.15",
4
4
  "description": "",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -83,5 +83,5 @@
83
83
  "type": "individual",
84
84
  "url": "https://ohif.org/donate"
85
85
  },
86
- "gitHead": "78a3af00e3721da5cc617953afc461e4719a82cc"
86
+ "gitHead": "8ced02a99bf153c9d268449db47f5abfe4a557b3"
87
87
  }