@eui/tools 4.18.0 → 4.18.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
|
-
4.18.
|
|
1
|
+
4.18.1
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 4.18.1 (2021-12-09)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* metadata history extraction when first master build - EUI-4107 [EUI-4107](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-4107) ([2807a982](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/2807a98230045737f5a710b07e45a75a30ea9443))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 4.18.0 (2021-12-08)
|
|
2
11
|
|
|
3
12
|
##### New Features
|
package/package.json
CHANGED
|
@@ -128,7 +128,7 @@ const getDiffBetweenBuildVersions = (pkg, fromBuildMetadata, toBuildMetadata) =>
|
|
|
128
128
|
|
|
129
129
|
if (!fromBuildMetadata) {
|
|
130
130
|
tools.logWarning('No previous metadata found for package...skipping');
|
|
131
|
-
return
|
|
131
|
+
return null;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
return Promise.resolve()
|