@eui/tools 5.3.28 → 5.3.31

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
- 5.3.28
1
+ 5.3.31
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## 5.3.31 (2022-07-12)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * forced marked to 1.2.9 in v13 resolutions - EUI-4106 [EUI-4106](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4106) ([c106174d](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/c106174def3a40245857038da1a74fe747f3c9d6))
7
+
8
+ * * *
9
+ * * *
10
+ ## 5.3.30 (2022-07-12)
11
+
12
+ ##### Bug Fixes
13
+
14
+ * **other:**
15
+ * support for NodeJS 12.x - EUI-3809 [EUI-3809](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-3809) ([e228a77b](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/e228a77b1b5ef622b6c68d3de8068a2fc175bef9))
16
+
17
+ * * *
18
+ * * *
19
+ ## 5.3.29 (2022-07-11)
20
+
21
+ ##### Chores
22
+
23
+ * **other:**
24
+ * force rebuild - EUI-4106 [EUI-4106](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4106) ([94d3a6b6](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/94d3a6b6fe3482af7ee3daee14956d52d2ae3fa9))
25
+
26
+ * * *
27
+ * * *
1
28
  ## 5.3.28 (2022-07-11)
2
29
 
3
30
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "5.3.28",
3
+ "version": "5.3.31",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -3,5 +3,8 @@
3
3
  "https-proxy-agent": ">=2.2.3",
4
4
  "mem": ">=4.3.0 <=8.1.1",
5
5
  "isbinaryfile": "4.0.8",
6
- "postcss-preset-env": "7.6.0"
6
+ "postcss-preset-env": "7.6.0",
7
+ "klaw": "3.0.0",
8
+ "eslint-plugin-jsdoc": "38.1.6",
9
+ "marked": "1.2.9"
7
10
  }