@eui/tools 6.21.90 → 6.21.91
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 +1 -1
- package/CHANGELOG.md +10 -0
- package/README.md +0 -1
- package/package.json +1 -1
- package/scripts/csdr/metadata/package-utils.js +1 -1
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.91
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 6.21.91 (2025-07-03)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* fake commit issue - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([464b8ceb](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/464b8ceb451f900a404a17e6ab27c38bc53fa192))
|
|
7
|
+
* adjusted newly created package audit styles checks ([c8ed6727](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/c8ed67271072fbd9f028a2a3c18060f215109b92))
|
|
8
|
+
|
|
9
|
+
* * *
|
|
10
|
+
* * *
|
|
1
11
|
## 6.21.90 (2025-07-03)
|
|
2
12
|
|
|
3
13
|
##### Chores
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -179,7 +179,7 @@ module.exports.isNewPackageBuild = (pkg) => {
|
|
|
179
179
|
} else {
|
|
180
180
|
const pkgDate = firstPackageVersion.date;
|
|
181
181
|
|
|
182
|
-
const pivotDate = moment('
|
|
182
|
+
const pivotDate = moment('20250701');
|
|
183
183
|
const pkgDateM = moment(pkgDate, 'YYYYMMDD-HH:mm');
|
|
184
184
|
tools.logInfo(`First package build version date : ${pkgDate}`);
|
|
185
185
|
tools.logInfo(`==> NEW package : ${pkgDateM > pivotDate}`);
|