@sap-ux/cap-config-writer 0.1.2 → 0.1.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.
@@ -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
  const minCdsVersion = '6.8.2';
16
- const minCdsPluginUi5Version = '0.1.1';
16
+ const minCdsPluginUi5Version = '0.1.4';
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.1.2",
4
+ "version": "0.1.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,8 +22,8 @@
22
22
  "i18next": "20.3.2",
23
23
  "mem-fs": "2.1.0",
24
24
  "mem-fs-editor": "9.4.0",
25
- "semver": "7.3.5",
26
- "@sap-ux/project-access": "1.8.2"
25
+ "semver": "7.5.3",
26
+ "@sap-ux/project-access": "1.8.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/mem-fs": "1.1.2",