@eui/tools 6.16.20 → 6.16.21
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.
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.16.
|
|
1
|
+
6.16.21
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.16.21 (2024-05-23)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* wrong version envTarget fetch for rc releases app group - EUI-9014 [EUI-9014](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9014) ([2276ad58](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/2276ad583cbe5c9ad43bc0f0b87744111229a3b8))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.16.20 (2024-05-17)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -106,7 +106,7 @@ module.exports.run = () => {
|
|
|
106
106
|
.then(() => {
|
|
107
107
|
const fixedDeps = configUtils.global.getConfigOptions().NPM_FIXED_DEPENDENCIES;
|
|
108
108
|
const configDeps = { ...resolvedDeps, ...fixedDeps };
|
|
109
|
-
return installUtils.common.getResolvedCarretDeps(configDeps, isMaster || isSupportBranch);
|
|
109
|
+
return installUtils.common.getResolvedCarretDeps(configDeps, isMaster || isSupportBranch, !isMaster && !isSupportBranch);
|
|
110
110
|
})
|
|
111
111
|
|
|
112
112
|
// Install dependencies
|