@eui/tools 5.1.0 → 5.1.1

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.1.0
1
+ 5.1.1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 5.1.1 (2022-04-28)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * wrong declaration - EUI-5632 [EUI-5632](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-5632) ([a987893a](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/a987893a705fd28dc4965d6d47ceae308174a0ee))
7
+ * downgraded mocha to 8.4.0 for nodejs10 mwp backward compat - EUI-5632 [EUI-5632](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-5632) ([956e8437](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/956e8437edd0550943fc06d17d2daf8628b33a7a))
8
+
9
+ * * *
10
+ * * *
1
11
  ## 5.1.0 (2022-04-27)
2
12
 
3
13
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -38,7 +38,7 @@
38
38
  "postcss": "7.0.36",
39
39
  "cssnano": "4.1.11",
40
40
  "extend": "3.0.2",
41
- "mocha": "9.2.2",
41
+ "mocha": "8.4.0",
42
42
  "chai": "4.3.6",
43
43
  "nyc": "15.1.0",
44
44
  "node-fetch": "2.6.7",
@@ -37,7 +37,7 @@ const getBranches = module.exports.getBranches = () => {
37
37
  }
38
38
 
39
39
  module.exports.getEnvTarget = () => {
40
- const { envTarget } = utils.tools.getArgs();
40
+ var { envTarget } = utils.tools.getArgs();
41
41
 
42
42
  // Initialize composite type
43
43
  if (envTarget && typeof (envTarget) === 'boolean') {