@eui/tools 6.12.50 → 6.12.52

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.50
1
+ 6.12.52
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.12.52 (2023-09-13)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * add possibility for lazyload def on routes to have different entries for different eUI version of playground - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([c1d34b4e](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/c1d34b4e1504b628539d35c3a2c09b2075c4e9d2))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.12.51 (2023-09-12)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * 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))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.12.50 (2023-09-06)
2
20
 
3
21
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.12.50",
3
+ "version": "6.12.52",
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
  }