@eui/tools 6.12.49 → 6.12.51

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.12.49
1
+ 6.12.51
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.12.51 (2023-09-12)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * updated yarn.lock and resolutions forcing for 14.x - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([36321bb8](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/36321bb848383202b01906a4220559716631d019))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.12.50 (2023-09-06)
11
+
12
+ ##### Bug Fixes
13
+
14
+ * **other:**
15
+ * added routes replacements and links creation for external children routes - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([3b0c4818](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/3b0c4818306e094296b509dd46e35522995c59ea))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.12.49 (2023-08-30)
2
20
 
3
21
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.12.49",
3
+ "version": "6.12.51",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -4,6 +4,5 @@
4
4
  "mem": ">=4.3.0 <=8.1.1",
5
5
  "zone.js": ">=0.11.5",
6
6
  "nth-check": ">=2.0.1",
7
- "fast-xml-parser": ">=4.2.4",
8
- "get-stream": "6.0.1"
7
+ "fast-xml-parser": ">=4.2.4"
9
8
  }