@sap-ux/create 1.0.15 → 1.0.16
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/dist/cli/add/system.js +1 -1
- package/package.json +7 -7
package/dist/cli/add/system.js
CHANGED
|
@@ -87,7 +87,7 @@ async function addSystem(params) {
|
|
|
87
87
|
const existingSystem = await service.read(new BackendSystemKey({ url: params.url, client: params.client }));
|
|
88
88
|
if (existingSystem) {
|
|
89
89
|
const clientSuffix = params.client ? ` (client ${params.client})` : '';
|
|
90
|
-
logger.error(`System '${params.url}'${clientSuffix} already exists. Use '
|
|
90
|
+
logger.error(`System '${params.url}'${clientSuffix} already exists. Use 'update system' to update it.`);
|
|
91
91
|
return;
|
|
92
92
|
}
|
|
93
93
|
replaceEnvVariables(params);
|
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": "1.0.
|
|
4
|
+
"version": "1.0.16",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
"@sap-ux/abap-deploy-config-writer": "1.0.7",
|
|
38
38
|
"@sap-ux/adp-tooling": "1.0.11",
|
|
39
39
|
"@sap-ux/btp-utils": "2.0.2",
|
|
40
|
-
"@sap-ux/app-config-writer": "1.0.7",
|
|
41
40
|
"@sap-ux/cap-config-writer": "1.0.9",
|
|
42
41
|
"@sap-ux/logger": "1.0.1",
|
|
43
|
-
"@sap-ux/mockserver-config-writer": "1.0.6",
|
|
44
42
|
"@sap-ux/odata-service-writer": "1.0.6",
|
|
45
|
-
"@sap-ux/
|
|
43
|
+
"@sap-ux/app-config-writer": "1.0.7",
|
|
46
44
|
"@sap-ux/project-access": "2.1.2",
|
|
47
45
|
"@sap-ux/system-access": "1.0.2",
|
|
48
|
-
"@sap-ux/
|
|
49
|
-
"@sap-ux/ui5-config": "1.0.3",
|
|
46
|
+
"@sap-ux/preview-middleware": "1.0.14",
|
|
50
47
|
"@sap-ux/flp-config-inquirer": "1.0.11",
|
|
51
48
|
"@sap-ux/nodejs-utils": "1.0.3",
|
|
52
|
-
"@sap-ux/axios-extension": "2.0.2"
|
|
49
|
+
"@sap-ux/axios-extension": "2.0.2",
|
|
50
|
+
"@sap-ux/store": "2.0.1",
|
|
51
|
+
"@sap-ux/ui5-config": "1.0.3",
|
|
52
|
+
"@sap-ux/mockserver-config-writer": "1.0.6"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@jest/globals": "30.3.0",
|