@sap-ux/preview-middleware 0.23.120 → 0.23.122
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 +2 -1
- package/package.json +7 -7
package/dist/base/flp.js
CHANGED
|
@@ -50,6 +50,7 @@ const cdm_1 = require("./cdm");
|
|
|
50
50
|
const node_fs_1 = require("node:fs");
|
|
51
51
|
const cards_1 = require("./utils/cards");
|
|
52
52
|
const i18n_1 = require("@sap-ux/i18n");
|
|
53
|
+
const axios_extension_1 = require("@sap-ux/axios-extension");
|
|
53
54
|
const DEFAULT_LIVERELOAD_PORT = 35729;
|
|
54
55
|
/**
|
|
55
56
|
* Class handling preview of a sandbox FLP.
|
|
@@ -907,7 +908,7 @@ class FlpSandbox {
|
|
|
907
908
|
this.setupAdpCommonHandlers(adp);
|
|
908
909
|
return;
|
|
909
910
|
}
|
|
910
|
-
configureRta(this.rta, layer, variant.id, adp.
|
|
911
|
+
configureRta(this.rta, layer, variant.id, adp.projectType === axios_extension_1.AdaptationProjectType.CLOUD_READY);
|
|
911
912
|
const descriptor = adp.descriptor;
|
|
912
913
|
const { name, manifest } = descriptor;
|
|
913
914
|
await this.init(manifest, name, adp.resources, adp);
|
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.122",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"mem-fs": "2.1.0",
|
|
27
27
|
"mem-fs-editor": "9.4.0",
|
|
28
28
|
"qrcode": "1.5.4",
|
|
29
|
-
"@sap/bas-sdk": "3.13.
|
|
30
|
-
"@sap-ux/adp-tooling": "0.18.
|
|
31
|
-
"@sap-ux/btp-utils": "1.1.
|
|
29
|
+
"@sap/bas-sdk": "3.13.3",
|
|
30
|
+
"@sap-ux/adp-tooling": "0.18.65",
|
|
31
|
+
"@sap-ux/btp-utils": "1.1.9",
|
|
32
32
|
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.7.11",
|
|
33
33
|
"@sap-ux/feature-toggle": "0.3.6",
|
|
34
34
|
"@sap-ux/logger": "0.8.1",
|
|
35
|
-
"@sap-ux/project-access": "1.35.
|
|
36
|
-
"@sap-ux/system-access": "0.6.
|
|
35
|
+
"@sap-ux/project-access": "1.35.4",
|
|
36
|
+
"@sap-ux/system-access": "0.6.53",
|
|
37
37
|
"@sap-ux/i18n": "0.3.7"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"npm-run-all2": "6.2.0",
|
|
55
55
|
"supertest": "7.1.4",
|
|
56
56
|
"@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.18.17",
|
|
57
|
-
"@sap-ux/axios-extension": "1.25.
|
|
57
|
+
"@sap-ux/axios-extension": "1.25.13",
|
|
58
58
|
"@sap-ux/store": "1.5.6",
|
|
59
59
|
"@sap-ux/ui5-info": "0.13.12"
|
|
60
60
|
},
|