@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.
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
66
|
+
export const MinCdsPluginUi5Version = '0.17.0';
|
|
67
67
|
export const MinCdsVersion = '6.8.2';
|
|
68
68
|
//# sourceMappingURL=constants.js.map
|