@sap-ux/ui5-library-inquirer 0.6.71 → 0.6.74

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.
Files changed (2) hide show
  1. package/dist/i18n.js +2 -1
  2. package/package.json +3 -3
package/dist/i18n.js CHANGED
@@ -17,7 +17,8 @@ exports.i18n = i18next_1.default.createInstance();
17
17
  async function initI18n() {
18
18
  await exports.i18n.init({
19
19
  lng: 'en',
20
- fallbackLng: 'en'
20
+ fallbackLng: 'en',
21
+ showSupportNotice: false
21
22
  });
22
23
  exports.i18n.addResourceBundle('en', ui5LibI18nNamespace, ui5_library_inquirer_i18n_json_1.default);
23
24
  // add the inquirer common i18n resource bundle to ensure all translations are available
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.6.71",
4
+ "version": "0.6.74",
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": "25.8.12",
24
24
  "inquirer-autocomplete-prompt": "2.0.1",
25
- "@sap-ux/inquirer-common": "0.11.12",
25
+ "@sap-ux/inquirer-common": "0.11.15",
26
26
  "@sap-ux/logger": "0.8.1",
27
- "@sap-ux/project-input-validator": "0.6.60",
27
+ "@sap-ux/project-input-validator": "0.6.63",
28
28
  "@sap-ux/ui5-info": "0.13.13"
29
29
  },
30
30
  "devDependencies": {