@ohif/core 3.13.0-beta.9 → 3.13.0-beta.93

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/package.json CHANGED
@@ -1,50 +1,41 @@
1
1
  {
2
2
  "name": "@ohif/core",
3
- "version": "3.13.0-beta.9",
3
+ "version": "3.13.0-beta.93",
4
4
  "description": "Generic business logic for web-based medical imaging applications",
5
5
  "author": "OHIF Core Team",
6
6
  "license": "MIT",
7
- "repository": "OHIF/Viewers",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "OHIF/Viewers"
10
+ },
8
11
  "main": "dist/ohif-core.umd.js",
9
12
  "module": "src/index.ts",
10
13
  "types": "src/types/index.ts",
11
- "sideEffects": "false",
12
- "publishConfig": {
13
- "access": "public"
14
+ "engines": {
15
+ "node": ">=24"
14
16
  },
15
17
  "files": [
16
18
  "dist",
17
19
  "README.md"
18
20
  ],
19
- "engines": {
20
- "node": ">=14",
21
- "npm": ">=6",
22
- "yarn": ">=1.16.0"
23
- },
24
- "scripts": {
25
- "clean": "shx rm -rf dist",
26
- "clean:deep": "yarn run clean && shx rm -rf node_modules",
27
- "dev": "jest --watchAll",
28
- "dev:core": "yarn run dev",
29
- "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
30
- "build:package": "yarn run build",
31
- "start": "yarn run dev",
32
- "test:unit": "jest --watchAll",
33
- "test:unit:ci": "jest --ci --runInBand --collectCoverage"
21
+ "publishConfig": {
22
+ "access": "public"
34
23
  },
24
+ "sideEffects": "false",
35
25
  "peerDependencies": {
36
26
  "@cornerstonejs/codec-charls": "1.2.3",
37
27
  "@cornerstonejs/codec-libjpeg-turbo-8bit": "1.2.2",
38
28
  "@cornerstonejs/codec-openjpeg": "1.3.0",
39
29
  "@cornerstonejs/codec-openjph": "2.4.7",
40
- "@cornerstonejs/core": "4.15.29",
41
- "@cornerstonejs/dicom-image-loader": "4.15.29",
42
- "@ohif/ui": "3.13.0-beta.9",
43
- "cornerstone-math": "0.1.9",
44
- "dicom-parser": "1.8.21"
30
+ "@cornerstonejs/core": "5.0.2",
31
+ "@cornerstonejs/dicom-image-loader": "5.0.2",
32
+ "@cornerstonejs/metadata": "5.0.2",
33
+ "cornerstone-math": "0.1.10",
34
+ "dicom-parser": "1.8.21",
35
+ "@ohif/ui": "3.13.0-beta.93"
45
36
  },
46
37
  "dependencies": {
47
- "@babel/runtime": "7.28.2",
38
+ "@babel/runtime": "7.29.7",
48
39
  "dcmjs": "0.49.4",
49
40
  "dicomweb-client": "0.10.4",
50
41
  "gl-matrix": "3.4.3",
@@ -61,5 +52,16 @@
61
52
  },
62
53
  "devDependencies": {
63
54
  "webpack-merge": "5.10.0"
55
+ },
56
+ "scripts": {
57
+ "clean": "shx rm -rf dist",
58
+ "clean:deep": "pnpm run clean && shx rm -rf node_modules",
59
+ "dev": "jest --watchAll",
60
+ "dev:core": "pnpm run dev",
61
+ "build": "cross-env NODE_ENV=production rspack build --config .webpack/webpack.prod.js",
62
+ "build:package": "pnpm run build",
63
+ "start": "pnpm run dev",
64
+ "test:unit": "jest --watchAll",
65
+ "test:unit:ci": "jest --ci --runInBand --collectCoverage"
64
66
  }
65
- }
67
+ }
@@ -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