@eui/tools 6.12.14 → 6.12.15
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.12.
|
|
1
|
+
6.12.15
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.12.15 (2023-06-23)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* element remote build failure - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([b62776c4](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/b62776c437a489f8c4d572087bdd865555ed6f0f))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.12.14 (2023-06-23)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -131,7 +131,7 @@ module.exports.postBuild = (pkg, version) => {
|
|
|
131
131
|
})
|
|
132
132
|
|
|
133
133
|
.then(() => {
|
|
134
|
-
return remotesUtils.emptyIndexHtml(path.join(pkg
|
|
134
|
+
return remotesUtils.emptyIndexHtml(pkg, path.join(pkg.paths.dist, 'bundles'));
|
|
135
135
|
})
|
|
136
136
|
|
|
137
137
|
.then(() => {
|