@sap-ux/ui5-library-reference-inquirer 0.4.17 → 0.4.18
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prompts": {
|
|
3
|
-
"targetProjectFolderLabel": "Project
|
|
3
|
+
"targetProjectFolderLabel": "Project Folder Path",
|
|
4
4
|
"sourceLabel": "Reusable Library Source",
|
|
5
5
|
"referenceLibrariesLabel": "Select Reusable Libraries"
|
|
6
6
|
},
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"workspace": "Workspace"
|
|
9
9
|
},
|
|
10
10
|
"addtionalMsgs": {
|
|
11
|
-
"missingDeps": "Missing dependencies detected: {{dependencies}}"
|
|
11
|
+
"missingDeps": "Missing dependencies detected: {{dependencies}}. Install these dependencies."
|
|
12
12
|
},
|
|
13
13
|
"error": {
|
|
14
|
-
"noProjectsFound": "No Fiori tools projects found in
|
|
15
|
-
"noLibsFound": "No reuse libraries or components found in
|
|
16
|
-
"noLibSelected": "You must select at least one reuse library or component"
|
|
14
|
+
"noProjectsFound": "No SAP Fiori tools projects were found in this workspace.",
|
|
15
|
+
"noLibsFound": "No reuse libraries or components were found in this workspace.",
|
|
16
|
+
"noLibSelected": "You must select at least one reuse library or component."
|
|
17
17
|
}
|
|
18
18
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/ui5-library-reference-inquirer",
|
|
3
3
|
"description": "Prompts module that can provide prompts for UI5 library writer",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.18",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"i18next": "23.5.1",
|
|
23
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
23
|
+
"@sap-ux/inquirer-common": "0.7.18",
|
|
24
24
|
"@sap-ux/project-access": "1.30.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|