@ohif/core 3.9.0-beta.21 → 3.9.0-beta.23

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,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*!
8
2
  * The buffer module from node.js, for the browser.
9
3
  *
@@ -26,7 +20,8 @@ object-assign
26
20
 
27
21
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
28
22
 
29
- /** @license React v17.0.2
23
+ /**
24
+ * @license React
30
25
  * react.production.min.js
31
26
  *
32
27
  * Copyright (c) Facebook, Inc. and its affiliates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/core",
3
- "version": "3.9.0-beta.21",
3
+ "version": "3.9.0-beta.23",
4
4
  "description": "Generic business logic for web-based medical imaging applications",
5
5
  "author": "OHIF Core Team",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "@cornerstonejs/codec-openjpeg": "^1.2.2",
39
39
  "@cornerstonejs/codec-openjph": "^2.4.2",
40
40
  "@cornerstonejs/dicom-image-loader": "^1.74.7",
41
- "@ohif/ui": "3.9.0-beta.21",
41
+ "@ohif/ui": "3.9.0-beta.23",
42
42
  "cornerstone-math": "0.1.9",
43
43
  "dicom-parser": "^1.8.21"
44
44
  },