@eui/tools 6.21.41 → 6.21.43

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.41
1
+ 6.21.43
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.21.43 (2025-02-26)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * activated menu-items route replacement for all MWP envs - updated semver to 7.7.x - MWP-11316 [MWP-11316](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11316) ([df7e3975](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/df7e3975cb431df1fcf2e234ae6bebb23dad4777))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.21.42 (2025-02-05)
11
+
12
+ ##### Chores
13
+
14
+ * **result:**
15
+ * add extra-urls-routes MWP-11572 [MWP-11572](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11572) ([06313de4](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/06313de4e5ec083834223f48cbb1e54772cb7feb))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.21.41 (2025-02-05)
2
20
 
3
21
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.41",
3
+ "version": "6.21.43",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -16,7 +16,7 @@
16
16
  "chalk": "4.1.2",
17
17
  "fs-extra": "9.0.0",
18
18
  "replace-in-file": "4.1.3",
19
- "semver": "7.6.2",
19
+ "semver": "7.7.1",
20
20
  "cross-spawn": "7.0.6",
21
21
  "eol": "0.9.1",
22
22
  "rimraf": "3.0.2",
@@ -106,6 +106,7 @@ const localeConfig: LocaleServiceConfig = {
106
106
  export const GLOBAL: GlobalConfig = {
107
107
  /* URL that needs to be used in the appRouting of the MWP */
108
108
  baseUrl: '@base.url@',
109
+ // EXTRA_URLS_CONFIG_PLACEHOLDER
109
110
  /* Element tag name that needs to be unique - make sure it doesn't collide with any other MWP element */
110
111
  elementName: '@element.name@',
111
112
  /* in case you are using NgRx give it a unique name (mostly for debugging) */
@@ -103,6 +103,7 @@ const localeConfig: LocaleServiceConfig = {
103
103
  export const GLOBAL: GlobalConfig = {
104
104
  /* URL that needs to be used in the appRouting of the MWP */
105
105
  baseUrl: '@base.url@',
106
+ // EXTRA_URLS_CONFIG_PLACEHOLDER
106
107
  /* Element tag name that needs to be unique - make sure it doesn't collide with any other MWP element */
107
108
  elementName: '@element.name@',
108
109
  /* in case you are using NgRx give it a unique name (mostly for debugging) */
@@ -527,6 +527,9 @@ const generateLinks = (project, routes, envTargetFinal) => {
527
527
  envTargetFinal === 'test' ||
528
528
  envTargetFinal === 'int' ||
529
529
  envTargetFinal === 'acc' ||
530
+ envTargetFinal === 'trn' ||
531
+ envTargetFinal === 'ppd' ||
532
+ envTargetFinal === 'prod' ||
530
533
  envTargetFinal.indexOf('local') > -1
531
534
  ) {
532
535
  if (envTargetFinal.indexOf('dev-local') > -1) {