@sap/ux-ui5-tooling 1.13.2 → 1.13.4

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,10 @@ 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.13.3] - 2024-04-17
7
+ ### Fixed
8
+ - Fixed an issue with preview not working with latest `node.js` versions on Windows-based systems ("Command run failed with error : spawn EINVAL")
9
+
6
10
  ## [1.13.1] - 2024-03-20
7
11
  ### Changed
8
12
  - The `fiori-tools-appreload` middleware now uses [@sap-ux/reload-middleware](https://github.com/SAP/open-ux-tools/tree/main/packages/reload-middleware)
package/README.md CHANGED
@@ -655,7 +655,8 @@ Deploys an application to an ABAP frontend server.
655
655
  * `--description, -e` - The application description (default: description from `ui5-deploy.yaml`).
656
656
  * `--yes, -y` - Deploy without asking for confirmation.
657
657
  * `--failfast, -f` - Throw an error if something goes wrong and exit with a return code != 0.
658
- * `--testMode, -tm` - Shows the results of CRUD operations that would be done in a real deployment to help you make an informed decision.
658
+ * `--testMode, -tm` - Shows the results of CRUD operations that would be done in a real deployment to help you make an informed decision.
659
+ * `--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.
659
660
 
660
661
  ## [FAQ](#faq)
661
662
 
@@ -673,7 +674,7 @@ Most probably the `OpenSSL` package is not installed on your OS. Please install
673
674
 
674
675
  ## [Support](#support)
675
676
 
676
- Join the [SAP Fiori Tools Community](https://community.sap.com/search/?by=updated&ct=blog&mt=73555000100800002345). Ask Questions, Read the Latest Blogs, Explore Content.
677
+ Join the [SAP Fiori Tools Community](https://pages.community.sap.com/topics/fiori-tools). Ask Questions, Read the Latest Blogs, Explore Content.
677
678
  Please assign tag: _SAP Fiori tools_.
678
679
 
679
680
  To log an issue with SAP Fiori Tools, please see [Contact SAP Support](https://help.sap.com/viewer/1bb01966b27a429ebf62fa2e45354fea/Latest/en-US).