@sap-ux/create 0.15.66 → 0.15.68
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.
|
@@ -43,18 +43,7 @@ async function setupAdaptationProjectCF(basePath, yamlPath) {
|
|
|
43
43
|
throw new Error('You are not logged in to Cloud Foundry or your session has expired. Please run "cf login" first.');
|
|
44
44
|
}
|
|
45
45
|
try {
|
|
46
|
-
|
|
47
|
-
await (0, tracing_1.traceChanges)(fs);
|
|
48
|
-
await new Promise((resolve, reject) => {
|
|
49
|
-
fs.commit([], (err) => {
|
|
50
|
-
if (err) {
|
|
51
|
-
reject(err);
|
|
52
|
-
}
|
|
53
|
-
else {
|
|
54
|
-
resolve();
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
});
|
|
46
|
+
await (0, adp_tooling_1.setupCfPreview)(basePath, yamlPath, cfConfig, logger);
|
|
58
47
|
}
|
|
59
48
|
catch (error) {
|
|
60
49
|
logger.error(`Failed to setup CF adaptation project: ${error.message}`);
|
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.15.
|
|
4
|
+
"version": "0.15.68",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"prompts": "2.4.2",
|
|
34
34
|
"@sap-ux/abap-deploy-config-inquirer": "1.8.8",
|
|
35
35
|
"@sap-ux/abap-deploy-config-writer": "0.3.7",
|
|
36
|
-
"@sap-ux/adp-tooling": "0.18.
|
|
36
|
+
"@sap-ux/adp-tooling": "0.18.111",
|
|
37
37
|
"@sap-ux/app-config-writer": "0.6.132",
|
|
38
38
|
"@sap-ux/cap-config-writer": "0.12.87",
|
|
39
39
|
"@sap-ux/logger": "0.8.4",
|
|
40
40
|
"@sap-ux/mockserver-config-writer": "0.9.69",
|
|
41
41
|
"@sap-ux/odata-service-writer": "0.31.5",
|
|
42
|
-
"@sap-ux/preview-middleware": "0.25.
|
|
42
|
+
"@sap-ux/preview-middleware": "0.25.18",
|
|
43
43
|
"@sap-ux/project-access": "1.35.18",
|
|
44
44
|
"@sap-ux/system-access": "0.7.4",
|
|
45
45
|
"@sap-ux/ui5-config": "0.30.1",
|
|
46
|
-
"@sap-ux/flp-config-inquirer": "0.4.
|
|
46
|
+
"@sap-ux/flp-config-inquirer": "0.4.170",
|
|
47
47
|
"@sap-ux/nodejs-utils": "0.2.19",
|
|
48
48
|
"@sap-ux/axios-extension": "1.25.28"
|
|
49
49
|
},
|