@sap-ux/backend-proxy-middleware 0.10.11 → 0.10.13
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/README.md +4 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/backend-proxy-middleware/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/backend-proxy-middleware)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/backend-proxy-middleware`](https://github.com/SAP/open-ux-tools/tree/main/packages/backend-proxy-middleware)
|
|
2
4
|
|
|
3
5
|
The `@sap-ux/backend-proxy-middleware` is a [Custom UI5 Server Middleware](https://sap.github.io/ui5-tooling/pages/extensibility/CustomServerMiddleware) for proxying requests to backend servers. The middleware is agnostic to running in local environments and SAP Business Application Studio. Additionally, if credentials are maintained with the SAP Fiori tools then these will be used.
|
|
4
6
|
|
|
@@ -177,4 +179,4 @@ const proxy = createProxy(backend, options);
|
|
|
177
179
|
* Backend Proxy Middleware
|
|
178
180
|
* Fiori tools
|
|
179
181
|
* Fiori elements
|
|
180
|
-
* SAP UI5
|
|
182
|
+
* SAP UI5
|
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%3Abackend-proxy-middleware"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.10.
|
|
12
|
+
"version": "0.10.13",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"i18next": "25.3.0",
|
|
29
29
|
"prompts": "2.4.2",
|
|
30
30
|
"proxy-from-env": "1.1.0",
|
|
31
|
-
"@sap-ux/axios-extension": "1.24.
|
|
32
|
-
"@sap-ux/btp-utils": "1.1.
|
|
33
|
-
"@sap-ux/logger": "0.7.
|
|
34
|
-
"@sap-ux/store": "1.3.
|
|
31
|
+
"@sap-ux/axios-extension": "1.24.3",
|
|
32
|
+
"@sap-ux/btp-utils": "1.1.5",
|
|
33
|
+
"@sap-ux/logger": "0.7.1",
|
|
34
|
+
"@sap-ux/store": "1.3.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/express": "4.17.21",
|