@eui/tools 5.3.41 → 5.3.42

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.3.41
1
+ 5.3.42
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 5.3.42 (2022-09-06)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * v14 csdr angular generation for development with source maps - EUI-6398 [EUI-6398](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-6398) ([666ef173](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/666ef17395f0529051a53f28d2c1c04e686319fa))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 5.3.41 (2022-09-06)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "5.3.41",
3
+ "version": "5.3.42",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -1010,6 +1010,12 @@ const angularProjectDefFullSkeletonV14 = {
1010
1010
 
1011
1011
 
1012
1012
  const angularProjectDefConfiguration = {
1013
+ "buildOptimizer": false,
1014
+ "optimization": false,
1015
+ "vendorChunk": true,
1016
+ "extractLicenses": false,
1017
+ "sourceMap": true,
1018
+ "namedChunks": true,
1013
1019
  "fileReplacements": [
1014
1020
  {
1015
1021
  "replace": "apps/@project.name@/src/assets/openid-login-config.json",