@eui/tools 6.21.43 → 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.
@@ -1 +1 @@
1
- 6.21.43
1
+ 6.21.44
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
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
+ * * *
1
10
  ## 6.21.43 (2025-02-26)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.43",
3
+ "version": "6.21.44",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -527,6 +527,7 @@ const generateLinks = (project, routes, envTargetFinal) => {
527
527
  envTargetFinal === 'test' ||
528
528
  envTargetFinal === 'int' ||
529
529
  envTargetFinal === 'acc' ||
530
+ envTargetFinal === 'dlt' ||
530
531
  envTargetFinal === 'trn' ||
531
532
  envTargetFinal === 'ppd' ||
532
533
  envTargetFinal === 'prod' ||