@sap-ux/fiori-app-sub-generator 1.1.11 → 1.2.0

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.
@@ -3,7 +3,7 @@ import { isAppStudio } from '@sap-ux/btp-utils';
3
3
  import { isInternalFeaturesSettingEnabled } from '@sap-ux/feature-toggle';
4
4
  import { generate as generateFioriElementsApp } from '@sap-ux/fiori-elements-writer';
5
5
  import { generate as generateFioriFreestyleApp } from '@sap-ux/fiori-freestyle-writer';
6
- import { DefaultLogger, getHostEnvironment, hostEnvironment, sendTelemetry, TelemetryHelper, getFlpId, getFloorplanLabel } from '@sap-ux/fiori-generator-shared';
6
+ import { DefaultLogger, getHostEnvironment, hostEnvironment, sendTelemetry, TelemetryHelper, getFlpId, getFloorplanLabel, initI18nFioriGeneratorShared } from '@sap-ux/fiori-generator-shared';
7
7
  import { DatasourceType, getEntityRelatedPrompts } from '@sap-ux/odata-service-inquirer';
8
8
  import { initTelemetrySettings } from '@sap-ux/telemetry';
9
9
  import { getUI5Versions, latestVersionString } from '@sap-ux/ui5-info';
@@ -62,6 +62,7 @@ export class FioriAppGenerator extends Generator {
62
62
  async initializing() {
63
63
  // Ensure i18n bundles are loaded, default loading is unreliable
64
64
  await initI18nFioriAppSubGenerator();
65
+ await initI18nFioriGeneratorShared();
65
66
  // When running in YUI context back navigation is supported and state may be cached.
66
67
  if (this.options.appWizard) {
67
68
  this.appWizard = this.options.appWizard;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-app-sub-generator",
3
3
  "description": "A yeoman (sub) generator that can generate Fiori applications. Not for standalone use.",
4
- "version": "1.1.11",
4
+ "version": "1.2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -33,19 +33,19 @@
33
33
  "@sap-ux/annotation-generator": "1.0.15",
34
34
  "@sap-ux/axios-extension": "2.0.7",
35
35
  "@sap-ux/btp-utils": "2.0.5",
36
- "@sap-ux/cap-config-writer": "1.0.21",
36
+ "@sap-ux/cap-config-writer": "1.0.22",
37
37
  "@sap-ux/feature-toggle": "1.0.5",
38
- "@sap-ux/fiori-elements-writer": "3.0.58",
39
- "@sap-ux/fiori-freestyle-writer": "3.0.51",
40
- "@sap-ux/fiori-generator-shared": "1.1.0",
38
+ "@sap-ux/fiori-elements-writer": "3.0.60",
39
+ "@sap-ux/fiori-freestyle-writer": "3.0.53",
40
+ "@sap-ux/fiori-generator-shared": "1.2.0",
41
41
  "@sap-ux/fiori-tools-settings": "1.0.1",
42
42
  "@sap-ux/launch-config": "1.0.12",
43
- "@sap-ux/odata-service-inquirer": "3.0.25",
43
+ "@sap-ux/odata-service-inquirer": "3.1.0",
44
44
  "@sap-ux/odata-service-writer": "1.0.12",
45
45
  "@sap-ux/project-access": "2.1.6",
46
46
  "@sap-ux/store": "2.0.4",
47
47
  "@sap-ux/telemetry": "1.0.18",
48
- "@sap-ux/ui5-application-inquirer": "1.0.22",
48
+ "@sap-ux/ui5-application-inquirer": "1.0.23",
49
49
  "@sap-ux/ui5-info": "1.0.5"
50
50
  },
51
51
  "devDependencies": {
@@ -64,9 +64,9 @@
64
64
  "mock-spawn": "0.2.6",
65
65
  "rimraf": "6.1.3",
66
66
  "yeoman-test": "6.3.0",
67
- "@sap-ux/deploy-config-sub-generator": "1.0.42",
68
- "@sap-ux/inquirer-common": "1.0.22",
69
- "@sap-ux/flp-config-sub-generator": "1.0.38",
67
+ "@sap-ux/deploy-config-sub-generator": "1.0.43",
68
+ "@sap-ux/flp-config-sub-generator": "1.0.39",
69
+ "@sap-ux/inquirer-common": "1.0.23",
70
70
  "@sap-ux/jest-file-matchers": "1.0.2",
71
71
  "@sap-ux/logger": "1.0.3"
72
72
  },