@eui/tools 5.3.88 → 5.3.90

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.88
1
+ 5.3.90
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 5.3.90 (2022-11-03)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * missing angularpackage def for registration - EUI-6448 [EUI-6448](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-6448) ([b84f5db0](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/b84f5db0f8dcc1d7633e734bbb7d71561a8db2f2))
7
+
8
+ * * *
9
+ * * *
10
+ ## 5.3.89 (2022-10-31)
11
+
12
+ ##### Bug Fixes
13
+
14
+ * **other:**
15
+ * totally skip the external sources injection when not setup in project config - MWP-8915 [MWP-8915](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-8915) ([99bf16ca](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/99bf16cac5d7bbbfe61d0a474de2e0a5bee48dc0))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 5.3.88 (2022-10-31)
2
20
 
3
21
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "5.3.88",
3
+ "version": "5.3.90",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -27,6 +27,7 @@ const {
27
27
  angularPackageSubEntryDef,
28
28
  angularPackageDefV13,
29
29
  angularPackageDefV14,
30
+ angularPackageDefV15,
30
31
  angularElementProjectDef,
31
32
  tsConfigDef,
32
33
  tsConfigSpecDef,
@@ -183,14 +183,12 @@ module.exports.injectExternalAppSources = (project, build = false) => {
183
183
 
184
184
  tools.logTitle(`Injecting project external application sources for : ${project.name}`);
185
185
 
186
- return Promise.resolve()
187
- .then(() => {
188
- if (!project.externalSources) {
189
- tools.logInfo('No external app sources setup...skipping');
190
- return;
191
- }
192
- })
186
+ if (!project.externalSources) {
187
+ tools.logInfo('No external app sources setup...skipping');
188
+ return;
189
+ }
193
190
 
191
+ return Promise.resolve()
194
192
  .then(() => {
195
193
  if (!build) {
196
194
  // removing previously injected content, except assets