@eui/tools 6.21.73 → 6.21.75
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.75
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.21.75 (2025-05-15)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* enabled new workspace routes fetch for MWP PROD on route replacement - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([13efbcf0](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/13efbcf0884d93f3ad3a1cff1c00847b77a28f1d))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.21.74 (2025-05-13)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* enable workspace migration for routes for v19 PPD of MWP - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([b8717215](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/b871721591dd84776d3f0c4ab040f9bf3513e2c9))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.21.73 (2025-05-09)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED
|
@@ -749,9 +749,9 @@ const generateLinks = (project, routes, envTargetFinal) => {
|
|
|
749
749
|
envTargetFinal === 'int' ||
|
|
750
750
|
envTargetFinal === 'acc' ||
|
|
751
751
|
envTargetFinal === 'dlt' ||
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
752
|
+
envTargetFinal === 'trn' ||
|
|
753
|
+
envTargetFinal === 'ppd' ||
|
|
754
|
+
envTargetFinal === 'prod' ||
|
|
755
755
|
envTargetFinal.indexOf('local') > -1
|
|
756
756
|
) {
|
|
757
757
|
const defMenuLink = getMenuDef(link, euiVersion);
|