@cornerstonejs/core 1.22.0 → 1.22.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.22.0",
3
+ "version": "1.22.1",
4
4
  "description": "",
5
5
  "main": "dist/umd/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -46,5 +46,5 @@
46
46
  "type": "individual",
47
47
  "url": "https://ohif.org/donate"
48
48
  },
49
- "gitHead": "ff226c7a2ed426dc568b8043d3bbbb1cdc993281"
49
+ "gitHead": "c7e6f091ac9fc1e38fcaca23599b75d62af605e6"
50
50
  }
@@ -125,7 +125,7 @@ export class ImageVolume implements IImageVolume {
125
125
  return <VolumeScalarData>this.scalarData;
126
126
  }
127
127
 
128
- throw new Error('Unknow scalar data type');
128
+ throw new Error('Unknown scalar data type');
129
129
  }
130
130
 
131
131
  /**