@eui/tools 6.21.127 → 6.21.128

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.127
1
+ 6.21.128
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.128 (2025-09-29)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * added memfs resotion for v19 - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([a8b26087](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/a8b260876c79399e78643f36bbaa0d53ba7d4eb9))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.127 (2025-09-26)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.127",
3
+ "version": "6.21.128",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -8,5 +8,6 @@
8
8
  "postcss": ">=8.4.31",
9
9
  "semver": ">=7.5.2",
10
10
  "express": "4.21.2",
11
- "path-to-regexp": "1.9.0"
11
+ "path-to-regexp": "1.9.0",
12
+ "memfs": "4.42.0"
12
13
  }