@sap-ux/project-access 1.19.3 → 1.19.4

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,8 +383,6 @@ 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;
388
386
  return cds;
389
387
  });
390
388
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "1.19.3",
3
+ "version": "1.19.4",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "repository": {
6
6
  "type": "git",