@ohif/extension-cornerstone 2.12.15 → 2.12.16

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.
@@ -3167,6 +3167,8 @@
3167
3167
  * @license MIT
3168
3168
  */
3169
3169
 
3170
+ /*! pako 2.0.4 https://github.com/nodeca/pako @license (MIT AND Zlib) */
3171
+
3170
3172
  /**
3171
3173
  * @license Complex.js v2.0.15 12/05/2020
3172
3174
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/extension-cornerstone",
3
- "version": "2.12.15",
3
+ "version": "2.12.16",
4
4
  "description": "OHIF extension for Cornerstone",
5
5
  "author": "OHIF",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "cornerstone-math": "^0.1.9",
37
37
  "cornerstone-tools": "^6.0.6",
38
38
  "cornerstone-wado-image-loader": "^4.2.1",
39
- "dcmjs": "0.24.10",
39
+ "dcmjs": "0.29.3",
40
40
  "dicom-parser": "^1.8.11",
41
41
  "hammerjs": "^2.0.8",
42
42
  "prop-types": "^15.6.2",
@@ -54,5 +54,5 @@
54
54
  "lodash.throttle": "^4.1.1",
55
55
  "react-cornerstone-viewport": "4.1.1"
56
56
  },
57
- "gitHead": "d7e1d2c9753e63a3eee866700f2ccaf7a42e2161"
57
+ "gitHead": "cb9aa6a765da95b5d7eed9636fd7bf26218e706f"
58
58
  }