@sap-ux/generator-adp 0.9.57 → 0.9.58

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.
@@ -75,9 +75,8 @@ function getPasswordPrompt(abapTarget, logger) {
75
75
  };
76
76
  }
77
77
  /**
78
- * Helper function which asserts whether a client is authenticated on an ABAP system or throws.
79
78
  * Since we do not have a dedicated api call to detect if a client is authenticated we use the
80
- * {@link LayeredRepositoryService.getSystemInfo} call which is a protected one.
79
+ * {@link LayeredRepositoryService.getCsrfToken} call which is a protected one.
81
80
  *
82
81
  * @param {ClientCredentials} credentials - Object containing client credentials to a specific ABAP system.
83
82
  * @param {ToolsLogger} logger - The logger instance.
@@ -87,6 +86,6 @@ function getPasswordPrompt(abapTarget, logger) {
87
86
  async function assertAuthenticated(credentials, logger) {
88
87
  const abapProvider = await (0, adp_tooling_1.getConfiguredProvider)(credentials, logger);
89
88
  const layeredRepositoryService = abapProvider.getLayeredRepository();
90
- await layeredRepositoryService.getSystemInfo();
89
+ await layeredRepositoryService.getCsrfToken();
91
90
  }
92
91
  //# sourceMappingURL=credentials.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "SAPUI5 Adaptation Project",
4
4
  "homepage": "https://help.sap.com/viewer/584e0bcbfd4a4aff91c815cefa0bce2d/Cloud/en-US/ada9567b767941aba8d49fdb4fdedea7.html",
5
5
  "description": "Adaptation project allows you to create an app variant for an existing SAP Fiori elements-based or SAPUI5 freestyle application, without changing the original application.",
6
- "version": "0.9.57",
6
+ "version": "0.9.58",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,11 +30,11 @@
30
30
  "i18next": "25.10.10",
31
31
  "yeoman-generator": "5.10.0",
32
32
  "uuid": "11.1.0",
33
- "@sap-ux/adp-tooling": "0.18.118",
33
+ "@sap-ux/adp-tooling": "0.18.119",
34
34
  "@sap-ux/axios-extension": "1.25.31",
35
35
  "@sap-ux/btp-utils": "1.1.14",
36
36
  "@sap-ux/feature-toggle": "0.3.8",
37
- "@sap-ux/inquirer-common": "0.11.37",
37
+ "@sap-ux/inquirer-common": "0.11.38",
38
38
  "@sap-ux/logger": "0.8.5",
39
39
  "@sap-ux/project-access": "1.35.20",
40
40
  "@sap-ux/store": "1.5.13",
@@ -57,7 +57,7 @@
57
57
  "fs-extra": "11.3.4",
58
58
  "rimraf": "6.1.3",
59
59
  "yeoman-test": "6.3.0",
60
- "@sap-ux/deploy-config-sub-generator": "0.5.143"
60
+ "@sap-ux/deploy-config-sub-generator": "0.5.145"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=20.x"