@eui/tools 6.21.70 → 6.21.71

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.21.70
1
+ 6.21.71
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.71 (2025-05-08)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * added sdlc option to pull gitlab corp repositories for MWP locally - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([ac5882d1](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/ac5882d1b1643600889bfff84c93d0ccd63c97da))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.70 (2025-05-06)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.70",
3
+ "version": "6.21.71",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -258,6 +258,9 @@ const getGitHost = (externalRepo) => {
258
258
  return config.git.local;
259
259
  }
260
260
 
261
+ } else if (git && git === 'sdlc') {
262
+ return config.git.sdlc;
263
+
261
264
  } else {
262
265
  if (externalRepo) {
263
266
  return config.git.externals.remote;