@sap-ux/preview-middleware 0.23.106 → 0.23.107
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/base/flp.js +1 -1
- package/package.json +2 -2
package/dist/base/flp.js
CHANGED
|
@@ -900,7 +900,7 @@ class FlpSandbox {
|
|
|
900
900
|
const adp = new adp_tooling_1.AdpPreview(config, this.project, this.utils, this.logger);
|
|
901
901
|
const layer = await adp.init(variant);
|
|
902
902
|
// CF ADP build path mode: serve built resources directly from build output
|
|
903
|
-
if (config
|
|
903
|
+
if ('cfBuildPath' in config) {
|
|
904
904
|
const manifest = this.setupCfBuildMode(config.cfBuildPath);
|
|
905
905
|
configureRta(this.rta, layer, variant.id, false);
|
|
906
906
|
await this.init(manifest, variant.reference);
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.23.
|
|
12
|
+
"version": "0.23.107",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"mem-fs-editor": "9.4.0",
|
|
28
28
|
"qrcode": "1.5.4",
|
|
29
29
|
"@sap/bas-sdk": "3.13.2",
|
|
30
|
-
"@sap-ux/adp-tooling": "0.18.
|
|
30
|
+
"@sap-ux/adp-tooling": "0.18.51",
|
|
31
31
|
"@sap-ux/btp-utils": "1.1.7",
|
|
32
32
|
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.7.10",
|
|
33
33
|
"@sap-ux/feature-toggle": "0.3.6",
|