@eui/tools 5.2.6 → 5.2.7

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
- 5.2.6
1
+ 5.2.7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 5.2.7 (2022-05-13)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * temp adapt TRN and DLT env for app build non-optimized - EUI-4106 [EUI-4106](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4106) ([af7b42bb](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/af7b42bb3db8240fa1c5d0ff76236dc402e99f01))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 5.2.6 (2022-05-12)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "5.2.6",
3
+ "version": "5.2.7",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -156,7 +156,7 @@ module.exports.angular = (envTarget, isSnapshot, version, configEnvTargetIn) =>
156
156
  } else {
157
157
 
158
158
  let isOptimizedBuild = false;
159
- if (envTarget && !(envTarget === 'DEV' || envTarget === 'TST')) {
159
+ if (envTarget && !(envTarget === 'DEV' || envTarget === 'TST' || envTarget === 'TRN' || envTarget === 'DLT')) {
160
160
  isOptimizedBuild = true;
161
161
  }
162
162