@sap-ux/adp-flp-config-sub-generator 0.0.16 → 0.0.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.
@@ -178,7 +178,7 @@ class default_1 extends yeoman_generator_1.default {
178
178
  requestOptions['auth'] = { username: this.credentials.username, password: this.credentials.password };
179
179
  }
180
180
  const provider = await (0, system_access_1.createAbapServiceProvider)(target, requestOptions, false, this.toolsLogger);
181
- const variant = (0, adp_tooling_1.getVariant)(this.projectRootPath);
181
+ const variant = await (0, adp_tooling_1.getVariant)(this.projectRootPath);
182
182
  const manifestService = await adp_tooling_1.ManifestService.initMergedManifest(provider, this.projectRootPath, variant, this.toolsLogger);
183
183
  return manifestService.getManifest();
184
184
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/adp-flp-config-sub-generator",
3
3
  "description": "Generator for adding FLP configuration to an Adaptation Project",
4
- "version": "0.0.16",
4
+ "version": "0.0.20",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,15 +22,15 @@
22
22
  "@sap-devx/yeoman-ui-types": "1.14.4",
23
23
  "i18next": "23.5.1",
24
24
  "yeoman-generator": "5.10.0",
25
- "@sap-ux/adp-tooling": "0.13.0",
25
+ "@sap-ux/adp-tooling": "0.13.4",
26
26
  "@sap-ux/axios-extension": "1.18.6",
27
27
  "@sap-ux/btp-utils": "1.0.1",
28
28
  "@sap-ux/feature-toggle": "0.2.3",
29
- "@sap-ux/fiori-generator-shared": "0.9.0",
30
- "@sap-ux/flp-config-inquirer": "0.2.45",
31
- "@sap-ux/inquirer-common": "0.6.19",
29
+ "@sap-ux/fiori-generator-shared": "0.9.2",
30
+ "@sap-ux/flp-config-inquirer": "0.2.49",
31
+ "@sap-ux/inquirer-common": "0.6.22",
32
32
  "@sap-ux/logger": "0.6.0",
33
- "@sap-ux/project-access": "1.29.8",
33
+ "@sap-ux/project-access": "1.29.10",
34
34
  "@sap-ux/store": "1.0.0",
35
35
  "@sap-ux/system-access": "0.5.31"
36
36
  },