@eui/tools 5.1.1 → 5.1.2

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.1
1
+ 5.1.2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 5.1.2 (2022-04-28)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * wrong import of metadataUtils - EUI-5632 [EUI-5632](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-5632) ([9e4c5fe8](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/9e4c5fe8dc53c44c3b2753b44d0014177c5b76f6))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 5.1.1 (2022-04-28)
2
11
 
3
12
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -7,6 +7,7 @@ const path = require('path');
7
7
  // LOCAL
8
8
  const tools = require('../../utils/tools');
9
9
  const configUtils = require('../config/config-utils');
10
+ const metadataUtils = require('../metadata/metadata-utils');
10
11
 
11
12
  // INNER MODULES
12
13
  const innerCommon = require('./common');