@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.
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
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
|
@@ -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
|