@eui/tools 4.17.3 → 4.17.4
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
|
-
4.17.
|
|
1
|
+
4.17.4
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 4.17.4 (2021-11-24)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* removed yarn.lock injection - EUI-4107 [EUI-4107](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4107) ([5bd7860f](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/5bd7860f8d1296aeca3ed899cbb334d5cef56e15))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 4.17.3 (2021-11-24)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -218,12 +218,12 @@ module.exports.processLocalEuiVersions = () => {
|
|
|
218
218
|
|
|
219
219
|
tools.copy(blResourcesFile, blDestFile);
|
|
220
220
|
|
|
221
|
-
tools.logInfo(`Processing yarn.lock replacement for eUI version found : ${euiVersion}`);
|
|
221
|
+
// tools.logInfo(`Processing yarn.lock replacement for eUI version found : ${euiVersion}`);
|
|
222
222
|
|
|
223
|
-
const yResourcesFile = path.join(__dirname, 'resources', euiVersion, 'yarn.lock');
|
|
224
|
-
const yDestFile = path.join(process.cwd(), 'yarn.lock');
|
|
223
|
+
// const yResourcesFile = path.join(__dirname, 'resources', euiVersion, 'yarn.lock');
|
|
224
|
+
// const yDestFile = path.join(process.cwd(), 'yarn.lock');
|
|
225
225
|
|
|
226
|
-
tools.copy(yResourcesFile, yDestFile);
|
|
226
|
+
// tools.copy(yResourcesFile, yDestFile);
|
|
227
227
|
}
|
|
228
228
|
})
|
|
229
229
|
.catch((e) => {
|