@cornerstonejs/core 3.32.6 → 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.
@@ -421,7 +421,6 @@ class Cache {
421
421
  sizeInBytes: 0,
422
422
  };
423
423
  this._imageCache.set(imageId, cachedImage);
424
- this._imageCache.set(imageId, cachedImage);
425
424
  return imageLoadObject.promise
426
425
  .then((image) => {
427
426
  try {
@@ -1 +1 @@
1
- export declare const version = "3.32.6";
1
+ export declare const version = "3.32.7";
@@ -1 +1 @@
1
- export const version = '3.32.6';
1
+ export const version = '3.32.7';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "3.32.6",
3
+ "version": "3.32.7",
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": "af40281b222938a78ea1db18d9dd1b85a975e99c"
100
+ "gitHead": "c44f143cc46481da7b29830d6468e74ae6767fa7"
101
101
  }