@eui/tools 6.21.73 → 6.21.74

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.73
1
+ 6.21.74
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.74 (2025-05-13)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * enable workspace migration for routes for v19 PPD of MWP - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([b8717215](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/b871721591dd84776d3f0c4ab040f9bf3513e2c9))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.73 (2025-05-09)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.73",
3
+ "version": "6.21.74",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -750,7 +750,7 @@ const generateLinks = (project, routes, envTargetFinal) => {
750
750
  envTargetFinal === 'acc' ||
751
751
  envTargetFinal === 'dlt' ||
752
752
  // envTargetFinal === 'trn' ||
753
- // envTargetFinal === 'ppd' ||
753
+ envTargetFinal === 'ppd' ||
754
754
  // envTargetFinal === 'prod' ||
755
755
  envTargetFinal.indexOf('local') > -1
756
756
  ) {