@sap/ux-ui5-tooling 1.10.5 → 1.10.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 +5 -1
- package/README.md +2 -2
- package/dist/cli/index.js +2987 -2110
- package/dist/middlewares/fiori-tools-appreload.js +2 -1
- package/dist/middlewares/fiori-tools-preview.js +42346 -42356
- package/dist/middlewares/fiori-tools-proxy.js +44313 -44323
- package/dist/middlewares/fiori-tools-servestatic.js +2 -1
- package/dist/tasks/cf-deploy/index.js +341 -351
- package/dist/tasks/deploy/index.js +27442 -27933
- package/package.json +13 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,10 +3,14 @@ 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.10.6] - 2023-08-23
|
|
7
|
+
### Added
|
|
8
|
+
- Check the `@ui5/cli` version of the project and advise the user how to upgrade, if version < 3
|
|
9
|
+
|
|
6
10
|
## [1.10.5] - 2023-08-09
|
|
7
11
|
### Changed
|
|
8
12
|
- The `fiori-tools-preview` is now using the [@sap-ux/preview-middleware](https://www.npmjs.com/package/@sap-ux/preview-middleware) for the support of developer variant creation
|
|
9
|
-
- The `@sap/ux-ui5-tooling` middlewares now require the `@ui5/cli` version >= 3 to be installed in the project
|
|
13
|
+
- The `@sap/ux-ui5-tooling` middlewares now require the `@ui5/cli` version >= 3 to be installed in the project
|
|
10
14
|
|
|
11
15
|
## [1.9.5] - 2023-04-19
|
|
12
16
|
### Fixed
|
package/README.md
CHANGED
|
@@ -120,8 +120,8 @@ If you want to connect to an ABAP Environment on SAP Business Technology Platfor
|
|
|
120
120
|
scp: true
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
#### [Connecting to the SAP
|
|
124
|
-
If you want to connect to the SAP
|
|
123
|
+
#### [Connecting to the SAP Business Accelerator Hub](#connecting-to-the-sap-business-accelerator-hub)
|
|
124
|
+
If you want to connect to the SAP Business Accelerator Hub then you will need to set the optional property `apiHub` to `true`, and set the corresponding `path` and `url`, e.g.
|
|
125
125
|
|
|
126
126
|
```
|
|
127
127
|
- name: fiori-tools-proxy
|