@cornerstonejs/core 3.28.0 → 3.28.2

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.
@@ -285,7 +285,7 @@ export default class BaseStreamingImageVolume extends ImageVolume {
285
285
  const { retrieveOptions = {} } = metaData.get(imageRetrieveMetadataProvider.IMAGE_RETRIEVE_CONFIGURATION, imageId, 'volume') || {};
286
286
  options.retrieveOptions = {
287
287
  ...options.retrieveOptions,
288
- ...(retrieveOptions?.default ||
288
+ ...(retrieveOptions.default ||
289
289
  Object.values(retrieveOptions)?.[0] ||
290
290
  {}),
291
291
  };
@@ -1 +1 @@
1
- export declare const version = "3.28.0";
1
+ export declare const version = "3.28.2";
@@ -1 +1 @@
1
- export const version = '3.28.0';
1
+ export const version = '3.28.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "3.28.0",
3
+ "version": "3.28.2",
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": "5de47cea0535069b995801d4d88a53e355914152"
100
+ "gitHead": "b05a132464096ce9a401e93dc582b711578d6c8a"
101
101
  }