@eui/tools 6.21.115 → 6.21.116

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.115
1
+ 6.21.116
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.116 (2025-09-05)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * debug clone error - MWP-11955 [MWP-11955](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11955) ([4343f81c](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/4343f81c61c0e4c3014121023b376f0dfe6a044b))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.115 (2025-09-05)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.115",
3
+ "version": "6.21.116",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -361,6 +361,7 @@ const cloneRepo = (repoUri, folder, forced = false, shallow = false, externalRep
361
361
  if (!build) {
362
362
  console.log(e);
363
363
  }
364
+ console.log(e);
364
365
  throw new Error(`Error trying to clone ${repoUri} into ${folder}`);
365
366
  })
366
367
  }