@ohif/extension-measurement-tracking 3.10.0-beta.99 → 3.10.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.
@@ -1,13 +1,3 @@
1
- /**
2
- * @license React
3
- * react-dom.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
-
11
1
  /**
12
2
  * @license React
13
3
  * react.production.min.js
@@ -18,16 +8,6 @@
18
8
  * LICENSE file in the root directory of this source tree.
19
9
  */
20
10
 
21
- /**
22
- * @license React
23
- * scheduler.production.min.js
24
- *
25
- * Copyright (c) Facebook, Inc. and its affiliates.
26
- *
27
- * This source code is licensed under the MIT license found in the
28
- * LICENSE file in the root directory of this source tree.
29
- */
30
-
31
11
  /**
32
12
  * @license React
33
13
  * use-sync-external-store-shim.production.min.js
@@ -47,25 +27,3 @@
47
27
  * This source code is licensed under the MIT license found in the
48
28
  * LICENSE file in the root directory of this source tree.
49
29
  */
50
-
51
- /**
52
- * @remix-run/router v1.22.0
53
- *
54
- * Copyright (c) Remix Software Inc.
55
- *
56
- * This source code is licensed under the MIT license found in the
57
- * LICENSE.md file in the root directory of this source tree.
58
- *
59
- * @license MIT
60
- */
61
-
62
- /**
63
- * React Router v6.29.0
64
- *
65
- * Copyright (c) Remix Software Inc.
66
- *
67
- * This source code is licensed under the MIT license found in the
68
- * LICENSE.md file in the root directory of this source tree.
69
- *
70
- * @license MIT
71
- */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/extension-measurement-tracking",
3
- "version": "3.10.0-beta.99",
3
+ "version": "3.10.0",
4
4
  "description": "Tracking features and functionality for basic image viewing",
5
5
  "author": "OHIF Core Team",
6
6
  "license": "MIT",
@@ -32,12 +32,12 @@
32
32
  "start": "yarn run dev"
33
33
  },
34
34
  "peerDependencies": {
35
- "@cornerstonejs/core": "^2.19.3",
36
- "@cornerstonejs/tools": "^2.19.3",
37
- "@ohif/core": "3.10.0-beta.99",
38
- "@ohif/extension-cornerstone-dicom-sr": "3.10.0-beta.99",
39
- "@ohif/extension-default": "3.10.0-beta.99",
40
- "@ohif/ui": "3.10.0-beta.99",
35
+ "@cornerstonejs/core": "^3.9.5",
36
+ "@cornerstonejs/tools": "^3.9.5",
37
+ "@ohif/core": "3.10.0",
38
+ "@ohif/extension-cornerstone-dicom-sr": "3.10.0",
39
+ "@ohif/extension-default": "3.10.0",
40
+ "@ohif/ui": "3.10.0",
41
41
  "classnames": "^2.3.2",
42
42
  "dcmjs": "*",
43
43
  "lodash.debounce": "^4.0.8",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.20.13",
52
- "@ohif/ui": "3.10.0-beta.99",
52
+ "@ohif/ui": "3.10.0",
53
53
  "@xstate/react": "^3.2.2",
54
54
  "xstate": "^4.10.0"
55
55
  }