@eui/tools 6.21.7 → 6.21.8

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.7
1
+ 6.21.8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.8 (2024-11-15)
2
+
3
+ ##### Chores
4
+
5
+ * **remote:**
6
+ * add buildDate to the remote assets metadata - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([1a1ba23d](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/1a1ba23d5cbeb52064bfe719d6010a2430e66262))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.7 (2024-10-31)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.7",
3
+ "version": "6.21.8",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -153,6 +153,7 @@ module.exports.storeMetadataAssets = (pkg, pkgCompositeDeps) => {
153
153
 
154
154
  const pkgMetadata = {
155
155
  dependencies: pkgCompositeDeps,
156
+ buildDate: moment(new Date()).format("DD/MM/YYYY HH:mm"),
156
157
  };
157
158
 
158
159
  if (dryRun) {
@@ -69,9 +69,6 @@ module.exports.angular = (
69
69
  tools.logInfo('With build params : ');
70
70
  console.log(envTarget, isSnapshot, version, configEnvTargetIn);
71
71
 
72
- tools.logInfo('With CLI args provided :');
73
- console.log(tools.getArgs());
74
-
75
72
  const ng = path.resolve(currentProject.paths.nodeModulesPath, '@angular', 'cli', 'bin', 'ng');
76
73
 
77
74
  // checking if configEnvTarget is passed as param, if not take the global script param