@eui/tools 6.21.38 → 6.21.40

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.40
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.21.40 (2025-01-27)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * activate shell reset sidebar feature flag - MWP-11316 [MWP-11316](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11316) ([979af4e4](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/979af4e4e65d4e36d73f101ce2be3b6168b7647d))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.21.39 (2025-01-17)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * 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))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.21.38 (2025-01-16)
2
20
 
3
21
  ##### 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.40",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -525,6 +525,8 @@ const generateLinks = (project, routes, envTargetFinal) => {
525
525
  if (
526
526
  envTargetFinal === 'dev' ||
527
527
  envTargetFinal === 'test' ||
528
+ envTargetFinal === 'int' ||
529
+ envTargetFinal === 'acc' ||
528
530
  envTargetFinal.indexOf('local') > -1
529
531
  ) {
530
532
  if (envTargetFinal.indexOf('dev-local') > -1) {