@sap-ux/project-access 1.30.4 → 1.30.6

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.
@@ -312,7 +312,8 @@ async function filterAdaptations(pathMap, memFs) {
312
312
  for (const manifestAppDescrVar of manifestAppDescrVars) {
313
313
  const packageJsonPath = await (0, file_1.findFileUp)(constants_1.FileName.Package, (0, path_1.dirname)(manifestAppDescrVar), memFs);
314
314
  const projectRoot = packageJsonPath ? (0, path_1.dirname)(packageJsonPath) : null;
315
- if (projectRoot && (await (0, file_1.fileExists)((0, path_1.join)(projectRoot, 'webapp', constants_1.FileName.ManifestAppDescrVar), memFs))) {
315
+ const webappPath = await (0, ui5_config_1.getWebappPath)(projectRoot ?? '', memFs);
316
+ if (projectRoot && (await (0, file_1.fileExists)((0, path_1.join)(webappPath, constants_1.FileName.ManifestAppDescrVar), memFs))) {
316
317
  results.push({ appRoot: projectRoot, manifestAppdescrVariantPath: manifestAppDescrVar });
317
318
  }
318
319
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "1.30.4",
3
+ "version": "1.30.6",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "mem-fs-editor": "9.4.0",
31
31
  "semver": "7.5.4",
32
32
  "@sap-ux/i18n": "0.3.1",
33
- "@sap-ux/ui5-config": "0.28.3"
33
+ "@sap-ux/ui5-config": "0.29.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/mem-fs": "1.1.2",