@sap-ux/app-config-writer
Advanced tools
Comparing version 0.5.17 to 0.5.19
@@ -60,3 +60,3 @@ "use strict"; | ||
async function readManifest(appPath, fs) { | ||
const manifestPath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(appPath), project_access_1.FileName.Manifest); | ||
const manifestPath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(appPath, fs), project_access_1.FileName.Manifest); | ||
const manifest = fs.readJSON(manifestPath); | ||
@@ -63,0 +63,0 @@ if (!manifest) { |
@@ -78,3 +78,3 @@ "use strict"; | ||
async function deleteNoLongerUsedFiles(fs, basePath, convertTests, logger) { | ||
const webappTestPath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(basePath), 'test'); | ||
const webappTestPath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(basePath, fs), 'test'); | ||
const files = [ | ||
@@ -81,0 +81,0 @@ (0, path_1.join)(webappTestPath, 'locate-reuse-libs.js'), |
{ | ||
"name": "@sap-ux/app-config-writer", | ||
"description": "Add or update configuration for SAP Fiori tools application", | ||
"version": "0.5.17", | ||
"version": "0.5.19", | ||
"repository": { | ||
@@ -30,6 +30,6 @@ "type": "git", | ||
"semver": "7.6.3", | ||
"@sap-ux/axios-extension": "1.18.1", | ||
"@sap-ux/axios-extension": "1.18.2", | ||
"@sap-ux/btp-utils": "0.17.2", | ||
"@sap-ux/logger": "0.6.0", | ||
"@sap-ux/project-access": "1.29.1", | ||
"@sap-ux/project-access": "1.29.2", | ||
"@sap-ux/store": "1.0.0", | ||
@@ -46,3 +46,3 @@ "@sap-ux/ui5-config": "0.26.1" | ||
"nock": "13.4.0", | ||
"@sap-ux/preview-middleware": "0.17.1" | ||
"@sap-ux/preview-middleware": "0.17.3" | ||
}, | ||
@@ -49,0 +49,0 @@ "engines": { |
130493
+ Added@sap-ux/axios-extension@1.18.2(transitive)
+ Added@sap-ux/project-access@1.29.2(transitive)
- Removed@sap-ux/axios-extension@1.18.1(transitive)
- Removed@sap-ux/project-access@1.29.1(transitive)