@ohif/extension-dicom-microscopy 3.8.0-beta.9 → 3.8.0-beta.91

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.
@@ -26,10 +26,10 @@ object-assign
26
26
  **/
27
27
 
28
28
  /**
29
- * @license Fraction.js v4.2.0 05/03/2022
29
+ * @license Fraction.js v4.3.7 31/08/2023
30
30
  * https://www.xarg.org/2014/03/rational-numbers-in-javascript/
31
31
  *
32
- * Copyright (c) 2021, Robert Eisele (robert@xarg.org)
32
+ * Copyright (c) 2023, Robert Eisele (robert@raw.org)
33
33
  * Dual licensed under the MIT or GPL Version 2 licenses.
34
34
  **/
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/extension-dicom-microscopy",
3
- "version": "3.8.0-beta.9",
3
+ "version": "3.8.0-beta.91",
4
4
  "description": "OHIF extension for DICOM microscopy",
5
5
  "author": "Bill Wallace, md-prog",
6
6
  "license": "MIT",
@@ -21,6 +21,8 @@
21
21
  "yarn": ">=1.18.0"
22
22
  },
23
23
  "scripts": {
24
+ "clean": "shx rm -rf dist",
25
+ "clean:deep": "yarn run clean && shx rm -rf node_modules",
24
26
  "dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
25
27
  "dev:dicom-pdf": "yarn run dev",
26
28
  "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
@@ -28,10 +30,10 @@
28
30
  "start": "yarn run dev"
29
31
  },
30
32
  "peerDependencies": {
31
- "@ohif/core": "3.8.0-beta.9",
32
- "@ohif/extension-default": "3.8.0-beta.9",
33
- "@ohif/i18n": "3.8.0-beta.9",
34
- "@ohif/ui": "3.8.0-beta.9",
33
+ "@ohif/core": "3.8.0-beta.91",
34
+ "@ohif/extension-default": "3.8.0-beta.91",
35
+ "@ohif/i18n": "3.8.0-beta.91",
36
+ "@ohif/ui": "3.8.0-beta.91",
35
37
  "prop-types": "^15.6.2",
36
38
  "react": "^17.0.2",
37
39
  "react-dom": "^17.0.2",