@sap-ux/project-access 1.28.4 → 1.28.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.
|
@@ -37,7 +37,7 @@ async function getWebappPath(projectRoot, memFs) {
|
|
|
37
37
|
*/
|
|
38
38
|
async function readUi5Yaml(projectRoot, fileName, memFs) {
|
|
39
39
|
const ui5YamlPath = (0, path_1.join)(projectRoot, fileName);
|
|
40
|
-
if (await (0, file_1.fileExists)(ui5YamlPath)) {
|
|
40
|
+
if (await (0, file_1.fileExists)(ui5YamlPath, memFs)) {
|
|
41
41
|
const yamlString = await (0, file_1.readFile)(ui5YamlPath, memFs);
|
|
42
42
|
return await ui5_config_1.UI5Config.newInstance(yamlString);
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/project-access",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.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.2.0",
|
|
33
|
-
"@sap-ux/ui5-config": "0.25.
|
|
33
|
+
"@sap-ux/ui5-config": "0.25.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/mem-fs": "1.1.2",
|