@sap/ux-ui5-tooling 1.14.5 → 1.15.1
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/dist/cli/index.js +41977 -39600
- package/dist/middlewares/fiori-tools-appreload.js +5 -1
- package/dist/middlewares/fiori-tools-preview.js +75241 -72864
- package/dist/middlewares/fiori-tools-proxy.js +94083 -91716
- package/dist/middlewares/fiori-tools-servestatic.js +25 -4
- package/dist/tasks/cf-deploy/index.js +31642 -29265
- package/dist/tasks/deploy/index.js +89702 -87325
- package/package.json +17 -17
|
@@ -47532,7 +47532,7 @@ var require_app_studio = __commonJS({
|
|
|
47532
47532
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
47533
47533
|
};
|
|
47534
47534
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
47535
|
-
exports2.exposePort = exports2.listDestinations = exports2.getDestinationUrlForAppStudio = exports2.getCredentialsForDestinationService = exports2.getAppStudioProxyURL = exports2.isAppStudio = exports2.BAS_DEST_INSTANCE_CRED_HEADER = void 0;
|
|
47535
|
+
exports2.exposePort = exports2.listDestinations = exports2.getDestinationUrlForAppStudio = exports2.getCredentialsForDestinationService = exports2.getAppStudioBaseURL = exports2.getAppStudioProxyURL = exports2.isAppStudio = exports2.BAS_DEST_INSTANCE_CRED_HEADER = void 0;
|
|
47536
47536
|
var axios_1 = __importDefault(require_axios());
|
|
47537
47537
|
var cf_tools_1 = require_src5();
|
|
47538
47538
|
var app_studio_env_1 = require_app_studio_env();
|
|
@@ -47545,6 +47545,10 @@ var require_app_studio = __commonJS({
|
|
|
47545
47545
|
return process.env[app_studio_env_1.ENV.PROXY_URL];
|
|
47546
47546
|
}
|
|
47547
47547
|
exports2.getAppStudioProxyURL = getAppStudioProxyURL;
|
|
47548
|
+
function getAppStudioBaseURL() {
|
|
47549
|
+
return process.env[app_studio_env_1.ENV.H2O_URL];
|
|
47550
|
+
}
|
|
47551
|
+
exports2.getAppStudioBaseURL = getAppStudioBaseURL;
|
|
47548
47552
|
async function getCredentialsForDestinationService(instance) {
|
|
47549
47553
|
var _a, _b;
|
|
47550
47554
|
try {
|