@sap-ux/create 0.11.52 → 0.11.54

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -153,7 +153,7 @@ sap-ux change inbound [path]
153
153
  Executing `sap-ux convert` converts an app to a new feature.
154
154
 
155
155
  ### [preview-config](#convert-preview-config)<a id="convert-preview-config"></a>
156
- Executing `sap-ux convert preview-config` in the root folder of an app will convert the respective app to the preview with virtual files. It will use the configuration from the scripts in the `package.json` file to adjust the UI5 configuration YAML files accordingly. The obsolete JS and TS sources will be deleted and the HTML files previously used for the preview will be renamed to `*_old.html`.
156
+ Executing `sap-ux convert preview-config` in the root folder of an app will convert the respective app to the preview with virtual endpoints. It will use the configuration from the scripts in the `package.json` file to adjust the UI5 configuration YAML files accordingly. The obsolete JS and TS sources will be deleted and the HTML files previously used for the preview will be renamed to `*_old.html`.
157
157
  ```sh
158
158
  sap-ux convert preview-config [path]
159
159
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/create",
3
3
  "description": "SAP Fiori tools module to add or remove features",
4
- "version": "0.11.52",
4
+ "version": "0.11.54",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,19 +30,19 @@
30
30
  "mem-fs": "2.1.0",
31
31
  "mem-fs-editor": "9.4.0",
32
32
  "prompts": "2.4.2",
33
- "@sap-ux/abap-deploy-config-inquirer": "1.2.7",
34
33
  "@sap-ux/abap-deploy-config-writer": "0.0.81",
35
- "@sap-ux/app-config-writer": "0.5.21",
34
+ "@sap-ux/abap-deploy-config-inquirer": "1.2.7",
36
35
  "@sap-ux/adp-tooling": "0.12.119",
36
+ "@sap-ux/app-config-writer": "0.5.21",
37
37
  "@sap-ux/cap-config-writer": "0.9.2",
38
38
  "@sap-ux/cards-editor-config-writer": "0.4.9",
39
39
  "@sap-ux/logger": "0.6.0",
40
40
  "@sap-ux/mockserver-config-writer": "0.7.2",
41
41
  "@sap-ux/odata-service-writer": "0.25.5",
42
- "@sap-ux/preview-middleware": "0.17.9",
42
+ "@sap-ux/preview-middleware": "0.17.11",
43
43
  "@sap-ux/project-access": "1.29.3",
44
- "@sap-ux/ui5-config": "0.26.1",
45
44
  "@sap-ux/system-access": "0.5.28",
45
+ "@sap-ux/ui5-config": "0.26.1",
46
46
  "@sap-ux/flp-config-inquirer": "0.2.25"
47
47
  },
48
48
  "devDependencies": {