@sap-ux/ui5-test-writer 0.7.7 → 0.7.9

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,10 +1,10 @@
1
1
  {
2
2
  "error": {
3
- "cannotReadManifest": "Cannot read manifest file {{ filePath }}",
4
- "cannotReadAppID": "Cannot read appID in the manifest file",
5
- "badApplicationType": "Cannot determine application type from the manifest, or unsupported type",
6
- "cannotGeneratePageFile": "Cannot generate page file for target {{ targetKey }}",
7
- "errorCopyingFreestyleTestTemplates": "Error copying freestyle test templates: {{ error }}",
8
- "errorWritingTsConfig": "Error writing tsconfig.json: {{ error }}"
3
+ "cannotReadManifest": "Cannot read the `manifest.json` file: {{ filePath }}.",
4
+ "cannotReadAppID": "Cannot read `appID` in the `manifest.json` file.",
5
+ "badApplicationType": "Cannot determine the application type from the `manifest.json` file or it uses an unsupported type.",
6
+ "cannotGeneratePageFile": "Cannot generate the page file for target: {{ targetKey }}.",
7
+ "errorCopyingFreestyleTestTemplates": "An error occurred when copying freestyle test templates: {{ error }}",
8
+ "errorWritingTsConfig": "An error occurred when writing the `tsconfig.json` file: {{ error }}"
9
9
  }
10
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-test-writer",
3
3
  "description": "SAP UI5 tests writer",
4
- "version": "0.7.7",
4
+ "version": "0.7.9",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -24,9 +24,9 @@
24
24
  "i18next": "20.6.1",
25
25
  "mem-fs": "2.1.0",
26
26
  "mem-fs-editor": "9.4.0",
27
- "@sap-ux/ui5-application-writer": "1.5.5",
27
+ "@sap-ux/ui5-application-writer": "1.5.6",
28
28
  "@sap-ux/logger": "0.7.0",
29
- "@sap-ux/project-access": "1.30.4"
29
+ "@sap-ux/project-access": "1.30.5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/ejs": "3.1.2",