@eui/tools 6.21.105 → 6.21.106

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.21.105
1
+ 6.21.106
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.21.106 (2025-08-06)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * adapted sdlc package and remote config props - MWP-11955 [MWP-11955](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11955) ([26fabec0](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/26fabec0113a8318990c5cc6aa645e16a2deaebb))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.21.105 (2025-07-24)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.21.105",
3
+ "version": "6.21.106",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -40,7 +40,8 @@ module.exports.migrate = (pkg) => {
40
40
 
41
41
  pkgDef = {
42
42
  "npmPkg": pkg.npmPkg,
43
- "subgroup": subgroup
43
+ "subgroup": subgroup,
44
+ "notificationChannel": "pipeline-ui-mwp"
44
45
  };
45
46
  console.log(pkgDef);
46
47
 
@@ -112,7 +113,7 @@ module.exports.migrate = (pkg) => {
112
113
 
113
114
  currentRemoteConfig['npmPkg'] = currentRemoteConfig['npmPkg'].replace(`eui${euiVersion}-remote-el`, `remote-eui${euiVersion}`);
114
115
 
115
- currentRemoteConfig['msteams'] = { "channel": "pipeline-ui-mwp" };
116
+ currentRemoteConfig['notificationChannel'] = 'pipeline-ui-mwp';
116
117
 
117
118
  currentRemoteConfig['migrated'] = true;
118
119
 
@@ -1,6 +0,0 @@
1
-
2
- {
3
- "msteams": {
4
- "channel": "pipeline-ui-mwp"
5
- }
6
- }