@sap-ux/ui5-application-inquirer 0.16.34 → 0.16.37

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 +5 -5
package/dist/i18n.js CHANGED
@@ -24,7 +24,8 @@ async function initI18nUi5AppInquirer() {
24
24
  defaultVariables: {
25
25
  defaultProjectNumber: exports.defaultProjectNumber
26
26
  }
27
- }
27
+ },
28
+ showSupportNotice: false
28
29
  });
29
30
  exports.i18n.addResourceBundle('en', ui5AppInquirerNamespace, ui5_application_inquirer_i18n_json_1.default);
30
31
  // Add bundles on which this module depends (this is a temp workaround as the init from the imported modules is not called)
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.16.34",
4
+ "version": "0.16.37",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,9 +23,9 @@
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
24
  "lodash": "4.17.23",
25
25
  "semver": "7.7.4",
26
- "@sap-ux/inquirer-common": "0.11.12",
27
- "@sap-ux/project-access": "1.35.7",
28
- "@sap-ux/project-input-validator": "0.6.60",
26
+ "@sap-ux/inquirer-common": "0.11.15",
27
+ "@sap-ux/project-access": "1.35.9",
28
+ "@sap-ux/project-input-validator": "0.6.63",
29
29
  "@sap-ux/ui5-info": "0.13.13"
30
30
  },
31
31
  "devDependencies": {
@@ -35,7 +35,7 @@
35
35
  "@types/lodash": "4.14.202",
36
36
  "@types/semver": "7.7.1",
37
37
  "inquirer": "8.2.7",
38
- "@sap-ux/cap-config-writer": "0.12.69"
38
+ "@sap-ux/cap-config-writer": "0.12.72"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=20.x"