@eui/tools 6.16.27 → 6.16.28

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.16.27
1
+ 6.16.28
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.16.28 (2024-06-13)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * add v19 resources for init - EUI-9014 [EUI-9014](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9014) ([4e8a450a](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/4e8a450a6eb504878ff890bb5a20ad21b409691b))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.16.27 (2024-06-12)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.16.27",
3
+ "version": "6.16.28",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -0,0 +1,6 @@
1
+ last 1 Chrome version
2
+ last 1 Firefox version
3
+ last 2 Edge major versions
4
+ last 2 Safari major versions
5
+ last 2 iOS major versions
6
+ Firefox ESR
@@ -0,0 +1,11 @@
1
+ {
2
+ "js-yaml": ">=3.13.1",
3
+ "pdfjs-dist": ">=4.2.67",
4
+ "tar": ">=6.2.1",
5
+ "katex": ">=0.16.10",
6
+ "follow-redirects": ">=1.15.4",
7
+ "word-wrap": ">=1.2.4",
8
+ "postcss": ">=8.4.31",
9
+ "express": ">=4.19.2",
10
+ "semver": ">=7.5.2"
11
+ }