@ohif/core 3.13.0-beta.89 → 3.13.0-beta.92
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.
- package/dist/ohif-core.umd.js +4 -2
- package/package.json +15 -17
- package/dist/ohif-core.umd.js.LICENSE.txt +0 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/core",
|
|
3
|
-
"version": "3.13.0-beta.
|
|
3
|
+
"version": "3.13.0-beta.92",
|
|
4
4
|
"description": "Generic business logic for web-based medical imaging applications",
|
|
5
5
|
"author": "OHIF Core Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,27 +8,25 @@
|
|
|
8
8
|
"main": "dist/ohif-core.umd.js",
|
|
9
9
|
"module": "src/index.ts",
|
|
10
10
|
"types": "src/types/index.ts",
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"access": "public"
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=24"
|
|
14
13
|
},
|
|
15
14
|
"files": [
|
|
16
15
|
"dist",
|
|
17
16
|
"README.md"
|
|
18
17
|
],
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"npm": ">=6",
|
|
22
|
-
"yarn": ">=1.16.0"
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
23
20
|
},
|
|
21
|
+
"sideEffects": "false",
|
|
24
22
|
"scripts": {
|
|
25
23
|
"clean": "shx rm -rf dist",
|
|
26
|
-
"clean:deep": "
|
|
24
|
+
"clean:deep": "pnpm run clean && shx rm -rf node_modules",
|
|
27
25
|
"dev": "jest --watchAll",
|
|
28
|
-
"dev:core": "
|
|
29
|
-
"build": "cross-env NODE_ENV=production
|
|
30
|
-
"build:package": "
|
|
31
|
-
"start": "
|
|
26
|
+
"dev:core": "pnpm run dev",
|
|
27
|
+
"build": "cross-env NODE_ENV=production rspack build --config .webpack/webpack.prod.js",
|
|
28
|
+
"build:package": "pnpm run build",
|
|
29
|
+
"start": "pnpm run dev",
|
|
32
30
|
"test:unit": "jest --watchAll",
|
|
33
31
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage"
|
|
34
32
|
},
|
|
@@ -37,10 +35,10 @@
|
|
|
37
35
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "1.2.2",
|
|
38
36
|
"@cornerstonejs/codec-openjpeg": "1.3.0",
|
|
39
37
|
"@cornerstonejs/codec-openjph": "2.4.7",
|
|
40
|
-
"@cornerstonejs/core": "5.0.
|
|
41
|
-
"@cornerstonejs/dicom-image-loader": "5.0.
|
|
42
|
-
"@cornerstonejs/metadata": "5.0.
|
|
43
|
-
"@ohif/ui": "3.13.0-beta.
|
|
38
|
+
"@cornerstonejs/core": "5.0.2",
|
|
39
|
+
"@cornerstonejs/dicom-image-loader": "5.0.2",
|
|
40
|
+
"@cornerstonejs/metadata": "5.0.2",
|
|
41
|
+
"@ohif/ui": "3.13.0-beta.92",
|
|
44
42
|
"cornerstone-math": "0.1.10",
|
|
45
43
|
"dicom-parser": "1.8.21"
|
|
46
44
|
},
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* The buffer module from node.js, for the browser.
|
|
3
|
-
*
|
|
4
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
-
* @license MIT
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/*!
|
|
9
|
-
* validate.js 0.12.0
|
|
10
|
-
*
|
|
11
|
-
* (c) 2013-2017 Nicklas Ansman, 2013 Wrapp
|
|
12
|
-
* Validate.js may be freely distributed under the MIT license.
|
|
13
|
-
* For all details and documentation:
|
|
14
|
-
* http://validatejs.org/
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
/*! dicom-parser - 1.8.12 - 2023-02-20 | (c) 2017 Chris Hafey | https://github.com/cornerstonejs/dicomParser */
|
|
18
|
-
|
|
19
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* @license React
|
|
23
|
-
* react.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
|
-
//! moment.js
|
|
32
|
-
|
|
33
|
-
//! moment.js locale configuration
|