@ohif/extension-default 3.8.0-beta.22 → 3.8.0-beta.24

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.
@@ -10,6 +10,15 @@ object-assign
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
+ /**
14
+ * @license
15
+ * Lodash <https://lodash.com/>
16
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
17
+ * Released under MIT license <https://lodash.com/license>
18
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
19
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
20
+ */
21
+
13
22
  /**
14
23
  * @remix-run/router v1.7.2
15
24
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/extension-default",
3
- "version": "3.8.0-beta.22",
3
+ "version": "3.8.0-beta.24",
4
4
  "description": "Common/default features and functionality for basic image viewing",
5
5
  "author": "OHIF Core Team",
6
6
  "license": "MIT",
@@ -30,8 +30,8 @@
30
30
  "start": "yarn run dev"
31
31
  },
32
32
  "peerDependencies": {
33
- "@ohif/core": "3.8.0-beta.22",
34
- "@ohif/i18n": "3.8.0-beta.22",
33
+ "@ohif/core": "3.8.0-beta.24",
34
+ "@ohif/i18n": "3.8.0-beta.24",
35
35
  "dcmjs": "^0.29.12",
36
36
  "dicomweb-client": "^0.10.2",
37
37
  "prop-types": "^15.6.2",