@ohif/extension-cornerstone 2.12.3 → 2.12.7

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,15 @@
3167
3167
  * @license MIT
3168
3168
  */
3169
3169
 
3170
+ /**
3171
+ * @license Complex.js v2.0.15 12/05/2020
3172
+ *
3173
+ * Copyright (c) 2020, Robert Eisele (robert@xarg.org)
3174
+ * Dual licensed under the MIT or GPL Version 2 licenses.
3175
+ **/
3176
+
3177
+ /*! cornerstone-math - 0.1.9 - 2020-10-01 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/cornerstoneMath */
3178
+
3170
3179
  /*!
3171
3180
  * validate.js 0.12.0
3172
3181
  *
@@ -3176,7 +3185,13 @@
3176
3185
  * http://validatejs.org/
3177
3186
  */
3178
3187
 
3179
- /*! cornerstone-math - 0.1.9 - 2020-10-01 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/cornerstoneMath */
3188
+ /**
3189
+ * @license Fraction.js v4.1.2 23/05/2021
3190
+ * https://www.xarg.org/2014/03/rational-numbers-in-javascript/
3191
+ *
3192
+ * Copyright (c) 2021, Robert Eisele (robert@xarg.org)
3193
+ * Dual licensed under the MIT or GPL Version 2 licenses.
3194
+ **/
3180
3195
 
3181
3196
  /*! dicom-parser - 1.8.5 - 2021-10-06 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
3182
3197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/extension-cornerstone",
3
- "version": "2.12.3",
3
+ "version": "2.12.7",
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.1.0",
39
- "dcmjs": "0.19.1",
39
+ "dcmjs": "0.19.4",
40
40
  "dicom-parser": "^1.8.11",
41
41
  "hammerjs": "^2.0.8",
42
42
  "prop-types": "^15.6.2",
@@ -53,5 +53,5 @@
53
53
  "lodash.throttle": "^4.1.1",
54
54
  "react-cornerstone-viewport": "4.1.1"
55
55
  },
56
- "gitHead": "35ed82e16180ddaab443b26bc9e1247fb5d68a20"
56
+ "gitHead": "28befb1ea673aaf2497b7df44d23c8988d67f25e"
57
57
  }