@ui5/builder 2.11.9 → 2.11.10
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/CHANGELOG.md +8 -1
- package/jsdoc.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.11.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.11.10...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v2.11.10"></a>
|
|
8
|
+
## [v2.11.10] - 2023-04-12
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump xml2js from 0.4.23 to 0.5.0 [`3058c45`](https://github.com/SAP/ui5-builder/commit/3058c459f9514a5ac3526f85c77f26aab311b03e)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v2.11.9"></a>
|
|
8
14
|
## [v2.11.9] - 2022-11-30
|
|
@@ -679,6 +685,7 @@ to load the custom bundle file instead.
|
|
|
679
685
|
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
|
|
680
686
|
|
|
681
687
|
|
|
688
|
+
[v2.11.10]: https://github.com/SAP/ui5-builder/compare/v2.11.9...v2.11.10
|
|
682
689
|
[v2.11.9]: https://github.com/SAP/ui5-builder/compare/v2.11.8...v2.11.9
|
|
683
690
|
[v2.11.8]: https://github.com/SAP/ui5-builder/compare/v2.11.7...v2.11.8
|
|
684
691
|
[v2.11.7]: https://github.com/SAP/ui5-builder/compare/v2.11.6...v2.11.7
|
package/jsdoc.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"openGraph": {
|
|
30
30
|
"title": "UI5 Tooling - API Reference",
|
|
31
31
|
"type": "website",
|
|
32
|
-
"image": "https://sap.github.io/ui5-tooling/
|
|
32
|
+
"image": "https://sap.github.io/ui5-tooling/v2/images/UI5_logo_wide.png",
|
|
33
33
|
"site_name": "UI5 Tooling - API Reference",
|
|
34
34
|
"url": "https://sap.github.io/ui5-tooling/"
|
|
35
35
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/builder",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.10",
|
|
4
4
|
"description": "UI5 Tooling - Builder",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -111,22 +111,22 @@
|
|
|
111
111
|
"escope": "^4.0.0",
|
|
112
112
|
"espree": "^6.2.1",
|
|
113
113
|
"globby": "^11.1.0",
|
|
114
|
-
"graceful-fs": "^4.2.
|
|
114
|
+
"graceful-fs": "^4.2.11",
|
|
115
115
|
"jsdoc": "^3.6.11",
|
|
116
|
-
"less-openui5": "^0.11.
|
|
116
|
+
"less-openui5": "^0.11.6",
|
|
117
117
|
"make-dir": "^3.1.0",
|
|
118
118
|
"pretty-data": "^0.40.0",
|
|
119
119
|
"pretty-hrtime": "^1.0.3",
|
|
120
120
|
"replacestream": "^4.0.3",
|
|
121
121
|
"rimraf": "^3.0.2",
|
|
122
|
-
"semver": "^7.
|
|
123
|
-
"terser": "^5.
|
|
124
|
-
"xml2js": "^0.
|
|
122
|
+
"semver": "^7.4.0",
|
|
123
|
+
"terser": "^5.16.9",
|
|
124
|
+
"xml2js": "^0.5.0",
|
|
125
125
|
"yazl": "^2.5.1"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"ava": "^3.15.0",
|
|
129
|
-
"chai": "^4.3.
|
|
129
|
+
"chai": "^4.3.7",
|
|
130
130
|
"chai-fs": "^2.0.0",
|
|
131
131
|
"chokidar-cli": "^3.0.0",
|
|
132
132
|
"cross-env": "^7.0.3",
|