@eui/tools 6.11.28 → 6.11.29

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.11.28
1
+ 6.11.29
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.11.29 (2023-06-06)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * remotes metadata generation - check if remote exist optionally - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([70925c97](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/70925c978ff5776dabc82d2dd3ae6e2a7c078a94))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.11.28 (2023-06-06)
2
11
 
3
12
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.11.28",
3
+ "version": "6.11.29",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -655,10 +655,10 @@ module.exports.extractRemotesMetadata = (project) => {
655
655
  if (configUtils.remotes.isVirtualRemote(r)) {
656
656
  remote = configUtils.remotes.getRemote(r);
657
657
  } else {
658
- remote = configUtils.packages.getPackage(r, true);
658
+ remote = configUtils.packages.getPackage(r, true, true);
659
659
  }
660
660
 
661
- if (remote.build && remote.build.hasParticipants) {
661
+ if (remote && remote.build && remote.build.hasParticipants) {
662
662
  let participantsList;
663
663
  if (remote.euiVersion === '15.x') {
664
664
  participantsList = openidConfigJSON.modules[remote.build.configModuleName].participants_v15