@eui/tools 6.21.42 → 6.21.44
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/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.44
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.21.44 (2025-03-04)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* add dlt for route replacements - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([d04ad85b](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/d04ad85b6e40a4df2202f22e583062c2f21b852b))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.21.43 (2025-02-26)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* 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))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.21.42 (2025-02-05)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/tools",
|
|
3
|
-
"version": "6.21.
|
|
3
|
+
"version": "6.21.44",
|
|
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.
|
|
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,10 @@ const generateLinks = (project, routes, envTargetFinal) => {
|
|
|
527
527
|
envTargetFinal === 'test' ||
|
|
528
528
|
envTargetFinal === 'int' ||
|
|
529
529
|
envTargetFinal === 'acc' ||
|
|
530
|
+
envTargetFinal === 'dlt' ||
|
|
531
|
+
envTargetFinal === 'trn' ||
|
|
532
|
+
envTargetFinal === 'ppd' ||
|
|
533
|
+
envTargetFinal === 'prod' ||
|
|
530
534
|
envTargetFinal.indexOf('local') > -1
|
|
531
535
|
) {
|
|
532
536
|
if (envTargetFinal.indexOf('dev-local') > -1) {
|