@ohif/i18n 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/i18n",
3
- "version": "3.13.0-beta.89",
3
+ "version": "3.13.0-beta.92",
4
4
  "description": "Internationalization library for The OHIF Viewer",
5
5
  "author": "OHIF",
6
6
  "license": "MIT",
@@ -8,9 +8,7 @@
8
8
  "main": "dist/ohif-i18n.umd.js",
9
9
  "module": "src/index.js",
10
10
  "engines": {
11
- "node": ">=14",
12
- "npm": ">=6",
13
- "yarn": ">=1.16.0"
11
+ "node": ">=24"
14
12
  },
15
13
  "files": [
16
14
  "dist",
@@ -21,11 +19,11 @@
21
19
  },
22
20
  "scripts": {
23
21
  "clean": "shx rm -rf dist",
24
- "clean:deep": "yarn run clean && shx rm -rf node_modules",
25
- "dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
26
- "dev:i18n": "yarn run dev",
27
- "build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
28
- "build:package": "yarn run build",
22
+ "clean:deep": "pnpm run clean && shx rm -rf node_modules",
23
+ "dev": "cross-env NODE_ENV=development rspack build --config .webpack/webpack.dev.js --watch",
24
+ "dev:i18n": "pnpm run dev",
25
+ "build": "cross-env NODE_ENV=production rspack build --config .webpack/webpack.prod.js",
26
+ "build:package": "pnpm run build",
29
27
  "pullTranslations": "./pullTranslations.sh",
30
28
  "test:unit": "echo 'platform/i18n: missing unit tests'",
31
29
  "test:unit:ci": "echo 'platform/i18n: missing unit tests'"
@@ -44,6 +42,7 @@
44
42
  "locize-lastused": "1.1.1"
45
43
  },
46
44
  "devDependencies": {
45
+ "cross-env": "7.0.3",
47
46
  "i18next": "17.3.1",
48
47
  "i18next-browser-languagedetector": "3.1.1",
49
48
  "react": "18.3.1",
@@ -1,9 +0,0 @@
1
- /**
2
- * @license React
3
- * react.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
- */