@ohif/extension-default 3.8.0-beta.8 → 3.8.0-beta.81
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.
|
@@ -11,7 +11,16 @@ object-assign
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
|
-
* @
|
|
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
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @remix-run/router v1.15.3
|
|
15
24
|
*
|
|
16
25
|
* Copyright (c) Remix Software Inc.
|
|
17
26
|
*
|
|
@@ -22,7 +31,7 @@ object-assign
|
|
|
22
31
|
*/
|
|
23
32
|
|
|
24
33
|
/**
|
|
25
|
-
* React Router v6.
|
|
34
|
+
* React Router v6.22.3
|
|
26
35
|
*
|
|
27
36
|
* Copyright (c) Remix Software Inc.
|
|
28
37
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/extension-default",
|
|
3
|
-
"version": "3.8.0-beta.
|
|
3
|
+
"version": "3.8.0-beta.81",
|
|
4
4
|
"description": "Common/default features and functionality for basic image viewing",
|
|
5
5
|
"author": "OHIF Core Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,6 +23,8 @@
|
|
|
23
23
|
"ohif-extension"
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
|
+
"clean": "shx rm -rf dist",
|
|
27
|
+
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
|
26
28
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
|
|
27
29
|
"dev:dicom-pdf": "yarn run dev",
|
|
28
30
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
@@ -30,10 +32,10 @@
|
|
|
30
32
|
"start": "yarn run dev"
|
|
31
33
|
},
|
|
32
34
|
"peerDependencies": {
|
|
33
|
-
"@ohif/core": "3.8.0-beta.
|
|
34
|
-
"@ohif/i18n": "3.8.0-beta.
|
|
35
|
-
"dcmjs": "^0.29.
|
|
36
|
-
"dicomweb-client": "^0.10.
|
|
35
|
+
"@ohif/core": "3.8.0-beta.81",
|
|
36
|
+
"@ohif/i18n": "3.8.0-beta.81",
|
|
37
|
+
"dcmjs": "^0.29.12",
|
|
38
|
+
"dicomweb-client": "^0.10.4",
|
|
37
39
|
"prop-types": "^15.6.2",
|
|
38
40
|
"react": "^17.0.2",
|
|
39
41
|
"react-dom": "^17.0.2",
|