@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.
- package/.version.properties +1 -1
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
- package/scripts/csdr/config/angular.js +6 -0
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.3.
|
|
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
|
@@ -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",
|