@eui/tools 6.3.17 → 6.3.18

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.3.17
1
+ 6.3.18
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.3.18 (2023-02-06)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * wrong function call - MWP-9204 [MWP-9204](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9204) ([79ee451a](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/79ee451adedd0ed360757061ea79dee90fb6ade4))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.3.17 (2023-02-06)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.3.17",
3
+ "version": "6.3.18",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -137,7 +137,7 @@ module.exports.preBuild = (project, envTarget, build, configEnvTarget) => {
137
137
 
138
138
  // processing custom script injection if enabled in project config
139
139
  .then(() => {
140
- return this.processCustomScriptsInjection(project, envTarget);
140
+ return this.processCustomEnvScriptInjection(project, envTarget);
141
141
  })
142
142
 
143
143