@cornerstonejs/core 4.19.3 → 4.20.0

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.
@@ -481,7 +481,7 @@ class StackViewport extends Viewport {
481
481
  this.modality = null;
482
482
  this.useCPURendering = getShouldUseCPURendering();
483
483
  this._configureRenderingPipeline();
484
- const result = this.useCPURendering
484
+ this.useCPURendering
485
485
  ? this._resetCPUFallbackElement()
486
486
  : this._resetGPUViewport();
487
487
  this.currentImageIdIndex = 0;
@@ -1 +1 @@
1
- export declare const version = "4.19.3";
1
+ export declare const version = "4.20.0";
@@ -1 +1 @@
1
- export const version = '4.19.3';
1
+ export const version = '4.20.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "4.19.3",
3
+ "version": "4.20.0",
4
4
  "description": "Cornerstone3D Core",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -97,5 +97,5 @@
97
97
  "type": "individual",
98
98
  "url": "https://ohif.org/donate"
99
99
  },
100
- "gitHead": "0636758908f268f4e622f72ed90e683d59bcabb6"
100
+ "gitHead": "117cae06950211528bbbe30d5853d2f35ef3e037"
101
101
  }