@cornerstonejs/dicom-image-loader 2.1.16 → 2.1.17

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.
@@ -1,2 +1,7 @@
1
- declare const JpegImage: any;
2
- export default JpegImage;
1
+ export = jpeg.lossless.Utils;
2
+ export = jpeg.lossless.Utils;
3
+ declare namespace Utils {
4
+ function createArray(length: any, ...args: any[]): any[];
5
+ function makeCRCTable(): number[];
6
+ function crc32(dataView: any): number;
7
+ }
@@ -1216,4 +1216,3 @@
1216
1216
  ],
1217
1217
  }, {}, [6])(6);
1218
1218
  });
1219
- export default JpegImage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/dicom-image-loader",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
5
5
  "keywords": [
6
6
  "DICOM",
@@ -115,7 +115,7 @@
115
115
  "uuid": "^9.0.0"
116
116
  },
117
117
  "peerDependencies": {
118
- "@cornerstonejs/core": "^2.1.16",
118
+ "@cornerstonejs/core": "^2.1.17",
119
119
  "dicom-parser": "^1.8.9"
120
120
  },
121
121
  "lint-staged": {
@@ -130,5 +130,5 @@
130
130
  "path": "./node_modules/cz-conventional-changelog"
131
131
  }
132
132
  },
133
- "gitHead": "0508857c248400e14118440883a532cd65d8ba05"
133
+ "gitHead": "b5d10ad761e36b40c53de1bf3cbbf751bf6e8a87"
134
134
  }