@sap-ux/cap-config-writer 0.3.7 → 0.4.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.
|
@@ -13,7 +13,7 @@ exports.hasCdsPluginUi5 = exports.getWorkspaceInfo = exports.satisfiesMinCdsVers
|
|
|
13
13
|
const semver_1 = require("semver");
|
|
14
14
|
const project_access_1 = require("@sap-ux/project-access");
|
|
15
15
|
exports.minCdsVersion = '6.8.2';
|
|
16
|
-
const minCdsPluginUi5Version = '0.
|
|
16
|
+
const minCdsPluginUi5Version = '0.9.3';
|
|
17
17
|
/**
|
|
18
18
|
* Ensure a minimum version of @sap/cds in dependencies.
|
|
19
19
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/cap-config-writer",
|
|
3
3
|
"description": "Add or update configuration for SAP CAP projects",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"semver": "7.5.4",
|
|
26
26
|
"xml-js": "1.6.11",
|
|
27
27
|
"@sap-ux/logger": "0.5.1",
|
|
28
|
-
"@sap-ux/project-access": "1.22.
|
|
29
|
-
"@sap-ux/odata-service-inquirer": "0.3.
|
|
30
|
-
"@sap-ux/yaml": "0.15.
|
|
28
|
+
"@sap-ux/project-access": "1.22.2",
|
|
29
|
+
"@sap-ux/odata-service-inquirer": "0.3.4",
|
|
30
|
+
"@sap-ux/yaml": "0.15.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/mem-fs": "1.1.2",
|