@eui/tools 6.21.42 → 6.21.43

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 +1 @@
1
- 6.21.42
1
+ 6.21.43
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.43 (2025-02-26)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * activated menu-items route replacement for all MWP envs - updated semver to 7.7.x - MWP-11316 [MWP-11316](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11316) ([df7e3975](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/df7e3975cb431df1fcf2e234ae6bebb23dad4777))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.42 (2025-02-05)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.42",
3
+ "version": "6.21.43",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -16,7 +16,7 @@
16
16
  "chalk": "4.1.2",
17
17
  "fs-extra": "9.0.0",
18
18
  "replace-in-file": "4.1.3",
19
- "semver": "7.6.2",
19
+ "semver": "7.7.1",
20
20
  "cross-spawn": "7.0.6",
21
21
  "eol": "0.9.1",
22
22
  "rimraf": "3.0.2",
@@ -527,6 +527,9 @@ const generateLinks = (project, routes, envTargetFinal) => {
527
527
  envTargetFinal === 'test' ||
528
528
  envTargetFinal === 'int' ||
529
529
  envTargetFinal === 'acc' ||
530
+ envTargetFinal === 'trn' ||
531
+ envTargetFinal === 'ppd' ||
532
+ envTargetFinal === 'prod' ||
530
533
  envTargetFinal.indexOf('local') > -1
531
534
  ) {
532
535
  if (envTargetFinal.indexOf('dev-local') > -1) {