@sap-ux/project-access 1.35.17 → 1.35.19

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.
@@ -334,6 +334,9 @@ function extractCdsFilesFromMessage(sources) {
334
334
  * @returns - uniform url
335
335
  */
336
336
  function uniformUrl(url) {
337
+ if (!url) {
338
+ return '';
339
+ }
337
340
  return url
338
341
  .replace(/\\/g, '/')
339
342
  .replace(/\/\//g, '/')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "1.35.17",
3
+ "version": "1.35.19",
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.7.4",
32
32
  "@sap-ux/i18n": "0.3.10",
33
- "@sap-ux/ui5-config": "0.30.1"
33
+ "@sap-ux/ui5-config": "0.30.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@sap-ux/vocabularies-types": "0.15.0",
@@ -39,7 +39,7 @@
39
39
  "@types/semver": "7.7.1",
40
40
  "@ui5/manifest": "1.84.0",
41
41
  "vscode-uri": "3.1.0",
42
- "@sap-ux/logger": "0.8.3"
42
+ "@sap-ux/logger": "0.8.5"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsc --build",