@sap-ux/generator-adp 0.9.27 → 0.9.28
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.
- package/generators/app/index.js +3 -2
- package/package.json +3 -3
package/generators/app/index.js
CHANGED
|
@@ -523,7 +523,7 @@ class default_1 extends yeoman_generator_1.default {
|
|
|
523
523
|
const serviceInstanceGuid = this.cfPrompter.serviceInstanceGuid;
|
|
524
524
|
const backendUrls = this.cfPrompter.backendUrls;
|
|
525
525
|
const oauthPaths = this.cfPrompter.oauthPaths;
|
|
526
|
-
const serviceInfo = await (0, adp_tooling_1.
|
|
526
|
+
const serviceInfo = await (0, adp_tooling_1.getOrCreateServiceInstanceKeys)({
|
|
527
527
|
names: [this.cfServicesAnswers.businessService ?? '']
|
|
528
528
|
}, this.logger);
|
|
529
529
|
const config = (0, adp_tooling_1.getCfConfig)({
|
|
@@ -540,7 +540,8 @@ class default_1 extends yeoman_generator_1.default {
|
|
|
540
540
|
publicVersions,
|
|
541
541
|
packageJson: (0, deps_1.getPackageInfo)(),
|
|
542
542
|
toolsId: this.toolsId,
|
|
543
|
-
serviceInfo
|
|
543
|
+
serviceInfo,
|
|
544
|
+
spaceGuid: this.cfConfig.space.GUID
|
|
544
545
|
});
|
|
545
546
|
if (config.options) {
|
|
546
547
|
config.options.templatePathOverwrite = (0, templates_1.getTemplatesOverwritePath)();
|
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.
|
|
6
|
+
"version": "0.9.28",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"i18next": "25.8.12",
|
|
31
31
|
"yeoman-generator": "5.10.0",
|
|
32
32
|
"uuid": "11.1.0",
|
|
33
|
-
"@sap-ux/adp-tooling": "0.18.
|
|
33
|
+
"@sap-ux/adp-tooling": "0.18.91",
|
|
34
34
|
"@sap-ux/axios-extension": "1.25.22",
|
|
35
35
|
"@sap-ux/btp-utils": "1.1.9",
|
|
36
36
|
"@sap-ux/feature-toggle": "0.3.7",
|
|
@@ -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.
|
|
60
|
+
"@sap-ux/deploy-config-sub-generator": "0.5.110"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=20.x"
|