@sap-ux/cap-config-writer 0.10.12 → 0.10.14

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.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "info": {
3
- "capServiceName": "cap service name {{ capServiceName }}.",
4
- "cdsUpdateInfo": "Update cds file with projectPath: {{ projectPath }}, annotationPath: {{ annotationPath }}, capService: {{ capService }}."
3
+ "capServiceName": "CAP Service Name: {{ capServiceName }}.",
4
+ "cdsUpdateInfo": "Update CDS file with `projectPath`: {{ projectPath }}, `annotationPath`: {{ annotationPath }} and `capService`: {{ capService }}."
5
5
  },
6
6
  "warn": {
7
- "cdsDKNotInstalled": "minimum cds-dk {{ minCdsVersion }} version is required to add cds watch scripts"
7
+ "cdsDKNotInstalled": "`cds-dk` {{ minCdsVersion }} or higher is required to add CDS watch scripts. Install `cds-dk` to continue."
8
8
  },
9
9
  "error": {
10
- "updateApplicationYaml": "Error occured while updating application yaml {{ error }}"
10
+ "updateApplicationYaml": "An error occured when updating the application YAML. Error: {{ error }}."
11
11
  },
12
- "launchCapText": "In order to launch the generated app, simply start your CAP project{{mvnCommand}} and navigate to the following location in your browser:\n\n{{- capUrl}}"
12
+ "launchCapText": "To launch the generated app, start your CAP project: {{mvnCommand}} and navigate to the following location in your browser:\n\n{{- capUrl}}"
13
13
  }
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.10.12",
4
+ "version": "0.10.14",
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.7.0",
28
- "@sap-ux/project-access": "1.30.3",
28
+ "@sap-ux/project-access": "1.30.4",
29
29
  "@sap-ux/yaml": "0.17.0",
30
- "@sap-ux/fiori-generator-shared": "0.12.11"
30
+ "@sap-ux/fiori-generator-shared": "0.12.13"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/mem-fs": "1.1.2",