@ohif/core 3.8.0-beta.7 → 3.8.0-beta.71

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,3 +1,9 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
1
7
  /*!
2
8
  * The buffer module from node.js, for the browser.
3
9
  *
@@ -20,6 +26,15 @@
20
26
 
21
27
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
22
28
 
29
+ /** @license React v17.0.2
30
+ * react.production.min.js
31
+ *
32
+ * Copyright (c) Facebook, Inc. and its affiliates.
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+
23
38
  //! moment.js
24
39
 
25
40
  //! moment.js locale configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/core",
3
- "version": "3.8.0-beta.7",
3
+ "version": "3.8.0-beta.71",
4
4
  "description": "Generic business logic for web-based medical imaging applications",
5
5
  "author": "OHIF Core Team",
6
6
  "license": "MIT",
@@ -22,6 +22,8 @@
22
22
  "yarn": ">=1.16.0"
23
23
  },
24
24
  "scripts": {
25
+ "clean": "shx rm -rf dist",
26
+ "clean:deep": "yarn run clean && shx rm -rf node_modules",
25
27
  "dev": "jest --watchAll",
26
28
  "dev:core": "yarn run dev",
27
29
  "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
@@ -35,15 +37,15 @@
35
37
  "@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
36
38
  "@cornerstonejs/codec-openjpeg": "^1.2.2",
37
39
  "@cornerstonejs/codec-openjph": "^2.4.2",
38
- "@cornerstonejs/dicom-image-loader": "^1.20.3",
39
- "@ohif/ui": "3.8.0-beta.7",
40
+ "@cornerstonejs/dicom-image-loader": "^1.67.0",
41
+ "@ohif/ui": "3.8.0-beta.71",
40
42
  "cornerstone-math": "0.1.9",
41
43
  "dicom-parser": "^1.8.21"
42
44
  },
43
45
  "dependencies": {
44
46
  "@babel/runtime": "^7.20.13",
45
- "dcmjs": "^0.29.11",
46
- "dicomweb-client": "^0.10.2",
47
+ "dcmjs": "^0.29.12",
48
+ "dicomweb-client": "^0.10.4",
47
49
  "gl-matrix": "^3.4.3",
48
50
  "isomorphic-base64": "^1.0.2",
49
51
  "lodash.clonedeep": "^4.5.0",