@sap/ux-ui5-tooling 1.16.0 → 1.16.3

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 CHANGED
@@ -3,6 +3,11 @@ 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.16.2] - 2025-01-08
7
+ ### Fixed
8
+ - Fixed an issue where preview with 'start-embedded' runs only with the first parameter
9
+ - Fixed an issue where workspace changes are not loaded in preview of an already deployed project
10
+
6
11
  ## [1.15.6] - 2024-10-30
7
12
  ### Changed
8
13
  - 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
package/README.md CHANGED
@@ -699,14 +699,14 @@ Deploys an application to an ABAP frontend server.
699
699
  * `--url, -u` - The url of the service endpoint at the ABAP system (default: url from `ui5-deploy.yaml`).
700
700
  * `--username` - Name of environment variable containing a username to authenticate (default: username from `ui5-deploy.yaml`).
701
701
  * `--password` - Name of environment variable containing a password to authenticate (default: password from `ui5-deploy.yaml`).
702
- * `--authenticationType` - Authentication type for the app (e.g. 'basic', 'reentranceTicket'). Required for 'reentranceTicket'.
702
+ * `--authenticationType` - Authentication type for the app (e.g. 'basic', 'reentranceTicket'). Required for 'reentranceTicket' flows.
703
703
  * `--client, -l` - The ABAP client (default: client from `ui5-deploy.yaml`).
704
704
  * `--transport, -t` - The id of the transport request (default: transport from `ui5-deploy.yaml`).
705
705
  * `--name, -n` - The application name (default: name from `ui5-deploy.yaml`).
706
706
  * `--package, -p` - The ABAP package (default: package from `ui5-deploy.yaml`).
707
707
  * `--description, -e` - The application description (default: description from `ui5-deploy.yaml`).
708
708
  * `--yes, -y` - Deploy without asking for confirmation.
709
- * `--failfast, -f` - Throw an error if something goes wrong and exit with a return code != 0.
709
+ * `--failFast, -f` - Throw an error if something goes wrong and exit with a return code != 0.
710
710
  * `--testMode, -tm` - Shows the results of CRUD operations that would be done in a real deployment to help you make an informed decision.
711
711
  * `--archive-path, -ap` - The path to the archive that should be deployed. If provided, the archive will be used instead of creating a new one from the dist folder.
712
712