@eui/tools 6.21.105 → 6.21.107

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.107
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.21.107 (2025-08-12)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * adapted sdlc-migrate script - MWP-11955 [MWP-11955](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11955) ([bc48c11f](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/bc48c11f96abd1b149f4526e60448943e8c635a7))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.21.106 (2025-08-06)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * 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))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.21.105 (2025-07-24)
2
20
 
3
21
  ##### 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.107",
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
 
@@ -172,38 +173,41 @@ module.exports.migrate = (pkg) => {
172
173
  tools.replaceInFileSync(remoteMedatadataVersionsNew, '-PPD.', '-ppd.');
173
174
 
174
175
 
175
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '"DEV"', '"dev"');
176
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '"TST"', '"tst"');
177
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '"INT"', '"int"');
178
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '"ACC"', '"acc"');
179
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '"DLT"', '"dlt"');
180
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '"TRN"', '"trn"');
181
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '"PPD"', '"ppd"');
182
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '"PROD"', '"prd"');
183
-
184
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '-TST.', '-tst.');
185
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '-INT.', '-int.');
186
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '-ACC.', '-acc.');
187
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '-DLT.', '-dlt.');
188
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '-TRN.', '-trn.');
189
- tools.replaceInFileSync(remoteMedatadataHistoryNew, '-PPD.', '-ppd.');
176
+ if (tools.isFileExists(remoteMedatadataHistoryNew)) {
177
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '"DEV"', '"dev"');
178
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '"TST"', '"tst"');
179
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '"INT"', '"int"');
180
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '"ACC"', '"acc"');
181
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '"DLT"', '"dlt"');
182
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '"TRN"', '"trn"');
183
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '"PPD"', '"ppd"');
184
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '"PROD"', '"prd"');
185
+
186
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '-TST.', '-tst.');
187
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '-INT.', '-int.');
188
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '-ACC.', '-acc.');
189
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '-DLT.', '-dlt.');
190
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '-TRN.', '-trn.');
191
+ tools.replaceInFileSync(remoteMedatadataHistoryNew, '-PPD.', '-ppd.');
192
+ }
190
193
 
191
-
192
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '"DEV"', '"dev"');
193
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '"TST"', '"tst"');
194
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '"INT"', '"int"');
195
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '"ACC"', '"acc"');
196
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '"DLT"', '"dlt"');
197
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '"TRN"', '"trn"');
198
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '"PPD"', '"ppd"');
199
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '"PROD"', '"prd"');
200
-
201
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '-TST.', '-tst.');
202
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '-INT.', '-int.');
203
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '-ACC.', '-acc.');
204
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '-DLT.', '-dlt.');
205
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '-TRN.', '-trn.');
206
- tools.replaceInFileSync(remoteMedatadataEnvsNew, '-PPD.', '-ppd.');
194
+ if (tools.isFileExists(remoteMedatadataEnvsNew)) {
195
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '"DEV"', '"dev"');
196
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '"TST"', '"tst"');
197
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '"INT"', '"int"');
198
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '"ACC"', '"acc"');
199
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '"DLT"', '"dlt"');
200
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '"TRN"', '"trn"');
201
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '"PPD"', '"ppd"');
202
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '"PROD"', '"prd"');
203
+
204
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '-TST.', '-tst.');
205
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '-INT.', '-int.');
206
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '-ACC.', '-acc.');
207
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '-DLT.', '-dlt.');
208
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '-TRN.', '-trn.');
209
+ tools.replaceInFileSync(remoteMedatadataEnvsNew, '-PPD.', '-ppd.');
210
+ }
207
211
  })
208
212
  .catch((e) => {
209
213
  console.log(e);
@@ -1,6 +0,0 @@
1
-
2
- {
3
- "msteams": {
4
- "channel": "pipeline-ui-mwp"
5
- }
6
- }