@sap-ux/project-access 1.26.8 → 1.27.0

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.
@@ -96,7 +96,7 @@ class ApplicationAccessImp {
96
96
  /**
97
97
  * Maintains new translation entries in CAP i18n files.
98
98
  *
99
- * @param filePath file in which the translation entry will be used.
99
+ * @param filePath absolute path to file in which the translation entry will be used.
100
100
  * @param newI18nEntries translation entries to write in the i18n file.
101
101
  * @returns boolean or exception
102
102
  */
@@ -5,7 +5,7 @@ import type { Editor } from 'mem-fs-editor';
5
5
  * Maintains new translation entries in CAP i18n files.
6
6
  *
7
7
  * @param root project root.
8
- * @param filePath file in which the translation entry will be used.
8
+ * @param filePath absolute path to file in which the translation entry will be used.
9
9
  * @param newI18nEntries translation entries to write in the i18n file.
10
10
  * @param fs optional `mem-fs-editor` instance. If provided, `mem-fs-editor` api is used instead of `fs` of node
11
11
  * In case of CAP project, some CDS APIs are used internally which depends on `fs` of node and not `mem-fs-editor`.
@@ -10,7 +10,7 @@ const promises_1 = require("fs/promises");
10
10
  * Maintains new translation entries in CAP i18n files.
11
11
  *
12
12
  * @param root project root.
13
- * @param filePath file in which the translation entry will be used.
13
+ * @param filePath absolute path to file in which the translation entry will be used.
14
14
  * @param newI18nEntries translation entries to write in the i18n file.
15
15
  * @param fs optional `mem-fs-editor` instance. If provided, `mem-fs-editor` api is used instead of `fs` of node
16
16
  * In case of CAP project, some CDS APIs are used internally which depends on `fs` of node and not `mem-fs-editor`.
@@ -69,7 +69,7 @@ export interface ApplicationAccess extends BaseAccess {
69
69
  /**
70
70
  * Maintains new translation entries in CAP i18n files.
71
71
  *
72
- * @param filePath file in which the translation entry will be used.
72
+ * @param filePath absolute path to file in which the translation entry will be used.
73
73
  * @param newI18nEntries translation entries to write in the i18n file.
74
74
  * @returns boolean or exception
75
75
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "1.26.8",
3
+ "version": "1.27.0",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,8 +29,8 @@
29
29
  "mem-fs": "2.1.0",
30
30
  "mem-fs-editor": "9.4.0",
31
31
  "semver": "7.5.4",
32
- "@sap-ux/i18n": "0.1.1",
33
- "@sap-ux/ui5-config": "0.24.0"
32
+ "@sap-ux/i18n": "0.2.0",
33
+ "@sap-ux/ui5-config": "0.24.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/mem-fs": "1.1.2",