@cornerstonejs/core 1.71.7 → 1.72.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "1.71.7",
3
+ "version": "1.72.1",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "types": "dist/types/index.d.ts",
@@ -47,5 +47,5 @@
47
47
  "type": "individual",
48
48
  "url": "https://ohif.org/donate"
49
49
  },
50
- "gitHead": "ad670a9725df1bea99ba901c3b24736c3c1926e9"
50
+ "gitHead": "8ae23a54d44a169da137795244394e79389437f6"
51
51
  }
@@ -60,7 +60,7 @@ async function convertStackToVolumeViewport({
60
60
  });
61
61
 
62
62
  // Ideally here we should be able to just create a local volume and not use the
63
- // volume louder but we don't know if the stack is already pre-cached for all its
63
+ // volume louder but we don't know if the stack is already pre-cached for all its
64
64
  // imageIds or not so we just let the loader handle it and we have cache
65
65
  // optimizations in place to avoid fetching the same imageId if it is already
66
66
  // cached