@eui/tools 5.3.80 → 5.3.81
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 +1 -1
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
- package/scripts/csdr/config/angular.js +25 -1487
- package/scripts/csdr/config/config-skeletons.js +1479 -0
- package/scripts/csdr/config/packages.js +1 -1
- package/scripts/utils/build/package/build-package-utils.js +2 -3
- package/scripts/utils/pre-build/injection/externals.js +27 -4
- package/scripts/utils/pre-build/injection/routes-replacement.js +90 -52
- package/scripts/utils/pre-build/projects.js +6 -5
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.3.
|
|
1
|
+
5.3.81
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 5.3.81 (2022-10-27)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* adapted pre-build and injection for MWP eUI14 route replacement - angular-config injection - refactored angular config global injection - MWP-8915 EUI-6448 [MWP-8915](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-8915) ([6ac80ee5](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/6ac80ee59fdba711d89bd508bc2a53567006fba3))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 5.3.80 (2022-10-25)
|
|
2
11
|
|
|
3
12
|
##### Chores
|