@sap-ux/cf-deploy-config-writer 0.3.91 → 0.3.92

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.
@@ -161,8 +161,10 @@ class MtaConfig {
161
161
  name: `${this.prefix?.slice(0, constants_1.MAX_MTA_PREFIX_LENGTH)}-uaa`,
162
162
  type: 'org.cloudfoundry.managed-service',
163
163
  parameters: {
164
- 'service-plan': 'application',
165
164
  service: 'xsuaa',
165
+ 'service-plan': 'application',
166
+ path: './xs-security.json',
167
+ 'service-name': `${this.prefix?.slice(0, constants_1.MAX_MTA_PREFIX_LENGTH)}-xsuaa-service`,
166
168
  config: {
167
169
  xsappname: `${this.prefix?.slice(0, constants_1.MAX_MTA_PREFIX_LENGTH)}` + '-${space-guid}',
168
170
  'tenant-mode': 'dedicated'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/cf-deploy-config-writer",
3
3
  "description": "Add or amend Cloud Foundry and ABAP deployment configuration for SAP projects",
4
- "version": "0.3.91",
4
+ "version": "0.3.92",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -29,8 +29,8 @@
29
29
  "mem-fs": "2.1.0",
30
30
  "mem-fs-editor": "9.4.0",
31
31
  "hasbin": "1.2.3",
32
- "@sap-ux/project-access": "1.35.18",
33
32
  "@sap-ux/yaml": "0.17.6",
33
+ "@sap-ux/project-access": "1.35.18",
34
34
  "@sap-ux/btp-utils": "1.1.12",
35
35
  "@sap-ux/logger": "0.8.4",
36
36
  "@sap-ux/ui5-config": "0.30.1",