@eui/tools 6.21.38 → 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.
@@ -1 +1 @@
1
- 6.21.38
1
+ 6.21.39
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
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
+ * * *
1
10
  ## 6.21.38 (2025-01-16)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.38",
3
+ "version": "6.21.39",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -525,6 +525,7 @@ const generateLinks = (project, routes, envTargetFinal) => {
525
525
  if (
526
526
  envTargetFinal === 'dev' ||
527
527
  envTargetFinal === 'test' ||
528
+ envTargetFinal === 'int' ||
528
529
  envTargetFinal.indexOf('local') > -1
529
530
  ) {
530
531
  if (envTargetFinal.indexOf('dev-local') > -1) {