@sap-ux/ui5-library-reference-inquirer 1.0.12 → 1.0.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.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"error": {
|
|
14
14
|
"noProjectsFound": "No SAP Fiori tools projects were found in this workspace.",
|
|
15
|
-
"noLibsFound": "No reuse libraries or components were found in this workspace.",
|
|
15
|
+
"noLibsFound": "No reuse libraries or components were found in this workspace. Ensure the library project has been migrated using 'Fiori: Migrate Project for Use in SAP Fiori Tools'.",
|
|
16
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": "1.0.
|
|
4
|
+
"version": "1.0.14",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"i18next": "25.10.10",
|
|
24
|
-
"@sap-ux/inquirer-common": "1.0.
|
|
25
|
-
"@sap-ux/project-access": "2.1.
|
|
24
|
+
"@sap-ux/inquirer-common": "1.0.13",
|
|
25
|
+
"@sap-ux/project-access": "2.1.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@jest/globals": "30.3.0",
|