@sap-ux/project-access 1.19.2 → 1.19.3

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.
@@ -383,6 +383,8 @@ function loadCdsModuleFromProject(capProjectPath) {
383
383
  if (global) {
384
384
  global.cds = cds;
385
385
  }
386
+ // Ensure we use a known root path, otherwise `cwd` is used which varies between invocations.
387
+ cds.root = capProjectPath;
386
388
  return cds;
387
389
  });
388
390
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "repository": {
6
6
  "type": "git",