@sap-ux/preview-middleware 0.23.14 → 0.23.16
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/remote-url.js +3 -0
- package/package.json +3 -3
package/dist/base/remote-url.js
CHANGED
|
@@ -31,6 +31,9 @@ async function logRemoteUrl(logger) {
|
|
|
31
31
|
};
|
|
32
32
|
if (remoteUrl) {
|
|
33
33
|
logger.info(`Remote URL: ${remoteUrl}`);
|
|
34
|
+
if (process.platform === 'win32') {
|
|
35
|
+
logger.warn(`Windows users: Ensure Windows Firewall allows inbound connections on the port.\n1. Open Windows Firewall with Advanced Security (wf.msc)\n2. Create new Inbound Rule for the port (default: 8080)\n3. Allow TCP connections on the specified port`);
|
|
36
|
+
}
|
|
34
37
|
logger.info('Scan the QR code below with your mobile device to access the preview:');
|
|
35
38
|
await generateQRCode(remoteUrl);
|
|
36
39
|
}
|
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.16",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"mem-fs-editor": "9.4.0",
|
|
28
28
|
"qrcode": "1.5.4",
|
|
29
29
|
"@sap/bas-sdk": "3.12.0",
|
|
30
|
-
"@sap-ux/adp-tooling": "0.15.
|
|
30
|
+
"@sap-ux/adp-tooling": "0.15.32",
|
|
31
31
|
"@sap-ux/btp-utils": "1.1.3",
|
|
32
32
|
"@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.7.0",
|
|
33
33
|
"@sap-ux/feature-toggle": "0.3.1",
|
|
34
34
|
"@sap-ux/logger": "0.7.0",
|
|
35
|
-
"@sap-ux/project-access": "1.32.
|
|
35
|
+
"@sap-ux/project-access": "1.32.2",
|
|
36
36
|
"@sap-ux/system-access": "0.6.18",
|
|
37
37
|
"@sap-ux/i18n": "0.3.3"
|
|
38
38
|
},
|