@sap/ux-ui5-tooling 1.15.2 → 1.15.4
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/CHANGELOG.md +4 -0
- package/apply-patches.js +14 -0
- package/dist/cli/index.js +432 -469
- package/dist/middlewares/fiori-tools-preview.js +103 -88
- package/dist/middlewares/fiori-tools-proxy.js +127 -111
- package/dist/tasks/cf-deploy/index.js +121 -103
- package/dist/tasks/deploy/index.js +192 -168
- package/package.json +19 -15
- package/patches/@sap-ux+preview-middleware+0.16.96.patch +47 -0
|
@@ -35497,9 +35497,9 @@ var require_dist = __commonJS({
|
|
|
35497
35497
|
}
|
|
35498
35498
|
});
|
|
35499
35499
|
|
|
35500
|
-
// ../../node_modules/@tootallnate/once/dist/index.js
|
|
35500
|
+
// ../../node_modules/@azure/core-rest-pipeline/node_modules/@tootallnate/once/dist/index.js
|
|
35501
35501
|
var require_dist2 = __commonJS({
|
|
35502
|
-
"../../node_modules/@tootallnate/once/dist/index.js"(exports2) {
|
|
35502
|
+
"../../node_modules/@azure/core-rest-pipeline/node_modules/@tootallnate/once/dist/index.js"(exports2) {
|
|
35503
35503
|
"use strict";
|
|
35504
35504
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
35505
35505
|
function once(emitter, name2, { signal } = {}) {
|
|
@@ -35526,9 +35526,9 @@ var require_dist2 = __commonJS({
|
|
|
35526
35526
|
}
|
|
35527
35527
|
});
|
|
35528
35528
|
|
|
35529
|
-
// ../../node_modules/http-proxy-agent/dist/agent.js
|
|
35529
|
+
// ../../node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent/dist/agent.js
|
|
35530
35530
|
var require_agent2 = __commonJS({
|
|
35531
|
-
"../../node_modules/http-proxy-agent/dist/agent.js"(exports2) {
|
|
35531
|
+
"../../node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent/dist/agent.js"(exports2) {
|
|
35532
35532
|
"use strict";
|
|
35533
35533
|
var __awaiter9 = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
35534
35534
|
function adopt(value) {
|
|
@@ -35662,9 +35662,9 @@ var require_agent2 = __commonJS({
|
|
|
35662
35662
|
}
|
|
35663
35663
|
});
|
|
35664
35664
|
|
|
35665
|
-
// ../../node_modules/http-proxy-agent/dist/index.js
|
|
35665
|
+
// ../../node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent/dist/index.js
|
|
35666
35666
|
var require_dist3 = __commonJS({
|
|
35667
|
-
"../../node_modules/http-proxy-agent/dist/index.js"(exports2, module2) {
|
|
35667
|
+
"../../node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent/dist/index.js"(exports2, module2) {
|
|
35668
35668
|
"use strict";
|
|
35669
35669
|
var __importDefault = exports2 && exports2.__importDefault || function(mod) {
|
|
35670
35670
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
@@ -40135,7 +40135,7 @@ var require_azure_client_config = __commonJS({
|
|
|
40135
40135
|
"../../node_modules/@sap-ux/telemetry/dist/base/utils/azure-client-config.js"(exports2) {
|
|
40136
40136
|
"use strict";
|
|
40137
40137
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
40138
|
-
exports2.configAzureTelemetryClient =
|
|
40138
|
+
exports2.configAzureTelemetryClient = configAzureTelemetryClient;
|
|
40139
40139
|
function configAzureTelemetryClient(client) {
|
|
40140
40140
|
client.channel.setUseDiskRetryCaching(true);
|
|
40141
40141
|
client.addTelemetryProcessor((envelope) => {
|
|
@@ -40146,7 +40146,6 @@ var require_azure_client_config = __commonJS({
|
|
|
40146
40146
|
return true;
|
|
40147
40147
|
});
|
|
40148
40148
|
}
|
|
40149
|
-
exports2.configAzureTelemetryClient = configAzureTelemetryClient;
|
|
40150
40149
|
}
|
|
40151
40150
|
});
|
|
40152
40151
|
|
|
@@ -40155,7 +40154,7 @@ var require_package5 = __commonJS({
|
|
|
40155
40154
|
"../../node_modules/@sap-ux/telemetry/package.json"(exports2, module2) {
|
|
40156
40155
|
module2.exports = {
|
|
40157
40156
|
name: "@sap-ux/telemetry",
|
|
40158
|
-
version: "0.5.
|
|
40157
|
+
version: "0.5.36",
|
|
40159
40158
|
description: "Library for sending usage telemetry data",
|
|
40160
40159
|
repository: {
|
|
40161
40160
|
type: "git",
|
|
@@ -40173,8 +40172,8 @@ var require_package5 = __commonJS({
|
|
|
40173
40172
|
axios: "1.7.4",
|
|
40174
40173
|
"performance-now": "2.1.0",
|
|
40175
40174
|
yaml: "2.3.3",
|
|
40176
|
-
"@sap-ux/store": "0.9.
|
|
40177
|
-
"@sap-ux/project-access": "1.
|
|
40175
|
+
"@sap-ux/store": "0.9.2",
|
|
40176
|
+
"@sap-ux/project-access": "1.28.2",
|
|
40178
40177
|
"@sap-ux/btp-utils": "0.15.2",
|
|
40179
40178
|
"@sap-ux/ui5-config": "0.25.0",
|
|
40180
40179
|
"@sap-ux/logger": "0.6.0"
|
|
@@ -40184,7 +40183,7 @@ var require_package5 = __commonJS({
|
|
|
40184
40183
|
memfs: "3.4.13",
|
|
40185
40184
|
"ts-jest": "29.1.2",
|
|
40186
40185
|
"ts-node": "10.9.2",
|
|
40187
|
-
typescript: "5.
|
|
40186
|
+
typescript: "5.6.2",
|
|
40188
40187
|
unionfs: "4.4.0",
|
|
40189
40188
|
dotenv: "16.3.1"
|
|
40190
40189
|
},
|
|
@@ -77149,19 +77148,22 @@ var require_cap = __commonJS({
|
|
|
77149
77148
|
async function getCapModelAndServices(projectRoot) {
|
|
77150
77149
|
let _projectRoot;
|
|
77151
77150
|
let _logger;
|
|
77151
|
+
let _pathSelection;
|
|
77152
|
+
const defaultPathSelection = /* @__PURE__ */ new Set(["app", "srv", "db"]);
|
|
77152
77153
|
if (typeof projectRoot === "object") {
|
|
77153
77154
|
_projectRoot = projectRoot.projectRoot;
|
|
77154
77155
|
_logger = projectRoot.logger;
|
|
77156
|
+
_pathSelection = projectRoot.pathSelection ? projectRoot.pathSelection : defaultPathSelection;
|
|
77155
77157
|
} else {
|
|
77158
|
+
_pathSelection = defaultPathSelection;
|
|
77156
77159
|
_projectRoot = projectRoot;
|
|
77157
77160
|
}
|
|
77158
77161
|
const cds = await loadCdsModuleFromProject(_projectRoot, true);
|
|
77159
77162
|
const capProjectPaths = await getCapCustomPaths(_projectRoot);
|
|
77160
|
-
const modelPaths = [
|
|
77161
|
-
|
|
77162
|
-
(0, path_1.join)(_projectRoot, capProjectPaths
|
|
77163
|
-
|
|
77164
|
-
];
|
|
77163
|
+
const modelPaths = [];
|
|
77164
|
+
_pathSelection == null ? void 0 : _pathSelection.forEach((path4) => {
|
|
77165
|
+
modelPaths.push((0, path_1.join)(_projectRoot, capProjectPaths[path4]));
|
|
77166
|
+
});
|
|
77165
77167
|
const model = await cds.load(modelPaths, { root: _projectRoot });
|
|
77166
77168
|
_logger == null ? void 0 : _logger.info(`@sap-ux/project-access:getCapModelAndServices - Using 'cds.home': ${cds.home}`);
|
|
77167
77169
|
_logger == null ? void 0 : _logger.info(`@sap-ux/project-access:getCapModelAndServices - Using 'cds.version': ${cds.version}`);
|
|
@@ -77899,7 +77901,9 @@ var require_data_processor = __commonJS({
|
|
|
77899
77901
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
77900
77902
|
};
|
|
77901
77903
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
77902
|
-
exports2.
|
|
77904
|
+
exports2.processToolsSuiteTelemetry = processToolsSuiteTelemetry;
|
|
77905
|
+
exports2.getCommonProperties = getCommonProperties;
|
|
77906
|
+
exports2.spawnCommand = spawnCommand;
|
|
77903
77907
|
var btp_utils_1 = require_dist4();
|
|
77904
77908
|
var ui5_config_1 = require_dist7();
|
|
77905
77909
|
var axios_1 = __importDefault(require_axios());
|
|
@@ -77921,7 +77925,6 @@ var require_data_processor = __commonJS({
|
|
|
77921
77925
|
}
|
|
77922
77926
|
return { ...commonProperties, ...appProperties };
|
|
77923
77927
|
}
|
|
77924
|
-
exports2.processToolsSuiteTelemetry = processToolsSuiteTelemetry;
|
|
77925
77928
|
async function getCommonProperties() {
|
|
77926
77929
|
const commonProperties = {};
|
|
77927
77930
|
commonProperties[types_1.CommonProperties.DevSpace] = await getSbasDevspace();
|
|
@@ -77932,7 +77935,6 @@ var require_data_processor = __commonJS({
|
|
|
77932
77935
|
commonProperties[types_1.CommonProperties.NodeVersion] = (await getProcessVersions()).node;
|
|
77933
77936
|
return commonProperties;
|
|
77934
77937
|
}
|
|
77935
|
-
exports2.getCommonProperties = getCommonProperties;
|
|
77936
77938
|
async function getSbasDevspace() {
|
|
77937
77939
|
var _a3, _b2;
|
|
77938
77940
|
if ((0, btp_utils_1.isAppStudio)()) {
|
|
@@ -78119,7 +78121,6 @@ var require_data_processor = __commonJS({
|
|
|
78119
78121
|
});
|
|
78120
78122
|
});
|
|
78121
78123
|
}
|
|
78122
|
-
exports2.spawnCommand = spawnCommand;
|
|
78123
78124
|
}
|
|
78124
78125
|
});
|
|
78125
78126
|
|
|
@@ -85047,7 +85048,8 @@ var require_i18n2 = __commonJS({
|
|
|
85047
85048
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
85048
85049
|
};
|
|
85049
85050
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
85050
|
-
exports2.
|
|
85051
|
+
exports2.initI18n = initI18n;
|
|
85052
|
+
exports2.text = text;
|
|
85051
85053
|
var i18next_1 = __importDefault((init_i18next(), __toCommonJS(i18next_exports)));
|
|
85052
85054
|
var i18next_fs_backend_1 = __importDefault(require_cjs());
|
|
85053
85055
|
var path_1 = __importDefault(require("path"));
|
|
@@ -85065,11 +85067,9 @@ var require_i18n2 = __commonJS({
|
|
|
85065
85067
|
}
|
|
85066
85068
|
});
|
|
85067
85069
|
}
|
|
85068
|
-
exports2.initI18n = initI18n;
|
|
85069
85070
|
function text(key, options2) {
|
|
85070
85071
|
return i18nInstance.t(key, options2);
|
|
85071
85072
|
}
|
|
85072
|
-
exports2.text = text;
|
|
85073
85073
|
}
|
|
85074
85074
|
});
|
|
85075
85075
|
|
|
@@ -85429,7 +85429,8 @@ var require_app_studio2 = __commonJS({
|
|
|
85429
85429
|
"../../node_modules/@sap-ux/store/dist/utils/app-studio.js"(exports2) {
|
|
85430
85430
|
"use strict";
|
|
85431
85431
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
85432
|
-
exports2.
|
|
85432
|
+
exports2.ENV = void 0;
|
|
85433
|
+
exports2.isAppStudio = isAppStudio2;
|
|
85433
85434
|
var ENV;
|
|
85434
85435
|
(function(ENV2) {
|
|
85435
85436
|
ENV2["PROXY_URL"] = "HTTP_PROXY";
|
|
@@ -85438,7 +85439,6 @@ var require_app_studio2 = __commonJS({
|
|
|
85438
85439
|
function isAppStudio2() {
|
|
85439
85440
|
return !!process.env[ENV.H2O_URL];
|
|
85440
85441
|
}
|
|
85441
|
-
exports2.isAppStudio = isAppStudio2;
|
|
85442
85442
|
}
|
|
85443
85443
|
});
|
|
85444
85444
|
|
|
@@ -85466,7 +85466,9 @@ var require_utils4 = __commonJS({
|
|
|
85466
85466
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
85467
85467
|
};
|
|
85468
85468
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
85469
|
-
exports2.getFioriToolsDirectory = exports2.FioriToolsSettings = exports2.
|
|
85469
|
+
exports2.getFioriToolsDirectory = exports2.FioriToolsSettings = exports2.pick = void 0;
|
|
85470
|
+
exports2.errorInstance = errorInstance;
|
|
85471
|
+
exports2.errorString = errorString;
|
|
85470
85472
|
var os_1 = require("os");
|
|
85471
85473
|
var path_1 = __importDefault(require("path"));
|
|
85472
85474
|
var pick = (target, ...props) => {
|
|
@@ -85483,11 +85485,9 @@ var require_utils4 = __commonJS({
|
|
|
85483
85485
|
return new Error(String(e));
|
|
85484
85486
|
}
|
|
85485
85487
|
}
|
|
85486
|
-
exports2.errorInstance = errorInstance;
|
|
85487
85488
|
function errorString(e) {
|
|
85488
85489
|
return e instanceof Error ? e.message : String(e);
|
|
85489
85490
|
}
|
|
85490
|
-
exports2.errorString = errorString;
|
|
85491
85491
|
var FioriToolsSettings;
|
|
85492
85492
|
(function(FioriToolsSettings2) {
|
|
85493
85493
|
FioriToolsSettings2["dir"] = ".fioritools";
|
|
@@ -85535,7 +85535,9 @@ var require_filesystem = __commonJS({
|
|
|
85535
85535
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
85536
85536
|
};
|
|
85537
85537
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
85538
|
-
exports2.
|
|
85538
|
+
exports2.basedir = void 0;
|
|
85539
|
+
exports2.getFilesystemWatcherFor = getFilesystemWatcherFor;
|
|
85540
|
+
exports2.getFilesystemStore = getFilesystemStore;
|
|
85539
85541
|
var path_1 = __importDefault(require("path"));
|
|
85540
85542
|
var fs_1 = __importStar(require("fs"));
|
|
85541
85543
|
var pluralize_1 = require_pluralize();
|
|
@@ -85716,11 +85718,9 @@ var require_filesystem = __commonJS({
|
|
|
85716
85718
|
return void 0;
|
|
85717
85719
|
}
|
|
85718
85720
|
}
|
|
85719
|
-
exports2.getFilesystemWatcherFor = getFilesystemWatcherFor;
|
|
85720
85721
|
function getFilesystemStore(logger3, options2) {
|
|
85721
85722
|
return new FilesystemStore(logger3, options2);
|
|
85722
85723
|
}
|
|
85723
|
-
exports2.getFilesystemStore = getFilesystemStore;
|
|
85724
85724
|
}
|
|
85725
85725
|
});
|
|
85726
85726
|
|
|
@@ -86738,30 +86738,29 @@ var require_decorators = __commonJS({
|
|
|
86738
86738
|
"../../node_modules/@sap-ux/store/dist/decorators/index.js"(exports2) {
|
|
86739
86739
|
"use strict";
|
|
86740
86740
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
86741
|
-
exports2.
|
|
86741
|
+
exports2.serializable = serializable;
|
|
86742
|
+
exports2.getSerializableProperties = getSerializableProperties;
|
|
86743
|
+
exports2.sensitiveData = sensitiveData;
|
|
86744
|
+
exports2.getSensitiveDataProperties = getSensitiveDataProperties;
|
|
86742
86745
|
require_Reflect();
|
|
86743
86746
|
var SERIALIZABLE = Symbol("serializable");
|
|
86744
86747
|
function serializable(target, key) {
|
|
86745
86748
|
const serializableProperties = Reflect.getOwnMetadata(SERIALIZABLE, target.constructor) || /* @__PURE__ */ new Set();
|
|
86746
86749
|
Reflect.defineMetadata(SERIALIZABLE, serializableProperties.add(key), target.constructor);
|
|
86747
86750
|
}
|
|
86748
|
-
exports2.serializable = serializable;
|
|
86749
86751
|
function getSerializableProperties(target) {
|
|
86750
86752
|
const props = Reflect.getOwnMetadata(SERIALIZABLE, target.constructor);
|
|
86751
86753
|
return props && Array.from(props.values()) || [];
|
|
86752
86754
|
}
|
|
86753
|
-
exports2.getSerializableProperties = getSerializableProperties;
|
|
86754
86755
|
var SENSITIVE = Symbol("sensitive");
|
|
86755
86756
|
function sensitiveData(target, key) {
|
|
86756
86757
|
const sensitiveProperties = Reflect.getOwnMetadata(SENSITIVE, target.constructor) || /* @__PURE__ */ new Set();
|
|
86757
86758
|
Reflect.defineMetadata(SENSITIVE, sensitiveProperties.add(key), target.constructor);
|
|
86758
86759
|
}
|
|
86759
|
-
exports2.sensitiveData = sensitiveData;
|
|
86760
86760
|
function getSensitiveDataProperties(target) {
|
|
86761
86761
|
const props = Reflect.getOwnMetadata(SENSITIVE, target.constructor);
|
|
86762
86762
|
return props && Array.from(props.values()) || [];
|
|
86763
86763
|
}
|
|
86764
|
-
exports2.getSensitiveDataProperties = getSensitiveDataProperties;
|
|
86765
86764
|
}
|
|
86766
86765
|
});
|
|
86767
86766
|
|
|
@@ -86770,7 +86769,7 @@ var require_hybrid = __commonJS({
|
|
|
86770
86769
|
"../../node_modules/@sap-ux/store/dist/data-access/hybrid.js"(exports2) {
|
|
86771
86770
|
"use strict";
|
|
86772
86771
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
86773
|
-
exports2.getHybridStore =
|
|
86772
|
+
exports2.getHybridStore = getHybridStore;
|
|
86774
86773
|
var filesystem_1 = require_filesystem();
|
|
86775
86774
|
var utils_1 = require_utils4();
|
|
86776
86775
|
var secure_store_1 = require_secure_store();
|
|
@@ -86858,7 +86857,6 @@ var require_hybrid = __commonJS({
|
|
|
86858
86857
|
function getHybridStore(logger3, options2) {
|
|
86859
86858
|
return new HybridStore(logger3, options2);
|
|
86860
86859
|
}
|
|
86861
|
-
exports2.getHybridStore = getHybridStore;
|
|
86862
86860
|
}
|
|
86863
86861
|
});
|
|
86864
86862
|
|
|
@@ -87038,7 +87036,8 @@ var require_backend_system3 = __commonJS({
|
|
|
87038
87036
|
"../../node_modules/@sap-ux/store/dist/services/backend-system.js"(exports2) {
|
|
87039
87037
|
"use strict";
|
|
87040
87038
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
87041
|
-
exports2.
|
|
87039
|
+
exports2.SystemService = void 0;
|
|
87040
|
+
exports2.getInstance = getInstance;
|
|
87042
87041
|
var backend_system_1 = require_backend_system2();
|
|
87043
87042
|
var backend_system_2 = require_backend_system();
|
|
87044
87043
|
var i18n_1 = require_i18n2();
|
|
@@ -87091,7 +87090,6 @@ var require_backend_system3 = __commonJS({
|
|
|
87091
87090
|
function getInstance(logger3, options2 = {}) {
|
|
87092
87091
|
return new SystemService(logger3, options2);
|
|
87093
87092
|
}
|
|
87094
|
-
exports2.getInstance = getInstance;
|
|
87095
87093
|
}
|
|
87096
87094
|
});
|
|
87097
87095
|
|
|
@@ -87177,7 +87175,8 @@ var require_telemetry_setting3 = __commonJS({
|
|
|
87177
87175
|
"../../node_modules/@sap-ux/store/dist/services/telemetry-setting.js"(exports2) {
|
|
87178
87176
|
"use strict";
|
|
87179
87177
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
87180
|
-
exports2.
|
|
87178
|
+
exports2.TelemetrySettingService = void 0;
|
|
87179
|
+
exports2.getInstance = getInstance;
|
|
87181
87180
|
var telemetry_setting_1 = require_telemetry_setting2();
|
|
87182
87181
|
var TelemetrySettingService = class {
|
|
87183
87182
|
dataProvider;
|
|
@@ -87206,7 +87205,6 @@ var require_telemetry_setting3 = __commonJS({
|
|
|
87206
87205
|
function getInstance(logger3) {
|
|
87207
87206
|
return new TelemetrySettingService(logger3);
|
|
87208
87207
|
}
|
|
87209
|
-
exports2.getInstance = getInstance;
|
|
87210
87208
|
}
|
|
87211
87209
|
});
|
|
87212
87210
|
|
|
@@ -87293,7 +87291,8 @@ var require_migration = __commonJS({
|
|
|
87293
87291
|
"../../node_modules/@sap-ux/store/dist/services/api-hub/migration.js"(exports2) {
|
|
87294
87292
|
"use strict";
|
|
87295
87293
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
87296
|
-
exports2.
|
|
87294
|
+
exports2.LEGACY_API_HUB_API_KEY = exports2.LEGACY_API_HUB_API_SERVICE = void 0;
|
|
87295
|
+
exports2.migrateToLatestVersion = migrateToLatestVersion;
|
|
87297
87296
|
var i18n_1 = require_i18n2();
|
|
87298
87297
|
var api_hub_1 = require_api_hub();
|
|
87299
87298
|
exports2.LEGACY_API_HUB_API_SERVICE = "fiori/system/apiHub";
|
|
@@ -87316,7 +87315,6 @@ var require_migration = __commonJS({
|
|
|
87316
87315
|
await secureStore.delete(exports2.LEGACY_API_HUB_API_SERVICE, exports2.LEGACY_API_HUB_API_KEY);
|
|
87317
87316
|
logger3.info((0, i18n_1.text)("info.legacyApiHubKeyDeleted"));
|
|
87318
87317
|
}
|
|
87319
|
-
exports2.migrateToLatestVersion = migrateToLatestVersion;
|
|
87320
87318
|
}
|
|
87321
87319
|
});
|
|
87322
87320
|
|
|
@@ -87325,7 +87323,8 @@ var require_service2 = __commonJS({
|
|
|
87325
87323
|
"../../node_modules/@sap-ux/store/dist/services/api-hub/service.js"(exports2) {
|
|
87326
87324
|
"use strict";
|
|
87327
87325
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
87328
|
-
exports2.
|
|
87326
|
+
exports2.ApiHubSettingsService = void 0;
|
|
87327
|
+
exports2.getInstance = getInstance;
|
|
87329
87328
|
var secure_store_1 = require_secure_store();
|
|
87330
87329
|
var api_hub_1 = require_api_hub2();
|
|
87331
87330
|
var api_hub_2 = require_api_hub();
|
|
@@ -87379,7 +87378,6 @@ var require_service2 = __commonJS({
|
|
|
87379
87378
|
function getInstance(logger3) {
|
|
87380
87379
|
return new ApiHubSettingsService(logger3);
|
|
87381
87380
|
}
|
|
87382
|
-
exports2.getInstance = getInstance;
|
|
87383
87381
|
}
|
|
87384
87382
|
});
|
|
87385
87383
|
|
|
@@ -103033,7 +103031,8 @@ var require_dist10 = __commonJS({
|
|
|
103033
103031
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p)) __createBinding(exports3, m, p);
|
|
103034
103032
|
};
|
|
103035
103033
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
103036
|
-
exports2.FioriToolsSettings = exports2.getFioriToolsDirectory = exports2.Entity = exports2.getFilesystemWatcherFor =
|
|
103034
|
+
exports2.FioriToolsSettings = exports2.getFioriToolsDirectory = exports2.Entity = exports2.getFilesystemWatcherFor = void 0;
|
|
103035
|
+
exports2.getService = getService2;
|
|
103037
103036
|
var constants_1 = require_constants4();
|
|
103038
103037
|
Object.defineProperty(exports2, "Entity", { enumerable: true, get: function() {
|
|
103039
103038
|
return constants_1.Entity;
|
|
@@ -103057,7 +103056,6 @@ var require_dist10 = __commonJS({
|
|
|
103057
103056
|
throw new Error((0, i18n_1.text)("error.unsupportedEntity", { entityName: entityName2 }));
|
|
103058
103057
|
}
|
|
103059
103058
|
}
|
|
103060
|
-
exports2.getService = getService2;
|
|
103061
103059
|
__exportStar(require_services(), exports2);
|
|
103062
103060
|
__exportStar(require_backend_system(), exports2);
|
|
103063
103061
|
__exportStar(require_telemetry_setting(), exports2);
|
|
@@ -103084,7 +103082,9 @@ var require_telemetry_settings = __commonJS({
|
|
|
103084
103082
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
103085
103083
|
};
|
|
103086
103084
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
103087
|
-
exports2.
|
|
103085
|
+
exports2.initTelemetrySettings = void 0;
|
|
103086
|
+
exports2.setEnableTelemetry = setEnableTelemetry;
|
|
103087
|
+
exports2.getTelemetrySetting = getTelemetrySetting;
|
|
103088
103088
|
var reporting_1 = require_reporting();
|
|
103089
103089
|
var store_1 = require_dist10();
|
|
103090
103090
|
var btp_utils_1 = require_dist4();
|
|
@@ -103187,7 +103187,6 @@ var require_telemetry_settings = __commonJS({
|
|
|
103187
103187
|
const commonProperties = await (0, data_processor_1.getCommonProperties)();
|
|
103188
103188
|
(0, reporting_1.reportEnableTelemetryOnOff)(enableTelemetry, commonProperties);
|
|
103189
103189
|
}
|
|
103190
|
-
exports2.setEnableTelemetry = setEnableTelemetry;
|
|
103191
103190
|
async function getTelemetrySetting() {
|
|
103192
103191
|
let setting;
|
|
103193
103192
|
try {
|
|
@@ -103199,7 +103198,6 @@ var require_telemetry_settings = __commonJS({
|
|
|
103199
103198
|
}
|
|
103200
103199
|
return setting;
|
|
103201
103200
|
}
|
|
103202
|
-
exports2.getTelemetrySetting = getTelemetrySetting;
|
|
103203
103201
|
}
|
|
103204
103202
|
});
|
|
103205
103203
|
|
|
@@ -103886,7 +103884,10 @@ var require_featureToggle = __commonJS({
|
|
|
103886
103884
|
"../../node_modules/@sap-ux/feature-toggle/dist/featureToggle.js"(exports2) {
|
|
103887
103885
|
"use strict";
|
|
103888
103886
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
103889
|
-
exports2.
|
|
103887
|
+
exports2.FeatureToggleAccess = void 0;
|
|
103888
|
+
exports2.enableFeature = enableFeature;
|
|
103889
|
+
exports2.isFeatureEnabled = isFeatureEnabled;
|
|
103890
|
+
exports2.isInternalFeaturesSettingEnabled = isInternalFeaturesSettingEnabled3;
|
|
103890
103891
|
var constants_1 = require_constants6();
|
|
103891
103892
|
var FeatureToggleAccess = class _FeatureToggleAccess {
|
|
103892
103893
|
static vscode = getVSCodeInstance();
|
|
@@ -103947,6 +103948,15 @@ var require_featureToggle = __commonJS({
|
|
|
103947
103948
|
definedToggles.push(toggle);
|
|
103948
103949
|
});
|
|
103949
103950
|
});
|
|
103951
|
+
} else if (process.env.TOOLSUITE_FEATURES) {
|
|
103952
|
+
const envFeatures = process.env.TOOLSUITE_FEATURES.split(",");
|
|
103953
|
+
for (const feature of envFeatures) {
|
|
103954
|
+
const toggle = {
|
|
103955
|
+
feature,
|
|
103956
|
+
isEnabled: true
|
|
103957
|
+
};
|
|
103958
|
+
definedToggles.push(toggle);
|
|
103959
|
+
}
|
|
103950
103960
|
}
|
|
103951
103961
|
return definedToggles;
|
|
103952
103962
|
}
|
|
@@ -103972,11 +103982,9 @@ var require_featureToggle = __commonJS({
|
|
|
103972
103982
|
}
|
|
103973
103983
|
process.env.TOOLSUITE_FEATURES = envFeatures.join();
|
|
103974
103984
|
}
|
|
103975
|
-
exports2.enableFeature = enableFeature;
|
|
103976
103985
|
function isFeatureEnabled(feature) {
|
|
103977
103986
|
return FeatureToggleAccess.getFeatureToggle(feature).isEnabled;
|
|
103978
103987
|
}
|
|
103979
|
-
exports2.isFeatureEnabled = isFeatureEnabled;
|
|
103980
103988
|
function isInternalFeaturesSettingEnabled3() {
|
|
103981
103989
|
var _a3;
|
|
103982
103990
|
const enableInternalFeaturesSetting = "sap.ux.internal.enableInternalFeatures";
|
|
@@ -103990,7 +103998,6 @@ var require_featureToggle = __commonJS({
|
|
|
103990
103998
|
}
|
|
103991
103999
|
return internalEnabled;
|
|
103992
104000
|
}
|
|
103993
|
-
exports2.isInternalFeaturesSettingEnabled = isInternalFeaturesSettingEnabled3;
|
|
103994
104001
|
}
|
|
103995
104002
|
});
|
|
103996
104003
|
|
|
@@ -104203,9 +104210,9 @@ var require_is_wsl = __commonJS({
|
|
|
104203
104210
|
}
|
|
104204
104211
|
});
|
|
104205
104212
|
|
|
104206
|
-
//
|
|
104213
|
+
// ../../node_modules/open/index.js
|
|
104207
104214
|
var require_open = __commonJS({
|
|
104208
|
-
"
|
|
104215
|
+
"../../node_modules/open/index.js"(exports2, module2) {
|
|
104209
104216
|
"use strict";
|
|
104210
104217
|
var { promisify: promisify2 } = require("util");
|
|
104211
104218
|
var path4 = require("path");
|
|
@@ -106918,11 +106925,11 @@ var require_odata_request_error = __commonJS({
|
|
|
106918
106925
|
"../../node_modules/@sap-ux/axios-extension/dist/base/odata-request-error.js"(exports2) {
|
|
106919
106926
|
"use strict";
|
|
106920
106927
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
106921
|
-
exports2.ODataRequestError =
|
|
106928
|
+
exports2.ODataRequestError = void 0;
|
|
106929
|
+
exports2.isAxiosError = isAxiosError;
|
|
106922
106930
|
function isAxiosError(e) {
|
|
106923
106931
|
return typeof e === "object" && e !== null && "isAxiosError" in e;
|
|
106924
106932
|
}
|
|
106925
|
-
exports2.isAxiosError = isAxiosError;
|
|
106926
106933
|
var ODataRequestError = class extends Error {
|
|
106927
106934
|
/**
|
|
106928
106935
|
* Helper function to check if a parsed OData response contains an error.
|
|
@@ -107349,7 +107356,8 @@ var require_connection = __commonJS({
|
|
|
107349
107356
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
107350
107357
|
};
|
|
107351
107358
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
107352
|
-
exports2.
|
|
107359
|
+
exports2.Cookies = exports2.defaultTimeout = exports2.CSRF = void 0;
|
|
107360
|
+
exports2.attachConnectionHandler = attachConnectionHandler;
|
|
107353
107361
|
var axios_1 = require_axios();
|
|
107354
107362
|
var detect_content_type_1 = __importDefault(require_lib3());
|
|
107355
107363
|
var CSRF;
|
|
@@ -107481,7 +107489,6 @@ var require_connection = __commonJS({
|
|
|
107481
107489
|
return response;
|
|
107482
107490
|
});
|
|
107483
107491
|
}
|
|
107484
|
-
exports2.attachConnectionHandler = attachConnectionHandler;
|
|
107485
107492
|
}
|
|
107486
107493
|
});
|
|
107487
107494
|
|
|
@@ -107580,7 +107587,11 @@ var require_message = __commonJS({
|
|
|
107580
107587
|
"../../node_modules/@sap-ux/axios-extension/dist/abap/message.js"(exports2) {
|
|
107581
107588
|
"use strict";
|
|
107582
107589
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
107583
|
-
exports2.
|
|
107590
|
+
exports2.prettyPrintTimeInMs = void 0;
|
|
107591
|
+
exports2.prettyPrintMessage = prettyPrintMessage;
|
|
107592
|
+
exports2.prettyPrintError = prettyPrintError2;
|
|
107593
|
+
exports2.logError = logError;
|
|
107594
|
+
exports2.getErrorMessageFromString = getErrorMessageFromString;
|
|
107584
107595
|
var url_1 = require("url");
|
|
107585
107596
|
var axios_1 = require_axios();
|
|
107586
107597
|
function logLevel(severity, msg, log4, error3 = false) {
|
|
@@ -107612,7 +107623,6 @@ var require_message = __commonJS({
|
|
|
107612
107623
|
log4.debug(msg);
|
|
107613
107624
|
}
|
|
107614
107625
|
}
|
|
107615
|
-
exports2.prettyPrintMessage = prettyPrintMessage;
|
|
107616
107626
|
function logFullURL({ host, path: path4, log: log4, isDest = false }) {
|
|
107617
107627
|
if (host && path4) {
|
|
107618
107628
|
const base = new url_1.URL(host).origin;
|
|
@@ -107642,7 +107652,6 @@ var require_message = __commonJS({
|
|
|
107642
107652
|
}
|
|
107643
107653
|
}
|
|
107644
107654
|
}
|
|
107645
|
-
exports2.prettyPrintError = prettyPrintError2;
|
|
107646
107655
|
var prettyPrintTimeInMs = (ms) => {
|
|
107647
107656
|
const min = ms / 60 / 1e3 | 0;
|
|
107648
107657
|
if (min > 1) {
|
|
@@ -107666,7 +107675,6 @@ var require_message = __commonJS({
|
|
|
107666
107675
|
}
|
|
107667
107676
|
}
|
|
107668
107677
|
}
|
|
107669
|
-
exports2.logError = logError;
|
|
107670
107678
|
function getErrorMessageFromString(data2) {
|
|
107671
107679
|
let error3;
|
|
107672
107680
|
if (typeof data2 === "string") {
|
|
@@ -107680,7 +107688,6 @@ var require_message = __commonJS({
|
|
|
107680
107688
|
}
|
|
107681
107689
|
return error3;
|
|
107682
107690
|
}
|
|
107683
|
-
exports2.getErrorMessageFromString = getErrorMessageFromString;
|
|
107684
107691
|
}
|
|
107685
107692
|
});
|
|
107686
107693
|
|
|
@@ -107838,7 +107845,7 @@ var require_redirect = __commonJS({
|
|
|
107838
107845
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
107839
107846
|
};
|
|
107840
107847
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
107841
|
-
exports2.setupRedirectHandling =
|
|
107848
|
+
exports2.setupRedirectHandling = setupRedirectHandling;
|
|
107842
107849
|
var http_1 = __importDefault(require("http"));
|
|
107843
107850
|
var error_1 = require_error3();
|
|
107844
107851
|
var message_1 = require_message();
|
|
@@ -107880,7 +107887,6 @@ var require_redirect = __commonJS({
|
|
|
107880
107887
|
redirectUrl: (port) => `http://localhost:${port}${REDIRECT_PATH}`
|
|
107881
107888
|
};
|
|
107882
107889
|
}
|
|
107883
|
-
exports2.setupRedirectHandling = setupRedirectHandling;
|
|
107884
107890
|
}
|
|
107885
107891
|
});
|
|
107886
107892
|
|
|
@@ -107889,7 +107895,7 @@ var require_reentrance_ticket = __commonJS({
|
|
|
107889
107895
|
"../../node_modules/@sap-ux/axios-extension/dist/auth/reentrance-ticket/index.js"(exports2) {
|
|
107890
107896
|
"use strict";
|
|
107891
107897
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
107892
|
-
exports2.getReentranceTicket =
|
|
107898
|
+
exports2.getReentranceTicket = getReentranceTicket;
|
|
107893
107899
|
var open = require_open2();
|
|
107894
107900
|
var connection_1 = require_connection();
|
|
107895
107901
|
var abap_system_1 = require_abap_system();
|
|
@@ -107907,7 +107913,6 @@ var require_reentrance_ticket = __commonJS({
|
|
|
107907
107913
|
(_a3 = open(url)) == null ? void 0 : _a3.catch((error3) => logger3.error(error3));
|
|
107908
107914
|
});
|
|
107909
107915
|
}
|
|
107910
|
-
exports2.getReentranceTicket = getReentranceTicket;
|
|
107911
107916
|
}
|
|
107912
107917
|
});
|
|
107913
107918
|
|
|
@@ -108254,7 +108259,11 @@ var require_auth = __commonJS({
|
|
|
108254
108259
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports3, p)) __createBinding(exports3, m, p);
|
|
108255
108260
|
};
|
|
108256
108261
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
108257
|
-
exports2.
|
|
108262
|
+
exports2.Uaa = void 0;
|
|
108263
|
+
exports2.attachBasicAuthInterceptor = attachBasicAuthInterceptor;
|
|
108264
|
+
exports2.attachUaaAuthInterceptor = attachUaaAuthInterceptor;
|
|
108265
|
+
exports2.attachReentranceTicketAuthInterceptor = attachReentranceTicketAuthInterceptor;
|
|
108266
|
+
exports2.getReentranceTicketAuthInterceptor = getReentranceTicketAuthInterceptor;
|
|
108258
108267
|
var axios_1 = require_axios();
|
|
108259
108268
|
var reentrance_ticket_1 = require_reentrance_ticket();
|
|
108260
108269
|
var uaa_1 = require_uaa();
|
|
@@ -108270,7 +108279,6 @@ var require_auth = __commonJS({
|
|
|
108270
108279
|
return response;
|
|
108271
108280
|
});
|
|
108272
108281
|
}
|
|
108273
|
-
exports2.attachBasicAuthInterceptor = attachBasicAuthInterceptor;
|
|
108274
108282
|
function attachUaaAuthInterceptor(provider, service, refreshToken, refreshTokenUpdateCb) {
|
|
108275
108283
|
const uaa = new uaa_1.Uaa(service, provider.log);
|
|
108276
108284
|
let token2;
|
|
@@ -108289,13 +108297,11 @@ var require_auth = __commonJS({
|
|
|
108289
108297
|
return request3;
|
|
108290
108298
|
});
|
|
108291
108299
|
}
|
|
108292
|
-
exports2.attachUaaAuthInterceptor = attachUaaAuthInterceptor;
|
|
108293
108300
|
function attachReentranceTicketAuthInterceptor({ provider }) {
|
|
108294
108301
|
let oneTimeInterceptorId;
|
|
108295
108302
|
const ejectCallback = () => provider.interceptors.request.eject(oneTimeInterceptorId);
|
|
108296
108303
|
oneTimeInterceptorId = provider.interceptors.request.use(getReentranceTicketAuthInterceptor({ provider, ejectCallback }));
|
|
108297
108304
|
}
|
|
108298
|
-
exports2.attachReentranceTicketAuthInterceptor = attachReentranceTicketAuthInterceptor;
|
|
108299
108305
|
function getReentranceTicketAuthInterceptor({ provider, ejectCallback }) {
|
|
108300
108306
|
return async (request3) => {
|
|
108301
108307
|
const { reentranceTicket, apiUrl } = await (0, reentrance_ticket_1.getReentranceTicket)({
|
|
@@ -108312,7 +108318,6 @@ var require_auth = __commonJS({
|
|
|
108312
108318
|
return request3;
|
|
108313
108319
|
};
|
|
108314
108320
|
}
|
|
108315
|
-
exports2.getReentranceTicketAuthInterceptor = getReentranceTicketAuthInterceptor;
|
|
108316
108321
|
}
|
|
108317
108322
|
});
|
|
108318
108323
|
|
|
@@ -108721,11 +108726,20 @@ var require_lrep_service = __commonJS({
|
|
|
108721
108726
|
* Merge a given app descriptor variant with the stord app descriptor.
|
|
108722
108727
|
*
|
|
108723
108728
|
* @param appDescriptorVariant zip file containing an app descriptor variant
|
|
108729
|
+
* @param workspacePath value for workspacePath URL parameter
|
|
108724
108730
|
* @returns a promise with an object containing merged app descriptors with their id as keys.
|
|
108725
108731
|
*/
|
|
108726
|
-
async mergeAppDescriptorVariant(appDescriptorVariant) {
|
|
108732
|
+
async mergeAppDescriptorVariant(appDescriptorVariant, workspacePath) {
|
|
108733
|
+
var _a3;
|
|
108734
|
+
const path4 = "/appdescr_variant_preview/";
|
|
108735
|
+
const params = new URLSearchParams((_a3 = this.defaults) == null ? void 0 : _a3.params);
|
|
108736
|
+
if (workspacePath) {
|
|
108737
|
+
params.append("workspacePath", workspacePath);
|
|
108738
|
+
}
|
|
108727
108739
|
try {
|
|
108728
|
-
const response = await this.put(
|
|
108740
|
+
const response = await this.put(path4, appDescriptorVariant, {
|
|
108741
|
+
paramsSerializer: (params2) => decodeURIComponent(params2.toString()),
|
|
108742
|
+
params,
|
|
108729
108743
|
headers: {
|
|
108730
108744
|
"Content-Type": "application/zip"
|
|
108731
108745
|
}
|
|
@@ -120893,7 +120907,12 @@ var require_factory = __commonJS({
|
|
|
120893
120907
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
120894
120908
|
};
|
|
120895
120909
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
120896
|
-
exports2.
|
|
120910
|
+
exports2.AbapCloudEnvironment = void 0;
|
|
120911
|
+
exports2.create = create;
|
|
120912
|
+
exports2.createForAbap = createForAbap;
|
|
120913
|
+
exports2.createForAbapOnCloud = createForAbapOnCloud;
|
|
120914
|
+
exports2.createForDestination = createForDestination;
|
|
120915
|
+
exports2.createServiceForUrl = createServiceForUrl;
|
|
120897
120916
|
var cloneDeep_1 = __importDefault(require_cloneDeep());
|
|
120898
120917
|
var btp_utils_1 = require_dist4();
|
|
120899
120918
|
var https_1 = require("https");
|
|
@@ -120944,11 +120963,9 @@ var require_factory = __commonJS({
|
|
|
120944
120963
|
return createInstance(service_provider_1.ServiceProvider, config);
|
|
120945
120964
|
}
|
|
120946
120965
|
}
|
|
120947
|
-
exports2.create = create;
|
|
120948
120966
|
function createForAbap(config) {
|
|
120949
120967
|
return createInstance(abap_1.AbapServiceProvider, config);
|
|
120950
120968
|
}
|
|
120951
|
-
exports2.createForAbap = createForAbap;
|
|
120952
120969
|
var AbapCloudEnvironment;
|
|
120953
120970
|
(function(AbapCloudEnvironment2) {
|
|
120954
120971
|
AbapCloudEnvironment2["Standalone"] = "Standalone";
|
|
@@ -120987,7 +121004,6 @@ var require_factory = __commonJS({
|
|
|
120987
121004
|
}
|
|
120988
121005
|
return provider;
|
|
120989
121006
|
}
|
|
120990
|
-
exports2.createForAbapOnCloud = createForAbapOnCloud;
|
|
120991
121007
|
function createForDestination(options2, destination, destinationServiceInstance) {
|
|
120992
121008
|
const { cookies, ...config } = options2;
|
|
120993
121009
|
const providerConfig = {
|
|
@@ -121014,7 +121030,6 @@ var require_factory = __commonJS({
|
|
|
121014
121030
|
}
|
|
121015
121031
|
return provider;
|
|
121016
121032
|
}
|
|
121017
|
-
exports2.createForDestination = createForDestination;
|
|
121018
121033
|
function createServiceForUrl(url, config = {}) {
|
|
121019
121034
|
const urlObject = new URL(url);
|
|
121020
121035
|
config.baseURL = urlObject.origin;
|
|
@@ -121026,7 +121041,6 @@ var require_factory = __commonJS({
|
|
|
121026
121041
|
const provider = createInstance(service_provider_1.ServiceProvider, config);
|
|
121027
121042
|
return provider.service(urlObject.pathname);
|
|
121028
121043
|
}
|
|
121029
|
-
exports2.createServiceForUrl = createServiceForUrl;
|
|
121030
121044
|
}
|
|
121031
121045
|
});
|
|
121032
121046
|
|
|
@@ -131290,13 +131304,14 @@ var require_commandRunner = __commonJS({
|
|
|
131290
131304
|
*
|
|
131291
131305
|
* @param {string} cmd to execute
|
|
131292
131306
|
* @param {string[]} args to pass to the command
|
|
131307
|
+
* @param {SpawnOptionsWithoutStdio} [opts] options to pass to the command
|
|
131293
131308
|
* @returns {*} {(Promise<any | void>)}
|
|
131294
131309
|
* @memberof CommandRunner
|
|
131295
131310
|
*/
|
|
131296
|
-
run(cmd, args = []) {
|
|
131311
|
+
run(cmd, args = [], opts = {}) {
|
|
131297
131312
|
return new Promise((resolve, reject) => {
|
|
131298
131313
|
const stack = [];
|
|
131299
|
-
const spawnOpts = process.platform === "win32" ? { shell: true } :
|
|
131314
|
+
const spawnOpts = process.platform === "win32" ? { ...opts, shell: true } : opts;
|
|
131300
131315
|
const spawnedCmd = (0, child_process_1.spawn)(cmd, args, spawnOpts);
|
|
131301
131316
|
spawnedCmd.stdout.setEncoding("utf8");
|
|
131302
131317
|
let response;
|
|
@@ -141829,7 +141844,7 @@ var require_installedCheck = __commonJS({
|
|
|
141829
141844
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
141830
141845
|
};
|
|
141831
141846
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
141832
|
-
exports2.findInstalledPackages =
|
|
141847
|
+
exports2.findInstalledPackages = findInstalledPackages;
|
|
141833
141848
|
var btp_utils_1 = require_dist4();
|
|
141834
141849
|
var commandRunner_1 = require_commandRunner();
|
|
141835
141850
|
var fast_glob_1 = __importDefault(require_out4());
|
|
@@ -141875,7 +141890,6 @@ var require_installedCheck = __commonJS({
|
|
|
141875
141890
|
}
|
|
141876
141891
|
return installedGenPackageInfos;
|
|
141877
141892
|
}
|
|
141878
|
-
exports2.findInstalledPackages = findInstalledPackages;
|
|
141879
141893
|
async function getNpmInstallPaths(vscWorkspaceConfig) {
|
|
141880
141894
|
const genSearchPaths = [];
|
|
141881
141895
|
if (vscWorkspaceConfig) {
|
|
@@ -144558,7 +144572,7 @@ var import_yaml2 = __toESM(require_dist5());
|
|
|
144558
144572
|
var package_default = {
|
|
144559
144573
|
name: "@sap/ux-ui5-tooling",
|
|
144560
144574
|
displayName: "SAP Fiori Tools \u2013 UI5 Tooling",
|
|
144561
|
-
version: "1.15.
|
|
144575
|
+
version: "1.15.4",
|
|
144562
144576
|
description: "SAP Fiori Tools \u2013 UI5 Tooling",
|
|
144563
144577
|
publisher: "SAPSE",
|
|
144564
144578
|
license: "SEE LICENSE IN LICENSE",
|
|
@@ -144567,6 +144581,7 @@ var package_default = {
|
|
|
144567
144581
|
},
|
|
144568
144582
|
private: false,
|
|
144569
144583
|
scripts: {
|
|
144584
|
+
postinstall: "node apply-patches.js",
|
|
144570
144585
|
"clean:dist": "rimraf ./dist ./generators *.tsbuildinfo",
|
|
144571
144586
|
clean: "rimraf ./.webpack_cache",
|
|
144572
144587
|
"build:compile": "tsc --build ./ --pretty --dry",
|
|
@@ -144591,10 +144606,11 @@ var package_default = {
|
|
|
144591
144606
|
madge: "madge --warning --circular --extensions ts ./"
|
|
144592
144607
|
},
|
|
144593
144608
|
dependencies: {
|
|
144594
|
-
"@sap-ux/preview-middleware": "0.16.
|
|
144609
|
+
"@sap-ux/preview-middleware": "0.16.96",
|
|
144595
144610
|
"@ui5/fs": "3.0.4",
|
|
144596
144611
|
"connect-livereload": "0.6.1",
|
|
144597
144612
|
debug: "4.3.5",
|
|
144613
|
+
"patch-package": "8.0.0",
|
|
144598
144614
|
express: "4.21.1",
|
|
144599
144615
|
livereload: "0.9.3",
|
|
144600
144616
|
semver: "7.6.3",
|
|
@@ -144605,24 +144621,24 @@ var package_default = {
|
|
|
144605
144621
|
},
|
|
144606
144622
|
devDependencies: {
|
|
144607
144623
|
"@playwright/test": "1.36.2",
|
|
144608
|
-
"@sap-ux/adp-tooling": "0.12.
|
|
144609
|
-
"@sap-ux/backend-proxy-middleware": "0.8.
|
|
144624
|
+
"@sap-ux/adp-tooling": "0.12.63",
|
|
144625
|
+
"@sap-ux/backend-proxy-middleware": "0.8.14",
|
|
144610
144626
|
"@sap-ux/btp-utils": "0.15.2",
|
|
144611
|
-
"@sap-ux/deploy-tooling": "0.15.
|
|
144612
|
-
"@sap-ux/feature-toggle": "0.2.
|
|
144627
|
+
"@sap-ux/deploy-tooling": "0.15.20",
|
|
144628
|
+
"@sap-ux/feature-toggle": "0.2.2",
|
|
144613
144629
|
"@sap-ux/guided-answers-helper": "0.0.2",
|
|
144614
144630
|
"@sap-ux/logger": "0.6.0",
|
|
144615
|
-
"@sap-ux/project-access": "1.28.
|
|
144631
|
+
"@sap-ux/project-access": "1.28.2",
|
|
144616
144632
|
"@sap-ux/reload-middleware": "0.2.3",
|
|
144617
144633
|
"@sap-ux/serve-static-middleware": "0.2.0",
|
|
144618
|
-
"@sap-ux/store": "0.9.
|
|
144619
|
-
"@sap-ux/telemetry": "0.5.
|
|
144634
|
+
"@sap-ux/store": "0.9.2",
|
|
144635
|
+
"@sap-ux/telemetry": "0.5.36",
|
|
144620
144636
|
"@sap-ux/ui5-config": "0.25.0",
|
|
144621
|
-
"@sap-ux/ui5-info": "0.8.
|
|
144622
|
-
"@sap-ux/ui5-proxy-middleware": "1.4.
|
|
144623
|
-
"@sap/ux-app-templates": "1.15.
|
|
144624
|
-
"@sap/ux-odata-client": "1.15.
|
|
144625
|
-
"@sap/ux-ui5-info": "1.15.
|
|
144637
|
+
"@sap-ux/ui5-info": "0.8.3",
|
|
144638
|
+
"@sap-ux/ui5-proxy-middleware": "1.4.8",
|
|
144639
|
+
"@sap/ux-app-templates": "1.15.4",
|
|
144640
|
+
"@sap/ux-odata-client": "1.15.4",
|
|
144641
|
+
"@sap/ux-ui5-info": "1.15.4",
|
|
144626
144642
|
"@types/fs-extra": "11.0.4",
|
|
144627
144643
|
"@types/jest-dev-server": "5.0.3",
|
|
144628
144644
|
"@types/jquery": "3.5.29",
|
|
@@ -144638,7 +144654,7 @@ var package_default = {
|
|
|
144638
144654
|
ejs: "3.1.10",
|
|
144639
144655
|
"fs-extra": "11.2.0",
|
|
144640
144656
|
hasbin: "1.2.3",
|
|
144641
|
-
"http-proxy-middleware": "2.0.
|
|
144657
|
+
"http-proxy-middleware": "2.0.7",
|
|
144642
144658
|
i18next: "19.0.2",
|
|
144643
144659
|
"jest-dev-server": "7.0.0",
|
|
144644
144660
|
lodash: "4.17.21",
|
|
@@ -144667,6 +144683,8 @@ var package_default = {
|
|
|
144667
144683
|
"CHANGELOG.md",
|
|
144668
144684
|
"package.json",
|
|
144669
144685
|
"ui5.yaml",
|
|
144686
|
+
"apply-patches.js",
|
|
144687
|
+
"patches",
|
|
144670
144688
|
"!*.tsbuildinfo",
|
|
144671
144689
|
"!**/*.tsbuildinfo",
|
|
144672
144690
|
"!*.map",
|