@sap-ux/generator-adp 0.7.20 → 0.7.22

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.
@@ -248,7 +248,7 @@ class CFServicesPrompter {
248
248
  name: adp_tooling_1.cfServicesPromptNames.businessService,
249
249
  message: (0, i18n_1.t)('prompts.businessServiceLabel'),
250
250
  choices: this.businessServices,
251
- default: (_) => this.businessServices.length === 1 ? this.businessServices[0] ?? '' : '',
251
+ default: (_) => this.businessServices.length === 1 ? (this.businessServices[0] ?? '') : '',
252
252
  when: (answers) => this.isCfLoggedIn && (this.approuter || answers.approuter),
253
253
  validate: async (value) => {
254
254
  const validationResult = (0, project_input_validator_1.validateEmptyString)(value);
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.7.20",
6
+ "version": "0.7.22",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,18 +30,18 @@
30
30
  "i18next": "25.3.0",
31
31
  "yeoman-generator": "5.10.0",
32
32
  "uuid": "10.0.0",
33
- "@sap-ux/adp-tooling": "0.18.20",
34
- "@sap-ux/axios-extension": "1.24.5",
35
- "@sap-ux/btp-utils": "1.1.5",
36
- "@sap-ux/feature-toggle": "0.3.4",
37
- "@sap-ux/inquirer-common": "0.9.15",
38
- "@sap-ux/logger": "0.7.1",
39
- "@sap-ux/project-access": "1.32.15",
40
- "@sap-ux/store": "1.3.4",
41
- "@sap-ux/system-access": "0.6.31",
42
- "@sap-ux/project-input-validator": "0.6.37",
43
- "@sap-ux/fiori-generator-shared": "0.13.42",
44
- "@sap-ux/odata-service-writer": "0.27.37"
33
+ "@sap-ux/adp-tooling": "0.18.22",
34
+ "@sap-ux/axios-extension": "1.24.6",
35
+ "@sap-ux/btp-utils": "1.1.6",
36
+ "@sap-ux/feature-toggle": "0.3.5",
37
+ "@sap-ux/inquirer-common": "0.9.17",
38
+ "@sap-ux/logger": "0.7.2",
39
+ "@sap-ux/project-access": "1.32.16",
40
+ "@sap-ux/store": "1.4.0",
41
+ "@sap-ux/system-access": "0.6.33",
42
+ "@sap-ux/project-input-validator": "0.6.38",
43
+ "@sap-ux/fiori-generator-shared": "0.13.44",
44
+ "@sap-ux/odata-service-writer": "0.27.38"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@jest/types": "30.0.1",
@@ -56,7 +56,7 @@
56
56
  "fs-extra": "10.0.0",
57
57
  "rimraf": "6.0.1",
58
58
  "yeoman-test": "6.3.0",
59
- "@sap-ux/deploy-config-sub-generator": "0.5.18"
59
+ "@sap-ux/deploy-config-sub-generator": "0.5.20"
60
60
  },
61
61
  "engines": {
62
62
  "node": ">=20.x"
@@ -72,8 +72,8 @@
72
72
  "build": "tsc --build",
73
73
  "clean": "rimraf --glob generators test/test-output coverage *.tsbuildinfo",
74
74
  "watch": "tsc --watch",
75
- "lint": "eslint . --ext .ts",
76
- "lint:fix": "eslint . --ext .ts --fix",
75
+ "lint": "eslint",
76
+ "lint:fix": "eslint --fix",
77
77
  "test": "jest --ci --forceExit --detectOpenHandles --colors",
78
78
  "test-u": "jest --ci --forceExit --detectOpenHandles --colors -u",
79
79
  "test:abap": "jest --ci --forceExit --detectOpenHandles --colors test/app.test.ts --testNamePattern=\"ABAP Environment\"",