@eui/tools 6.4.0 → 6.4.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.
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.4.
|
|
1
|
+
6.4.1
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.4.1 (2023-02-22)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* config declaration missing in notification package diff report - EUI-7146 [EUI-7146](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7146) ([9d2bc7f9](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/9d2bc7f9af73dab6e1a0cc7459f34c74ebd8b0fa))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.4.0 (2023-02-22)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -51,6 +51,8 @@ module.exports.sendPackageMessage = (options) => {
|
|
|
51
51
|
module.exports.sendPackageDiffReportMessage = (pkg, diffMetadata) => {
|
|
52
52
|
tools.logTitle('Sending package difference report message');
|
|
53
53
|
|
|
54
|
+
const config = innerConfig.getPackageConfig(pkg);
|
|
55
|
+
|
|
54
56
|
if (config.CLIENT === 'SLACK') {
|
|
55
57
|
return Promise.resolve()
|
|
56
58
|
.then(() => {
|