@eui/tools 6.1.6 → 6.1.7

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.1.6
1
+ 6.1.7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.1.7 (2022-11-08)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * wrong method call - MWP-8946 [MWP-8946](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-8946) ([c0a0ab94](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/c0a0ab94d6579ab44adb0eaca395e7b6fb5fe45d))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.1.6 (2022-11-08)
2
11
 
3
12
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.1.6",
3
+ "version": "6.1.7",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -145,7 +145,7 @@ module.exports.installDeps = (prj, envTarget, compositeType) => {
145
145
  })
146
146
 
147
147
  .then(() => {
148
- return innerCommon.getLocalProjectFixedDeps(prj);
148
+ return getLocalProjectFixedDeps(prj);
149
149
  })
150
150
 
151
151
  .then((prjFixedDeps) => {