@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.
@@ -1 +1 @@
1
- 6.21.90
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
@@ -26,7 +26,6 @@ If you have several packages, if you want to test 1 package you need to have its
26
26
  eui-scripts build-deps <package-name>
27
27
  ```
28
28
 
29
-
30
29
  ### Test package
31
30
 
32
31
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.90",
3
+ "version": "6.21.91",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -179,7 +179,7 @@ module.exports.isNewPackageBuild = (pkg) => {
179
179
  } else {
180
180
  const pkgDate = firstPackageVersion.date;
181
181
 
182
- const pivotDate = moment('20230601');
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}`);