@sap/ux-ui5-tooling 1.15.4 → 1.15.6
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 +1 -1
- package/dist/cli/index.js +28708 -14229
- package/dist/middlewares/fiori-tools-appreload.js +156 -27
- package/dist/middlewares/fiori-tools-preview.js +11309 -2304
- package/dist/middlewares/fiori-tools-proxy.js +40887 -26238
- package/dist/tasks/cf-deploy/index.js +11586 -2582
- package/dist/tasks/deploy/index.js +35546 -21067
- package/package.json +16 -17
- package/apply-patches.js +0 -14
- package/patches/@sap-ux+preview-middleware+0.16.96.patch +0 -47
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@ All notable changes to this project are documented in this file.
|
|
|
3
3
|
|
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
|
|
5
5
|
|
|
6
|
-
## [1.15.
|
|
6
|
+
## [1.15.6] - 2024-10-30
|
|
7
7
|
### Changed
|
|
8
8
|
- Refactored the command to add configuration for variants creation and moved it from `@sap/ux-ui5-tooling` to the open source `@sap-ux/create` package
|
|
9
9
|
|