@sap-ux/project-access
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -275,3 +275,3 @@ "use strict"; | ||
if (adpPath && (yield (0, file_1.fileExists)((0, path_1.join)(adpPath, constants_1.FileName.AdaptationConfig)))) { | ||
results.push({ appRoot: (0, path_1.dirname)(adpPath) }); | ||
results.push({ appRoot: (0, path_1.dirname)(adpPath), manifestAppdescrVariantPath: manifestAppDescrVar }); | ||
} | ||
@@ -278,0 +278,0 @@ } |
@@ -38,2 +38,6 @@ import type { Manifest } from '../webapp'; | ||
appRoot: string; | ||
/** | ||
* Path to manifest.appdescr_variant | ||
*/ | ||
manifestAppdescrVariantPath: string; | ||
} | ||
@@ -40,0 +44,0 @@ /** |
{ | ||
"name": "@sap-ux/project-access", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "Library to access SAP Fiori tools projects", | ||
@@ -5,0 +5,0 @@ "repository": { |
103563
2092