@sap-ux/deploy-config-generator-shared 0.1.13 → 0.1.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.
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
}
|
|
6
6
|
},
|
|
7
7
|
"errors": {
|
|
8
|
-
"abortSignal": "Generator aborted",
|
|
9
|
-
"fileDoesNotExist": "
|
|
10
|
-
"folderDoesNotExist": "
|
|
11
|
-
"noAppName": "
|
|
12
|
-
"noBaseConfig": "Error: could not read {{- baseConfig}}",
|
|
8
|
+
"abortSignal": "Generator aborted.",
|
|
9
|
+
"fileDoesNotExist": "This file does not exist: {{- filePath}}. Check the file permissions are correct.",
|
|
10
|
+
"folderDoesNotExist": "This folder path does not exist: {{- filePath}}. Check the folder permissions are correct.",
|
|
11
|
+
"noAppName": "Cannot determine the application name from the `manifest.json` file.",
|
|
12
|
+
"noBaseConfig": "Error: could not read {{- baseConfig}}.",
|
|
13
13
|
"noBinary": "Cannot find the \"{{bin}}\" executable. Please add it to the path or use \"npm i -g {{- pkg}}\" to install it.",
|
|
14
|
-
"noManifest": "Error: could not read webapp/manifest.json",
|
|
15
|
-
"unrecognizedTarget": "Unrecognized target: {{target}}",
|
|
16
|
-
"unknownError": "
|
|
14
|
+
"noManifest": "Error: could not read the file: `webapp/manifest.json`.",
|
|
15
|
+
"unrecognizedTarget": "Unrecognized target: {{target}}.",
|
|
16
|
+
"unknownError": "An unknown error occurred. Please try again."
|
|
17
17
|
},
|
|
18
18
|
"debug": {
|
|
19
|
-
"loggerInitialised": "LogWrapper initialized for DeploymentGenerator"
|
|
19
|
+
"loggerInitialised": "`LogWrapper` initialized for `DeploymentGenerator`."
|
|
20
20
|
}
|
|
21
21
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/deploy-config-generator-shared",
|
|
3
3
|
"description": "Commonly used shared functionality and types to support the deploy config generator.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.14",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"i18next": "20.6.1",
|
|
22
22
|
"yeoman-generator": "5.10.0",
|
|
23
23
|
"@sap-ux/btp-utils": "1.1.0",
|
|
24
|
-
"@sap-ux/fiori-generator-shared": "0.12.
|
|
24
|
+
"@sap-ux/fiori-generator-shared": "0.12.13",
|
|
25
25
|
"@sap-ux/nodejs-utils": "0.2.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/inquirer": "8.2.6",
|
|
29
29
|
"@types/yeoman-generator": "5.2.11",
|
|
30
30
|
"@sap-ux/axios-extension": "1.22.3",
|
|
31
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
31
|
+
"@sap-ux/inquirer-common": "0.7.18",
|
|
32
32
|
"@sap-ux/store": "1.1.1"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|