@sap-ux/ui5-library-inquirer 0.4.18 → 0.4.20

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
  "prompts": {
3
- "libraryNameLabel": "Library module name",
3
+ "libraryNameLabel": "Library Module Name",
4
4
  "libraryNameDefault": "library1",
5
- "libraryNamespaceLabel": "Library namespace",
5
+ "libraryNamespaceLabel": "Library Namespace",
6
6
  "libraryNamespaceDefault": "com.myorg",
7
- "libraryUi5VersionLabel": "Minimum SAPUI5 version",
8
- "libraryUi5VersionTooltip": "Represents the minimum version of SAPUI5 that this library requires",
7
+ "libraryUi5VersionLabel": "Minimum SAPUI5 Version",
8
+ "libraryUi5VersionTooltip": "Represents the minimum version of SAPUI5 that this library requires.",
9
9
  "libraryEnableTypeScriptLabel": "Enable TypeScript (Experimental)",
10
- "libraryFolderLabel": "Library folder path",
11
- "libraryFolderTooltip": "The generated library's folder will be a combination of the library's namespace and module name"
10
+ "libraryFolderLabel": "Library Folder Path",
11
+ "libraryFolderTooltip": "The generated library's folder will be a combination of the library's namespace and module name."
12
12
  }
13
13
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-library-inquirer",
3
3
  "description": "Prompts module that can provide prompts for UI5 library writer",
4
- "version": "0.4.18",
4
+ "version": "0.4.20",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,9 +22,9 @@
22
22
  "dependencies": {
23
23
  "i18next": "23.5.1",
24
24
  "inquirer-autocomplete-prompt": "2.0.1",
25
- "@sap-ux/inquirer-common": "0.7.16",
26
- "@sap-ux/project-input-validator": "0.6.5",
27
- "@sap-ux/ui5-info": "0.12.0"
25
+ "@sap-ux/project-input-validator": "0.6.7",
26
+ "@sap-ux/ui5-info": "0.12.0",
27
+ "@sap-ux/inquirer-common": "0.7.18"
28
28
  },
29
29
  "devDependencies": {
30
30
  "inquirer": "8.2.6",