@sap/ux-specification 1.71.157 → 1.71.158
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 +23 -1
- package/dist/documentation/runDocu-min.mjs +1 -1
- package/dist/documentation/runDocu-min.mjs.map +1 -1
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/index-min.mjs +685 -620
- package/dist/index-min.mjs.map +4 -4
- package/dist/specification/package.json +12 -10
- package/package.json +12 -10
package/CHANGELOG.md
CHANGED
|
@@ -8,13 +8,35 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
8
8
|
|
|
9
9
|
You have [Node.js](https://nodejs.org/en/download/) version `22.13.0` or higher installed
|
|
10
10
|
|
|
11
|
+
## [1.71.158] - 2026-06-25
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Fixed the `esbuild` configuration by splitting it into a separate file and correcting the documentation script extension
|
|
17
|
+
|
|
18
|
+
### Quality
|
|
19
|
+
|
|
20
|
+
Upgrades:
|
|
21
|
+
|
|
22
|
+
| Package | Change |
|
|
23
|
+
| --- | --- |
|
|
24
|
+
| [esbuild](https://esbuild.github.io/) | [`0.28.0` -> `0.28.1`] |
|
|
25
|
+
| [prettier](https://prettier.io) | [`3.8.3` -> `3.8.4`] |
|
|
26
|
+
| [semver](https://github.com/npm/node-semver) | [`7.8.3` -> `7.8.4`] |
|
|
27
|
+
| [i18next](https://www.i18next.com) | [`25.8.18` -> `25.10.10`] |
|
|
28
|
+
| [axios](https://axios-http.com) | [`1.17.0` -> `1.18.0`] |
|
|
29
|
+
| [fast-xml-parser](https://naturalintelligence.github.io/fast-xml-parser/) | [`5.7.2` -> `5.9.3`] |
|
|
30
|
+
| [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.43.28` -> `1.0.8`] |
|
|
31
|
+
| [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.36.3` -> `1.38.1`] |
|
|
32
|
+
|
|
11
33
|
## [1.71.157] - 2026-06-11
|
|
12
34
|
|
|
13
35
|
### Added
|
|
14
36
|
|
|
15
37
|
### Fixed
|
|
16
38
|
|
|
17
|
-
- Moved `@sap-ux/fe-fpm-writer` from external dependency to internal
|
|
39
|
+
- Moved `@sap-ux/fe-fpm-writer` from an external dependency to an internal dependency. The code is bundled in `dist\index-min.js`
|
|
18
40
|
|
|
19
41
|
### Quality
|
|
20
42
|
- Upgraded the minimum Node.js version from v20 to v22 because Node.js 20 reached end-of-life on 2026-04-30.
|