@sap-ux/create 0.13.162 → 0.13.163
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/README.md +1 -1
- package/dist/cli/index.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[](https://github.com/SAP/open-ux-tools/blob/main/packages/create/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/create)
|
|
2
2
|
# [`@sap-ux/create`](https://github.com/SAP/open-ux-tools/tree/main/packages/create) CLI Reference
|
|
3
3
|
|
|
4
|
-
Configure features for SAP Fiori applications and projects
|
|
4
|
+
Configure features for SAP Fiori applications and projects.
|
|
5
5
|
|
|
6
6
|
# [Usage](#usage)
|
|
7
7
|
|
package/dist/cli/index.js
CHANGED
|
@@ -46,7 +46,7 @@ function getCommanderProgram() {
|
|
|
46
46
|
const logger = (0, tracing_1.getLogger)();
|
|
47
47
|
const program = new commander_1.Command();
|
|
48
48
|
const version = getVersion();
|
|
49
|
-
program.description(`Configure features for SAP Fiori applications and projects
|
|
49
|
+
program.description(`Configure features for SAP Fiori applications and projects.`);
|
|
50
50
|
program.addHelpText('after', `\nExample Usage:
|
|
51
51
|
'npx --yes @sap-ux/create@latest add --help' Get the available subcommands for the 'add' command.
|
|
52
52
|
'npx --yes @sap-ux/create@latest add html --help' Get the available options for the 'add html' command.
|
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.13.
|
|
4
|
+
"version": "0.13.163",
|
|
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.6.46",
|
|
33
34
|
"@sap-ux/abap-deploy-config-writer": "0.2.33",
|
|
35
|
+
"@sap-ux/adp-tooling": "0.18.1",
|
|
34
36
|
"@sap-ux/app-config-writer": "0.6.56",
|
|
35
|
-
"@sap-ux/abap-deploy-config-inquirer": "1.6.46",
|
|
36
37
|
"@sap-ux/cap-config-writer": "0.12.24",
|
|
37
|
-
"@sap-ux/adp-tooling": "0.18.0",
|
|
38
38
|
"@sap-ux/logger": "0.7.1",
|
|
39
|
-
"@sap-ux/odata-service-writer": "0.27.29",
|
|
40
39
|
"@sap-ux/mockserver-config-writer": "0.9.25",
|
|
41
|
-
"@sap-ux/
|
|
40
|
+
"@sap-ux/odata-service-writer": "0.27.29",
|
|
41
|
+
"@sap-ux/preview-middleware": "0.23.52",
|
|
42
42
|
"@sap-ux/project-access": "1.32.8",
|
|
43
43
|
"@sap-ux/system-access": "0.6.28",
|
|
44
44
|
"@sap-ux/ui5-config": "0.29.9",
|
|
45
|
-
"@sap-ux/flp-config-inquirer": "0.4.
|
|
45
|
+
"@sap-ux/flp-config-inquirer": "0.4.60"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/diff": "5.0.9",
|