@sap-ux/ui5-application-inquirer 0.8.5 → 0.8.7

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 +3 -1
  2. package/package.json +4 -4
package/dist/i18n.js CHANGED
@@ -9,6 +9,7 @@ exports.t = t;
9
9
  const i18next_1 = __importDefault(require("i18next"));
10
10
  const ui5_application_inquirer_i18n_json_1 = __importDefault(require("./translations/ui5-application-inquirer.i18n.json"));
11
11
  const inquirer_common_1 = require("@sap-ux/inquirer-common");
12
+ const project_input_validator_1 = require("@sap-ux/project-input-validator");
12
13
  const ui5AppInquirerNamespace = 'ui5-application-inquirer';
13
14
  exports.defaultProjectNumber = 1;
14
15
  /**
@@ -25,7 +26,8 @@ async function initI18nUi5AppInquirer() {
25
26
  }
26
27
  });
27
28
  i18next_1.default.addResourceBundle('en', ui5AppInquirerNamespace, ui5_application_inquirer_i18n_json_1.default);
28
- // add the inquirer common i18n resource bundle to ensure all translations are available
29
+ // Add bundles on which this module depends (this is a temp workaround as the init from the imported modules is not called)
30
+ (0, project_input_validator_1.addi18nResourceBundle)();
29
31
  (0, inquirer_common_1.addi18nResourceBundle)();
30
32
  }
31
33
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-application-inquirer",
3
3
  "description": "Prompts module that can prompt users for inputs required for UI5 application writing",
4
- "version": "0.8.5",
4
+ "version": "0.8.7",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,10 +23,10 @@
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
24
  "lodash": "4.17.21",
25
25
  "semver": "7.5.4",
26
- "@sap-ux/inquirer-common": "0.5.7",
26
+ "@sap-ux/inquirer-common": "0.5.8",
27
27
  "@sap-ux/project-access": "1.28.8",
28
- "@sap-ux/project-input-validator": "0.3.4",
29
- "@sap-ux/ui5-info": "0.8.3"
28
+ "@sap-ux/ui5-info": "0.8.3",
29
+ "@sap-ux/project-input-validator": "0.3.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@sap-devx/yeoman-ui-types": "1.14.4",