@sap-ux/project-access 2.1.0 → 2.1.1

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.
@@ -61,6 +61,6 @@ export declare const fioriToolsDirectory: string;
61
61
  * Directory where modules are cached
62
62
  */
63
63
  export declare const moduleCacheRoot: string;
64
- export declare const MinCdsPluginUi5Version = "0.13.0";
64
+ export declare const MinCdsPluginUi5Version = "0.17.0";
65
65
  export declare const MinCdsVersion = "6.8.2";
66
66
  //# sourceMappingURL=constants.d.ts.map
package/dist/constants.js CHANGED
@@ -63,6 +63,6 @@ export const fioriToolsDirectory = join(homedir(), FioriToolsSettings.dir);
63
63
  * Directory where modules are cached
64
64
  */
65
65
  export const moduleCacheRoot = join(fioriToolsDirectory, DirName.ModuleCache);
66
- export const MinCdsPluginUi5Version = '0.13.0';
66
+ export const MinCdsPluginUi5Version = '0.17.0';
67
67
  export const MinCdsVersion = '6.8.2';
68
68
  //# sourceMappingURL=constants.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "type": "module",
6
6
  "repository": {