@ohif/extension-dicom-microscopy 3.9.0-beta.99 → 3.10.0-beta.0

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.
@@ -12,13 +12,6 @@
12
12
  * MIT Licence
13
13
  */
14
14
 
15
- /**
16
- * @license Complex.js v2.1.1 12/05/2020
17
- *
18
- * Copyright (c) 2020, Robert Eisele (robert@xarg.org)
19
- * Dual licensed under the MIT or GPL Version 2 licenses.
20
- **/
21
-
22
15
  /**
23
16
  * @license Fraction.js v4.3.0 20/08/2023
24
17
  * https://www.xarg.org/2014/03/rational-numbers-in-javascript/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/extension-dicom-microscopy",
3
- "version": "3.9.0-beta.99",
3
+ "version": "3.10.0-beta.0",
4
4
  "description": "OHIF extension for DICOM microscopy",
5
5
  "author": "Bill Wallace, md-prog",
6
6
  "license": "MIT",
@@ -30,10 +30,10 @@
30
30
  "start": "yarn run dev"
31
31
  },
32
32
  "peerDependencies": {
33
- "@ohif/core": "3.9.0-beta.99",
34
- "@ohif/extension-default": "3.9.0-beta.99",
35
- "@ohif/i18n": "3.9.0-beta.99",
36
- "@ohif/ui": "3.9.0-beta.99",
33
+ "@ohif/core": "3.10.0-beta.0",
34
+ "@ohif/extension-default": "3.10.0-beta.0",
35
+ "@ohif/i18n": "3.10.0-beta.0",
36
+ "@ohif/ui": "3.10.0-beta.0",
37
37
  "prop-types": "^15.6.2",
38
38
  "react": "^18.3.1",
39
39
  "react-dom": "^18.3.1",