@eui/tools 6.14.4 → 6.14.5

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.14.4
1
+ 6.14.5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.14.5 (2023-12-05)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * missing tsconfig files initialization for projects group release - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([2dfa4e1f](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/2dfa4e1f1d5ae447766dbb54d7fa93393719aeaa))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.14.4 (2023-12-04)
2
11
 
3
12
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.14.4",
3
+ "version": "6.14.5",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -28,6 +28,11 @@ module.exports.init = (finalResponse) => {
28
28
  }
29
29
  })
30
30
 
31
+ // check and create tsconfig root files
32
+ .then(() => {
33
+ return configUtils.angular.checkConfigFiles(true);
34
+ })
35
+
31
36
  // adapt and inject particular root data/config for eUI version detected on project
32
37
  // if multiple versions of eUI are detected on the same project, an exception is thrown
33
38
  .then(() => {