@eui/tools 6.21.37 → 6.21.39
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.39
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.21.39 (2025-01-17)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* activate route replacement for INT env (MWP) - MWP-11316 [MWP-11316](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11316) ([439bb46f](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/439bb46f343423ff5f181c1417cf5774382434c5))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.21.38 (2025-01-16)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* activate route replacement for TST env (MWP) - MWP-11316 [MWP-11316](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11316) ([b017905d](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/b017905daee27cb8950a44caa69f2492636b84be))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.21.37 (2025-01-14)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED
|
@@ -524,6 +524,8 @@ const generateLinks = (project, routes, envTargetFinal) => {
|
|
|
524
524
|
|
|
525
525
|
if (
|
|
526
526
|
envTargetFinal === 'dev' ||
|
|
527
|
+
envTargetFinal === 'test' ||
|
|
528
|
+
envTargetFinal === 'int' ||
|
|
527
529
|
envTargetFinal.indexOf('local') > -1
|
|
528
530
|
) {
|
|
529
531
|
if (envTargetFinal.indexOf('dev-local') > -1) {
|