@eui/tools 6.21.60 → 6.21.61

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.60
1
+ 6.21.61
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.61 (2025-04-07)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * adapted workspace links refactoring for ACC/DLT - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([449f3009](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/449f300943cf2cd10d03c1df4580da10e4f74cc0))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.60 (2025-04-04)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.60",
3
+ "version": "6.21.61",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -747,8 +747,8 @@ const generateLinks = (project, routes, envTargetFinal) => {
747
747
  envTargetFinal === 'dev' ||
748
748
  envTargetFinal === 'test' ||
749
749
  envTargetFinal === 'int' ||
750
- // envTargetFinal === 'acc' ||
751
- // envTargetFinal === 'dlt' ||
750
+ envTargetFinal === 'acc' ||
751
+ envTargetFinal === 'dlt' ||
752
752
  // envTargetFinal === 'trn' ||
753
753
  // envTargetFinal === 'ppd' ||
754
754
  // envTargetFinal === 'prod' ||